Compartir a través de


EntityProperty.GeneratePropertyForGuid(Nullable<Guid>) Método

Definición

Crea un nuevo objeto EntityProperty que representa el valor Guid especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForGuid (Guid? input);
static member GeneratePropertyForGuid : Nullable<Guid> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForGuid (input As Nullable(Of Guid)) As EntityProperty

Parámetros

input
Nullable<Guid>

Valor del nuevo objeto EntityProperty.

Devoluciones

Objeto EntityProperty con el valor especificado.

Se aplica a