Method GetGridDataAsDataTableAsync
GetGridDataAsDataTableAsync(bool)
Retrieves the grid data as a DataTable asynchronously.
public Task<DataTable> GetGridDataAsDataTableAsync(bool schemaOnly = false)
Parameters
schemaOnly
boolIndicates whether to retrieve only the schema of the grid data.