次の方法で共有


RowCursorExtensions.Find メソッド

定義

オーバーロード

Find(RowCursor, RowBuffer, UtfAnyString)
Find(RowCursor, RowBuffer, StringToken)
Find(RowCursor, RowBuffer, UtfAnyString, StringToken)

Find(RowCursor, RowBuffer, UtfAnyString)

public static ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor Find (this ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path);
static member Find : RowCursor * RowBuffer * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> RowCursor
<Extension()>
Public Function Find (ByRef edit As RowCursor, ByRef row As RowBuffer, path As UtfAnyString) As RowCursor

パラメーター

edit
RowCursor
row
RowBuffer

戻り値

適用対象

Find(RowCursor, RowBuffer, StringToken)

public static ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor Find (this ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, in Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken pathToken);
static member Find : RowCursor * RowBuffer * StringToken -> RowCursor
<Extension()>
Public Function Find (ByRef edit As RowCursor, ByRef row As RowBuffer, ByRef pathToken As StringToken) As RowCursor

パラメーター

edit
RowCursor
row
RowBuffer
pathToken
StringToken

戻り値

適用対象

Find(RowCursor, RowBuffer, UtfAnyString, StringToken)

public static ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor Find (this ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken pathToken);
static member Find : RowCursor * RowBuffer * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken -> RowCursor
<Extension()>
Public Function Find (ByRef edit As RowCursor, ByRef row As RowBuffer, path As UtfAnyString, pathToken As StringToken) As RowCursor

パラメーター

edit
RowCursor
row
RowBuffer
pathToken
StringToken

戻り値

適用対象