Class IndexDefinition
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class IndexDefinition
Properties
ColumnName
Declaration
public virtual string ColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
Columns
Declaration
public virtual ICollection<IndexColumnDefinition> Columns { get; set; }
Property Value
IncludeColumns
Declaration
public virtual ICollection<IndexColumnDefinition> IncludeColumns { get; set; }
Property Value
IndexType
Declaration
public IndexTypes IndexType { get; set; }
Property Value
Type |
Description |
IndexTypes |
|
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SchemaName
Declaration
public virtual string SchemaName { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Declaration
public virtual string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|