Compartilhar via


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

Definição

Cria um novo objeto EntityProperty que representa o 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>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a