EntityCollection..::..GetDataView Method (String, Int32, Int32, String, List<(Of <(<'PropertyOrder>)>)>)
Gets DataTable based on a Data view name a where sentence, order by and paging .
Namespace:
FLEXYGO.ObjectsAssembly: flxEntity (in flxEntity.dll)
Syntax
Parameters
- ViewName
- Type: String
DataView Name.
- Page
- Type: Int32
optional page number (default first page 0)
- Pagesize
- Type: Int32
optional pagesize (default 5000).
- aWhere
- Type: String
optional additional where sentence.
- OrderBy
- Type: List<(Of <(<'PropertyOrder>)>)>
optional order by sentence.