EntityProperty.GeneratePropertyForLong(Nullable<Int64>) Method

Definition

public static Microsoft.WindowsAzure.Storage.Table.EntityProperty GeneratePropertyForLong (long? input);
static member GeneratePropertyForLong : Nullable<int64> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Shared Function GeneratePropertyForLong (input As Nullable(Of Long)) As EntityProperty

Parameters

input
Nullable<Int64>

Returns

Applies to