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

定義

指定された列の値を Object のインスタンスとして取得します。

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

パラメーター

reader
DbDataReader

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

name
String

列の名前。

戻り値

指定された列の値。

例外

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

適用対象

こちらもご覧ください