Method GetGridDataAsDataTableAsync
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
GetGridDataAsDataTableAsync(bool)
Retrieves the grid data as a DataTable asynchronously.
Task<DataTable> GetGridDataAsDataTableAsync(bool schemaOnly = false)
Parameters
schemaOnly
boolIndicates whether to retrieve only the schema of the grid data.