Share via


TableEntity.GetInt64(String) メソッド

定義

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

public long? GetInt64 (string key);
member this.GetInt64 : string -> Nullable<int64>
Public Function GetInt64 (key As String) As Nullable(Of Long)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

例外

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

適用対象