Partilhar via


EntityProperty.GeneratePropertyForBool(Nullable<Boolean>) Método

Definição

Cria um novo objeto EntityProperty que representa o valor Boolean especificado.

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

Parâmetros

input
Nullable<Boolean>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a