Knight Data Access Layer
IsIndexed Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : IsIndexed Property
Gets a value indicating whether this column part of an index
Syntax
Public ReadOnly Property IsIndexed As Boolean
Dim instance As Field
Dim value As Boolean
 
value = instance.IsIndexed
public bool IsIndexed {get;}
public: __property bool get_IsIndexed();
public:
property bool IsIndexed {
   bool get();
}

Property Value

true if this column is part of an 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

Field Class
Field Members