RowCursorExtensions.Find メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- path
- UtfAnyString
戻り値
適用対象
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
- path
- UtfAnyString
- pathToken
- StringToken
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET