Knight Data Access Layer
ColumnIndexAttribute Constructor(Boolean)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnIndexAttribute Class > ColumnIndexAttribute Constructor : ColumnIndexAttribute Constructor(Boolean)
if set to true [is unique].
Index specify uniqueness, is ascending, and has a name of the TableName_ColumnName_IX
Syntax
Public Function New( _
   ByVal isUnique As Boolean _
)
Dim isUnique As Boolean
 
Dim instance As New ColumnIndexAttribute(isUnique)
public ColumnIndexAttribute( 
   bool isUnique
)
public: ColumnIndexAttribute( 
   bool isUnique
)
public:
ColumnIndexAttribute( 
   bool isUnique
)

Parameters

isUnique
if set to true [is unique].
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