Knight Data Access Layer
ColumnIndexAttribute Constructor(Boolean,Boolean,String)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnIndexAttribute Class > ColumnIndexAttribute Constructor : ColumnIndexAttribute Constructor(Boolean,Boolean,String)
if set to true [is unique].
if set to true [is ascending].
Name of the index.
Initializes a new instance of the ColumnIndexAttribute class.
Syntax
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)
public ColumnIndexAttribute( 
   bool isUnique,
   bool isAscending,
   string indexName
)
public: ColumnIndexAttribute( 
   bool isUnique,
   bool isAscending,
   string* indexName
)
public:
ColumnIndexAttribute( 
   bool isUnique,
   bool isAscending,
   String^ indexName
)

Parameters

isUnique
if set to true [is unique].
isAscending
if set to true [is ascending].
indexName
Name of the index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnIndexAttribute Class
ColumnIndexAttribute Members
Overload List