OdbcDataReader.GetName(Int32) 메서드

정의

지정된 열의 이름을 가져옵니다.

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

매개 변수

i
Int32

열 서수(0부터 시작)입니다.

반환

지정된 열의 이름인 문자열입니다.

구현

적용 대상

추가 정보