다음을 통해 공유


IDataRecord 멤버

DataReader의 각 행에 있는 열 값에 대한 액세스를 제공하며, 관계형 데이터베이스에 액세스하는 .NET Framework 데이터 공급자에 의해 구현됩니다.

다음 표에서는 IDataRecord 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework FieldCount 현재 행의 열 수를 가져옵니다.
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 지정된 열을 가져옵니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework GetBoolean 지정된 열의 값을 부울로 가져옵니다.
Public method Supported by the .NET Compact Framework GetByte 지정된 열의 8비트 부호 없는 정수 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetBytes 지정된 버퍼 오프셋에서 시작하여 지정된 열 오프셋의 바이트 스트림을 버퍼에 배열로 읽어 들입니다.
Public method Supported by the .NET Compact Framework GetChar 지정된 열의 문자 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetChars 지정된 버퍼 오프셋에서 시작하여 지정된 열 오프셋의 문자 스트림을 버퍼에 배열로 읽어 들입니다.
Public method Supported by the .NET Compact Framework GetData 필드가 더 멀리 있는 구조적 데이터를 가리킬 때 사용되는 IDataReader를 가져옵니다.
Public method Supported by the .NET Compact Framework GetDataTypeName 지정된 필드에 대한 데이터 형식 정보를 가져옵니다.
Public method Supported by the .NET Compact Framework GetDateTime 지정된 필드의 날짜 및 시간 데이터 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetDecimal 지정된 필드의 고정된 위치 숫자 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetDouble 지정된 필드의 배정밀도 부동 소수점 숫자를 가져옵니다.
Public method Supported by the .NET Compact Framework GetFieldType GetValue에서 반환되는 Object의 형식에 해당하는 Type 정보를 가져옵니다.
Public method Supported by the .NET Compact Framework GetFloat 지정된 필드의 단정밀도 부동 소수점 숫자를 가져옵니다.
Public method Supported by the .NET Compact Framework GetGuid 지정된 필드의 GUID 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetInt16 지정된 필드의 16비트 부호 있는 정수 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetInt32 지정된 필드의 32비트 부호 있는 정수 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetInt64 지정된 필드의 64비트 부호 있는 정수 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetName 찾을 필드의 이름을 가져옵니다.
Public method Supported by the .NET Compact Framework GetOrdinal 이름이 지정된 필드의 인덱스를 반환합니다.
Public method Supported by the .NET Compact Framework GetString 지정된 필드의 문자열 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetValue 지정된 필드의 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetValues 현재 레코드에 대한 컬렉션에 있는 특성 필드를 모두 가져옵니다.
Public method Supported by the .NET Compact Framework IsDBNull 지정된 필드가 null로 설정되었는지 여부를 반환합니다.

위쪽

참고 항목

참조

IDataRecord 인터페이스
System.Data 네임스페이스