Compartir a través de


EntityProperty.GeneratePropertyForInt(Nullable<Int32>) Método

Definición

Crea un nuevo objeto EntityProperty que representa el valor Int32 especificado.

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

Parámetros

input
Nullable<Int32>

Valor del nuevo objeto EntityProperty.

Devoluciones

Objeto EntityProperty con el valor especificado.

Se aplica a