[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.GetNextResultAsync

GetNextResultAsync Method

GetNextResultAsync(CancellationToken)

Request to get more rows result considering the last executed command.

Declaration
protected override Task<SourceTable> GetNextResultAsync(CancellationToken token)
Parameters
Type Name Description
CancellationToken token

The cancellation token to abort the operation at any moment.

Returns
Type Description
Task<SourceTable>
Overrides