RowCursorExtensions.Find Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- edit
- RowCursor
- row
- RowBuffer
- path
- UtfAnyString
Retours
S’applique à
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
Paramètres
- edit
- RowCursor
- row
- RowBuffer
- pathToken
- StringToken
Retours
S’applique à
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
Paramètres
- edit
- RowCursor
- row
- RowBuffer
- path
- UtfAnyString
- pathToken
- StringToken
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET