Click or drag to resize
SqlExpressionEGetTruncateSql Method
Creates a TRUNCATE SQL.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public string GetTruncateSql()

Return Value

Type: String
A string with a truncate query.
See Also