EntityProperty.GeneratePropertyForInt(Nullable<Int32>) Method

Definition

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

Parameters

input
Nullable<Int32>

Returns

Applies to