Knight Data Access Layer
OrderByClause Property




KellermanSoftware.NetDataAccessLayer Namespace > PagingParameters Class : OrderByClause Property
The SQL order by clause (optional)
Syntax
Public Property OrderByClause As String
Dim instance As PagingParameters
Dim value As String
 
instance.OrderByClause = value
 
value = instance.OrderByClause
public string OrderByClause {get; set;}
public: __property string* get_OrderByClause();
public: __property void set_OrderByClause( 
   string* value
);
public:
property String^ OrderByClause {
   String^ get();
   void set (    String^ value);
}
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

PagingParameters Class
PagingParameters Members