共用方式為


RelationalQueryContext.RegisterValueBufferCursor 方法

定義

註冊值緩衝區資料指標。

public virtual void RegisterValueBufferCursor (Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor valueBufferCursor, int? queryIndex);
abstract member RegisterValueBufferCursor : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> -> unit
override this.RegisterValueBufferCursor : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> -> unit
Public Overridable Sub RegisterValueBufferCursor (valueBufferCursor As IValueBufferCursor, queryIndex As Nullable(Of Integer))

參數

valueBufferCursor
Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor

值緩衝區資料指標。

queryIndex
Nullable<Int32>

以零起始的查詢索引。

適用於