你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RowCursorExtensions.MoveNext 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- edit
- RowCursor
- row
- RowBuffer
返回
适用于
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
参数
- edit
- RowCursor
- row
- RowBuffer
- childScope
- RowCursor