Knight Data Access Layer
IsColumnIndex Property




KellermanSoftware.NetDataAccessLayer Namespace > Index Class : IsColumnIndex Property
If true, this index is associated with this single column
Syntax
Public Property IsColumnIndex As Boolean
Dim instance As Index
Dim value As Boolean
 
instance.IsColumnIndex = value
 
value = instance.IsColumnIndex
public bool IsColumnIndex {get; set;}
public: __property bool get_IsColumnIndex();
public: __property void set_IsColumnIndex( 
   bool value
);
public:
property bool IsColumnIndex {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is column index; otherwise, false.
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

Index Class
Index Members