Compartir a través de


EntityProperty.GeneratePropertyForLong(Nullable<Int64>) Método

Definición

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

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

Parámetros

input
Nullable<Int64>

Valor del nuevo objeto EntityProperty.

Devoluciones

Objeto EntityProperty con el valor especificado.

Se aplica a