Partilhar via


EntityProperty.GeneratePropertyForString(String) Método

Definição

Cria um novo objeto EntityProperty que representa o valor String especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForString (string input);
static member GeneratePropertyForString : string -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForString (input As String) As EntityProperty

Parâmetros

input
String

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a