RowCursorExtensions.MoveNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET