DbDataRecord.GetName(Int32) 메서드

정의

지정된 열의 이름을 반환합니다.

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

매개 변수

i
Int32

열 서수입니다.

반환

지정된 열의 이름입니다.

구현

적용 대상

추가 정보