Public Function New( _ ByVal isUnique As Boolean, _ ByVal indexName As String, _ ByVal commaDelimitedListOfColumns As String, _ ByVal whereClause As String _ )
Dim isUnique As Boolean Dim indexName As String Dim commaDelimitedListOfColumns As String Dim whereClause As String Dim instance As New TableIndexAttribute(isUnique, indexName, commaDelimitedListOfColumns, whereClause)
public TableIndexAttribute( bool isUnique, string indexName, string commaDelimitedListOfColumns, string whereClause )
public: TableIndexAttribute( bool isUnique, string* indexName, string* commaDelimitedListOfColumns, string* whereClause )
public: TableIndexAttribute( bool isUnique, String^ indexName, String^ commaDelimitedListOfColumns, String^ whereClause )
Parameters
- isUnique
- if set to
true
[is unique]. - indexName
- Name of the index.
- commaDelimitedListOfColumns
- A comma delimited list of columns
- whereClause
- An optional where clause for the index