Public Function New( _ ByVal isUnique As Boolean, _ ByVal isAscending As Boolean, _ ByVal indexName As String _ )
Dim isUnique As Boolean Dim isAscending As Boolean Dim indexName As String Dim instance As New ColumnIndexAttribute(isUnique, isAscending, indexName)
Parameters
- isUnique
- if set to
true
[is unique]. - isAscending
- if set to
true
[is ascending]. - indexName
- Name of the index.