EntityDataReader.GetValue(Int32) 方法

定義

取得指定欄位的值,作為 的 Object實例。

public:
 override System::Object ^ GetValue(int ordinal);
public override object GetValue(int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object

參數

ordinal
Int32

零基列序數。

傳回

指定欄位的值。

實作

適用於