Condividi tramite


RowCursorExtensions.MoveNext Method

Definition

Overloads

MoveNext(RowCursor, RowBuffer)

public static bool MoveNext(this ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row);
static member MoveNext : RowCursor * RowBuffer -> bool
<Extension()>
Public Function MoveNext (ByRef edit As RowCursor, ByRef row As RowBuffer) As Boolean

Parameters

edit
RowCursor
row
RowBuffer

Returns

Applies to

MoveNext(RowCursor, RowBuffer, RowCursor)

public static bool MoveNext(this ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor childScope);
static member MoveNext : RowCursor * RowBuffer * RowCursor -> bool
<Extension()>
Public Function MoveNext (ByRef edit As RowCursor, ByRef row As RowBuffer, ByRef childScope As RowCursor) As Boolean

Parameters

edit
RowCursor
row
RowBuffer
childScope
RowCursor

Returns

Applies to