Knight Data Access Layer
PagingParameters Class Members
Properties 


KellermanSoftware.NetDataAccessLayer Namespace : PagingParameters Class

The following tables list the members exposed by PagingParameters.

Public Constructors
 NameDescription
Public Constructor Default constructor  
Top
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