DataReaderExtensions.GetByte(DbDataReader, String) メソッド

定義

指定された列の値をバイトとして取得します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Byte GetByte(System::Data::Common::DbDataReader ^ reader, System::String ^ name);
public static byte GetByte (this System.Data.Common.DbDataReader reader, string name);
static member GetByte : System.Data.Common.DbDataReader * string -> byte
<Extension()>
Public Function GetByte (reader As DbDataReader, name As String) As Byte

パラメーター

reader
DbDataReader

列値の取得元となるデータ リーダー。

name
String

列の名前。

戻り値

指定された列の値。

例外

指定された名前は、有効な列名ではありません。

指定したキャストが有効ではありません。

適用対象

こちらもご覧ください