RowCursorExtensions.Find 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
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
Parameters
- edit
- RowCursor
- row
- RowBuffer
- path
- UtfAnyString
Returns
Applies to
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
Parameters
- edit
- RowCursor
- row
- RowBuffer
- pathToken
- StringToken
Returns
Applies to
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
Parameters
- edit
- RowCursor
- row
- RowBuffer
- path
- UtfAnyString
- pathToken
- StringToken
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET