SharpSchedule

ClientAccessHelper.FetchView Method 

Fetch a data table view of all clients, this is used for lists/ tables that require paging.

[Visual Basic]
Public Function FetchView() As DataView
[C#]
public DataView FetchView();

Return Value

All clients represented as a DataTable which makes for easier paging on a datagrid.

See Also

ClientAccessHelper Class | Ozanam.Schedule.Web.Database Namespace