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>

쿼리의 인덱스(0부터 시작)입니다.

적용 대상