TableEntity.GetInt32(String) メソッド

定義

という名前keyの の プロパティのTableEntityInt32値を取得します。

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

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

例外

key 関連付けられている値が 型 Int32ではありません。

適用対象