CurrentValueRecord.IDataRecord.GetData(Int32) 方法

定義

在所有情況下都會投 NotSupportedException 出例外。

 virtual System::Data::IDataReader ^ System.Data.IDataRecord.GetData(int ordinal) = System::Data::IDataRecord::GetData;
System.Data.IDataReader IDataRecord.GetData(int ordinal);
abstract member System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
override this.System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
Function GetData (ordinal As Integer) As IDataReader Implements IDataRecord.GetData

參數

ordinal
Int32

場的序數。

傳回

場值作為 IDataReader

實作

例外狀況

無論哪種情況。

適用於