EntityObject..::..GetDataView Method
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 page size (default 5000).
- aWhere
- Type: String
optional additional where sentence.
- OrderBy
- Type: String
optional order by sentence.
- CnnString
- Type: String
- FindString
- Type: String