Property Current
Current
Returns the current record that has already been read via FetchAsync().
IRecord Current { get; }
Property Value
Remarks
Throws InvalidOperationException if accessed without calling FetchAsync() or PeekAsync().
Returns the current record that has already been read via FetchAsync().
IRecord Current { get; }
Throws InvalidOperationException if accessed without calling FetchAsync() or PeekAsync().