Knight Data Access Layer
IsAscending Property (ColumnIndexAttribute)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnIndexAttribute Class : IsAscending Property
Gets a value indicating whether this Index is ascending.
Syntax
Public ReadOnly Property IsAscending As Boolean
Dim instance As ColumnIndexAttribute
Dim value As Boolean
 
value = instance.IsAscending
public bool IsAscending {get;}
public: __property bool get_IsAscending();
public:
property bool IsAscending {
   bool get();
}

Property Value

true if this Index is ascending; 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

ColumnIndexAttribute Class
ColumnIndexAttribute Members