共用方式為


RelationalConnection.ActiveCursor 屬性

定義

取得或設定使用中的游標。

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

屬性值

Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor

實作

適用於