次の方法で共有


TypedDataRow.GetNullableUInt64(String) メソッド

定義

重要

この API は CLS 準拠ではありません。

public:
 Nullable<System::UInt64> GetNullableUInt64(System::String ^ columnName);
[System.CLSCompliant(false)]
public Nullable<ulong> GetNullableUInt64 (string columnName);
member this.GetNullableUInt64 : string -> Nullable<uint64>
Public Function GetNullableUInt64 (columnName As String) As Nullable(Of ULong)

パラメーター

columnName
String

戻り値

属性

適用対象