Partager via


EntityProperty.CreateEntityPropertyFromObject(Object) Méthode

Définition

Crée un EntityProperty à partir de l'objet spécifié.

public static Microsoft.Azure.Cosmos.Table.EntityProperty CreateEntityPropertyFromObject (object entityValue);
static member CreateEntityPropertyFromObject : obj -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function CreateEntityPropertyFromObject (entityValue As Object) As EntityProperty

Paramètres

entityValue
Object

Objet contenant la valeur de la propriété d'entité.

Retours

Objet EntityProperty.

S’applique à