TableEntity.WriteUserObject(Object, OperationContext) 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.
Créer un IDictionary<TKey,TValue> d'objets EntityProperty pour toutes les propriétés de l'objet d'entité spécifié.
public static System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> WriteUserObject (object entity, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
static member WriteUserObject : obj * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty>
Public Shared Function WriteUserObject (entity As Object, operationContext As OperationContext) As IDictionary(Of String, EntityProperty)
Paramètres
- entity
- Object
Objet d'entité à sérialiser.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
Retours
d’objets IDictionary<TKey,TValue>EntityProperty pour toutes les propriétés de l’objet d’entité spécifié.
S’applique à
Azure SDK for .NET