EntityProperty.GeneratePropertyForBool(Nullable<Boolean>) Method

Definition

Creates a new EntityProperty object that represents the specified Boolean value.

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

Parameters

input
Nullable<Boolean>

The value for the new EntityProperty.

Returns

An EntityProperty object with the specified value.

Applies to