Knight Data Access Layer
PagingParameters Class Properties


KellermanSoftware.NetDataAccessLayer Namespace : PagingParameters Class

For a list of all members of this type, see PagingParameters members.

Public Properties
 NameDescription
Public Property The SQL order by clause (optional)  
Public Property The page number starting at one. Must be greater than zero.  
Public Property The number of records per page. Must be greater than zero.  
Public Property The parameters for the where clause (optional)  
Public Property The name of the primary key  
Public Property By default, all columns are returned. Set to true to return the primary key only.  
Public Property The name of the table  
Public Property The SQL where clause (optional)  
Top
See Also

Reference

PagingParameters Class
KellermanSoftware.NetDataAccessLayer Namespace