Share via


EntityProperty.GeneratePropertyForInt(Nullable<Int32>) Method

Definition

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

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

Parameters

input
Nullable<Int32>

The value for the new EntityProperty.

Returns

An EntityProperty object with the specified value.

Applies to