[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.GetNextResultAsync

GetNextResultAsync Method

GetNextResultAsync(CancellationToken)

Requests more rows from the result of the last executed command.

Declaration
protected abstract Task<SourceTable> GetNextResultAsync(CancellationToken token)
Protected MustOverride Function GetNextResultAsync(token As CancellationToken) As Task(Of SourceTable)
Parameters
Type Name Description
CancellationToken token

The cancellation token to abort the operation at any moment.

Returns
Type Description
Task<SourceTable>