Share via


RelationalConnection.ActiveCursor Property

Definition

Gets or sets the active cursor.

public virtual Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor ActiveCursor { get; set; }
member this.ActiveCursor : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor with get, set
Public Overridable Property ActiveCursor As IValueBufferCursor

Property Value

Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor

Implements

Applies to