CreateIndexStatement public class CreateIndexStatement : IndexStatement, IFileStreamSpecifier Documentation public bool? Clustered { get; set; } public IList<ColumnWithSortOrder> Columns { get; } public IdentifierOrValueExpression FileStreamOn { get; set; } public BooleanExpression FilterPredicate { get; set; } public IList<ColumnReferenceExpression> IncludeColumns { get; } public FileGroupOrPartitionScheme OnFileGroupOrPartitionScheme { get; set; } public bool Translated80SyntaxTo90 { get; set; } public bool Unique { get; set; } public CreateIndexStatement()