[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand.ExecutePrimitiveSqlAsync

ExecutePrimitiveSqlAsync Method

ExecutePrimitiveSqlAsync(SelectStatement, CancellationToken, bool)

Execute select directly in the QuickBooksOnline server.

Declaration
protected override Task<SourceTable> ExecutePrimitiveSqlAsync(SelectStatement select, CancellationToken token, bool needFullData)
Parameters
Type Name Description
SelectStatement select

The SelectStatement to be executed on the QuickBooksOnline server.

CancellationToken token

The cancellation token to abort the query execution at any moment.

bool needFullData

A boolean that indicates if all the rows from the referred tables in select need to be retrieved from the QuickBooksOnline server.

Returns
Type Description
Task<SourceTable>

A source table containing the query execution result.

Overrides