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

列的名称。

返回

指定列的值。

例外

指定的名称不是有效的列名。

适用于

另请参阅