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

以零為基底的資料行序數。

傳回

指定的資料行值。

實作

適用於

另請參閱