[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneCommand.ExecutePrimitiveSqlAsync

ExecutePrimitiveSqlAsync Method

ExecutePrimitiveSqlAsync(SelectStatement, CancellationToken, bool)

Execute selectStmt directly in the Kintone server.

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

The SelectStatement to be executed on the Kintone 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 selectStmt need to be retrieved from the Kintone server.

Returns
Type Description
Task<SourceTable>

A source table containing the query execution result.

Overrides