共用方式為


SqlDataReader.GetName(Int32) 方法

定義

取得指定資料行的名稱。

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

參數

i
Int32

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

傳回

指定資料行的名稱。

實作

適用於