Partilhar via


TableEntity.GetInt32(String) Método

Definição

Obtenha o valor de uma TableEntitypropriedade de Int32 chamada key.

public int? GetInt32 (string key);
member this.GetInt32 : string -> Nullable<int>
Public Function GetInt32 (key As String) As Nullable(Of Integer)

Parâmetros

key
String

O nome da propriedade.

Retornos

O valor da propriedade.

Exceções

O valor associado a determinado key não é do tipo Int32.

Aplica-se a