EntityProperty.GeneratePropertyForBool(Nullable<Boolean>) Method

Definition

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

Parameters

input
Nullable<Boolean>

Returns

Applies to