OleDbDataReader.GetChar(Int32) 메서드

정의

지정된 열의 값을 문자로 가져옵니다.

public:
 override char GetChar(int ordinal);
public:
 virtual char GetChar(int ordinal);
public override char GetChar(int ordinal);
public char GetChar(int ordinal);
override this.GetChar : int -> char
abstract member GetChar : int -> char
override this.GetChar : int -> char
Public Overrides Function GetChar (ordinal As Integer) As Char
Public Function GetChar (ordinal As Integer) As Char

매개 변수

ordinal
Int32

0부터 시작하는 열 서수입니다.

반품

지정된 열의 값입니다.

구현

예외

지정된 캐스트가 잘못되었습니다.

설명

에 대해 System.Data.OleDb지원되지 않습니다.

적용 대상

추가 정보