次の方法で共有


TypedDataRow.GetNullableByte(String) メソッド

定義

重要

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

public:
 Nullable<System::Byte> GetNullableByte(System::String ^ columnName);
[System.CLSCompliant(false)]
public Nullable<byte> GetNullableByte (string columnName);
member this.GetNullableByte : string -> Nullable<byte>
Public Function GetNullableByte (columnName As String) As Nullable(Of Byte)

パラメーター

columnName
String

戻り値

属性

適用対象