TruncateTableStatement public class TruncateTableStatement : TSqlStatement Represents the truncate table statement. Documentation Code public IList<CompressionPartitionRange> PartitionRanges { get; } Partitions to truncate. Can be empty. public SchemaObjectName TableName { get; set; } The table name. public TruncateTableStatement()