RelationalQueryContext.RegisterValueBufferCursorAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously registers a value buffer cursor.
public virtual System.Threading.Tasks.Task RegisterValueBufferCursorAsync(Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor valueBufferCursor, int? queryIndex, System.Threading.CancellationToken cancellationToken);
abstract member RegisterValueBufferCursorAsync : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RegisterValueBufferCursorAsync : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RegisterValueBufferCursorAsync (valueBufferCursor As IValueBufferCursor, queryIndex As Nullable(Of Integer), cancellationToken As CancellationToken) As Task
Parameters
- valueBufferCursor
- Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor
The value buffer cursor.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
A Task.