Overload | Description |
---|---|
ColumnIndexAttribute Constructor() | Default index that is not unique, is ascending, and has a name of the TableName_ColumnName_IX |
ColumnIndexAttribute Constructor(Boolean) | Index specify uniqueness, is ascending, and has a name of the TableName_ColumnName_IX |
ColumnIndexAttribute Constructor(Boolean,Boolean,String) | Initializes a new instance of the ColumnIndexAttribute class. |