OracleDataReader.GetName(Int32) 方法

定義

取得指定資料行的名稱。

public:
 virtual System::String ^ GetName(int i);
public:
 override System::String ^ GetName(int i);
public string GetName (int i);
public override string GetName (int i);
abstract member GetName : int -> string
override this.GetName : int -> string
override this.GetName : int -> string
Public Function GetName (i As Integer) As String
Public Overrides Function GetName (i As Integer) As String

參數

i
Int32

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

傳回

String

指定資料行名稱的字串。

實作

適用於

另請參閱