Knight Data Access Layer
IsAscending Property (IndexColumn)




KellermanSoftware.NetDataAccessLayer Namespace > IndexColumn Class : IsAscending Property
Gets or sets a value indicating whether this IndexColumn is ascending. The default is Ascending
Syntax
Public Property IsAscending As Boolean
Dim instance As IndexColumn
Dim value As Boolean
 
instance.IsAscending = value
 
value = instance.IsAscending
public bool IsAscending {get; set;}
public: __property bool get_IsAscending();
public: __property void set_IsAscending( 
   bool value
);
public:
property bool IsAscending {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance 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

IndexColumn Class
IndexColumn Members