Table of Contents

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 bool

Indicates whether to retrieve only the schema of the grid data.

Returns

Task<DataTable>

A task that represents the asynchronous operation. The task result contains the grid data as a DataTable.