DbDataRecord 클래스

정의

IDataRecordICustomTypeDescriptor를 구현하고 DbEnumerator에 대한 데이터 바인딩 지원을 제공합니다.

public ref class DbDataRecord abstract : System::ComponentModel::ICustomTypeDescriptor, System::Data::IDataRecord
public ref class DbDataRecord abstract : System::Data::IDataRecord
public ref class DbDataRecord : System::ComponentModel::ICustomTypeDescriptor, System::Data::IDataRecord
public abstract class DbDataRecord : System.ComponentModel.ICustomTypeDescriptor, System.Data.IDataRecord
public abstract class DbDataRecord : System.Data.IDataRecord
public class DbDataRecord : System.ComponentModel.ICustomTypeDescriptor, System.Data.IDataRecord
type DbDataRecord = class
    interface ICustomTypeDescriptor
    interface IDataRecord
type DbDataRecord = class
    interface IDataRecord
type DbDataRecord = class
    interface IDataRecord
    interface ICustomTypeDescriptor
Public MustInherit Class DbDataRecord
Implements ICustomTypeDescriptor, IDataRecord
Public MustInherit Class DbDataRecord
Implements IDataRecord
Public Class DbDataRecord
Implements ICustomTypeDescriptor, IDataRecord
상속
DbDataRecord
파생
구현

생성자

DbDataRecord()

DbDataRecord 클래스의 새 인스턴스를 초기화합니다.

속성

FieldCount

현재 레코드 내의 필드 수를 나타냅니다. 이 속성은 읽기 전용입니다.

Item[Int32]

지정된 열의 값을 지정된 열 서수에 따라 네이티브 형식으로 나타냅니다. 이 속성은 읽기 전용입니다.

Item[String]

지정된 열의 값을 지정된 열 이름에 따라 네이티브 형식으로 나타냅니다. 이 속성은 읽기 전용입니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetBoolean(Int32)

지정된 열의 값에 해당하는 Boolean 값을 반환합니다.

GetByte(Int32)

지정된 열의 값에 해당하는 바이트 값을 반환합니다.

GetBytes(Int32, Int64, Byte[], Int32, Int32)

지정된 열의 값에 해당하는 바이트 배열을 반환합니다.

GetChar(Int32)

지정된 열의 값을 문자로 반환합니다.

GetChars(Int32, Int64, Char[], Int32, Int32)

지정된 열의 값에 해당하는 문자 배열을 반환합니다.

GetData(Int32)

현재 지원되지 않습니다.

GetDataTypeName(Int32)

백 엔드 데이터 형식의 이름을 반환합니다.

GetDateTime(Int32)

지정된 열의 값을 DateTime 개체로 가져옵니다.

GetDbDataReader(Int32)

요청된 열 서수에 대한 DbDataReader 개체를 반환합니다. 이 개체는 공급자별 구현으로 재정의할 수 있습니다.

GetDecimal(Int32)

지정된 열의 값을 Decimal 개체로 가져옵니다.

GetDouble(Int32)

지정된 열의 값에 해당하는 배정밀도 부동 소수점 숫자를 반환합니다.

GetFieldType(Int32)

개체의 데이터 형식인 Type을 반환합니다.

GetFloat(Int32)

지정된 열의 값에 해당하는 단정밀도 부동 소수점 숫자를 반환합니다.

GetGuid(Int32)

지정된 필드의 GUID 값을 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetInt16(Int32)

지정된 열의 값에 해당하는 16비트 부호 있는 정수를 반환합니다.

GetInt32(Int32)

지정된 열의 값에 해당하는 32비트 부호 있는 정수를 반환합니다.

GetInt64(Int32)

지정된 열의 값에 해당하는 64비트 부호 있는 정수를 반환합니다.

GetName(Int32)

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

GetOrdinal(String)

열 이름을 사용하여 열 서수(0부터 시작)를 반환합니다.

GetString(Int32)

지정된 열의 값을 문자열로 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
GetValue(Int32)

지정된 열의 값을 네이티브 형식으로 반환합니다.

GetValues(Object[])

현재 레코드의 열 값으로 개체의 배열을 채웁니다.

IsDBNull(Int32)

존재하지 않는 값을 나타내는 데 사용됩니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICustomTypeDescriptor.GetAttributes()

해당 구성 요소 인스턴스에 대한 사용자 지정 특성의 컬렉션을 반환합니다.

ICustomTypeDescriptor.GetClassName()

해당 구성 요소 인스턴스의 클래스 이름을 반환합니다.

ICustomTypeDescriptor.GetComponentName()

해당 구성 요소 인스턴스의 이름을 반환합니다.

ICustomTypeDescriptor.GetConverter()

해당 구성 요소 인스턴스에 대한 형식 변환기를 반환합니다.

ICustomTypeDescriptor.GetDefaultEvent()

해당 구성 요소 인스턴스의 기본 이벤트를 반환합니다.

ICustomTypeDescriptor.GetDefaultProperty()

해당 구성 요소 인스턴스의 기본 속성을 반환합니다.

ICustomTypeDescriptor.GetEditor(Type)

해당 구성 요소 인스턴스에 대한 지정된 형식의 편집기를 반환합니다.

ICustomTypeDescriptor.GetEvents()

해당 구성 요소 인스턴스의 이벤트를 반환합니다.

ICustomTypeDescriptor.GetEvents(Attribute[])

지정된 특성 배열을 필터로 사용하여 해당 구성 요소 인스턴스의 이벤트를 반환합니다.

ICustomTypeDescriptor.GetProperties()

해당 구성 요소 인스턴스의 속성을 반환합니다.

ICustomTypeDescriptor.GetProperties(Attribute[])

특성 배열을 필터로 사용하여 해당 구성 요소 인스턴스의 속성을 반환합니다.

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

지정된 속성 설명자가 설명하는 속성이 포함된 개체를 반환합니다.

적용 대상

추가 정보