Compartilhar via


RowCursorExtensions.MoveNext Método

Definição

Sobrecargas

MoveNext(RowCursor, RowBuffer)
MoveNext(RowCursor, RowBuffer, RowCursor)

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

Parâmetros

edit
RowCursor
row
RowBuffer

Retornos

Aplica-se a

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

Parâmetros

edit
RowCursor
row
RowBuffer
childScope
RowCursor

Retornos

Aplica-se a