Compartir a través de


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

Definición

Crea un nuevo objeto EntityProperty que representa el 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>

Valor del nuevo objeto EntityProperty.

Devoluciones

Objeto EntityProperty con el valor especificado.

Se aplica a