다음을 통해 공유


DbUpdatableDataRecord 클래스

정의

개체 데이터의 원래 값에 대한 액세스를 제공합니다. DbUpdatableDataRecord 개체의 원래 값에 대한 업데이트를 허용하는 메서드를 구현합니다.

public ref class DbUpdatableDataRecord abstract : System::Data::Common::DbDataRecord, System::Data::IExtendedDataRecord
public abstract class DbUpdatableDataRecord : System.Data.Common.DbDataRecord, System.Data.IExtendedDataRecord
type DbUpdatableDataRecord = class
    inherit DbDataRecord
    interface IExtendedDataRecord
    interface IDataRecord
Public MustInherit Class DbUpdatableDataRecord
Inherits DbDataRecord
Implements IExtendedDataRecord
상속
DbUpdatableDataRecord
파생
구현

속성

Name Description
DataRecordInfo

데이터 레코드 정보를 가져옵니다.

FieldCount

레코드의 필드 수를 가져옵니다.

Item[Int32]

지정된 필드 서수가 있는 값을 반환합니다.

Item[String]

지정된 필드 이름을 가진 값을 가져옵니다.

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

필드 값을 부울로 검색합니다.

GetByte(Int32)

필드 값을 .로 검색 byte합니다.

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

필드 값을 배열로 검색 byte 합니다.

GetChar(Int32)

필드 값을 .로 검색 char합니다.

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

필드 값을 배열로 검색 char 합니다.

GetData(Int32)

현재 지원되지 않습니다.

(다음에서 상속됨 DbDataRecord)
GetDataReader(Int32)

필드 값을 .로 검색 DbDataReader합니다.

GetDataRecord(Int32)

필드 값을 .로 검색 DbDataRecord합니다.

GetDataTypeName(Int32)

필드 데이터 형식의 이름을 검색합니다.

GetDateTime(Int32)

필드 값을 .로 검색 DateTime합니다.

GetDbDataReader(Int32)

필드 값을 .로 검색 DbDataReader합니다.

GetDecimal(Int32)

필드 값을 .로 검색 decimal합니다.

GetDouble(Int32)

필드 값을 .로 검색 double합니다.

GetFieldType(Int32)

필드의 형식을 검색합니다.

GetFloat(Int32)

필드 값을 .로 검색 float합니다.

GetGuid(Int32)

필드 값을 .로 검색 Guid합니다.

GetHashCode()

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

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

필드 값을 .로 검색 Int16합니다.

GetInt32(Int32)

필드 값을 .로 검색 Int32합니다.

GetInt64(Int32)

필드 값을 .로 검색 Int64합니다.

GetName(Int32)

필드의 이름을 검색합니다.

GetOrdinal(String)

필드의 이름을 사용하여 필드의 서수 검색

GetRecordValue(Int32)

필드 값을 검색합니다.

GetString(Int32)

필드 값을 문자열로 검색합니다.

GetType()

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

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

필드 값을 검색합니다.

GetValues(Object[])

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

IsDBNull(Int32)

지정한 필드를 .로 설정할지 여부를 반환합니다 DBNull.

MemberwiseClone()

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

(다음에서 상속됨 Object)
SetBoolean(Int32, Boolean)

레코드의 필드 값을 설정합니다.

SetByte(Int32, Byte)

레코드의 필드 값을 설정합니다.

SetChar(Int32, Char)

레코드의 필드 값을 설정합니다.

SetDataRecord(Int32, IDataRecord)

레코드의 필드 값을 설정합니다.

SetDateTime(Int32, DateTime)

레코드의 필드 값을 설정합니다.

SetDBNull(Int32)

필드를 값으로 DBNull 설정합니다.

SetDecimal(Int32, Decimal)

레코드의 필드 값을 설정합니다.

SetDouble(Int32, Double)

레코드의 필드 값을 설정합니다.

SetFloat(Int32, Single)

레코드의 필드 값을 설정합니다.

SetGuid(Int32, Guid)

레코드의 필드 값을 설정합니다.

SetInt16(Int32, Int16)

레코드의 필드 값을 설정합니다.

SetInt32(Int32, Int32)

레코드의 필드 값을 설정합니다.

SetInt64(Int32, Int64)

레코드의 필드 값을 설정합니다.

SetRecordValue(Int32, Object)

레코드의 필드 값을 설정합니다.

SetString(Int32, String)

레코드의 필드 값을 설정합니다.

SetValue(Int32, Object)

레코드의 필드 값을 설정합니다.

SetValues(Object[])

레코드의 필드 값을 설정합니다.

ToString()

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
ICustomTypeDescriptor.GetAttributes()

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetClassName()

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetComponentName()

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetConverter()

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetDefaultEvent()

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetDefaultProperty()

구성 요소의 이 인스턴스에 대한 기본 속성을 반환합니다.

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetEditor(Type)

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetEvents()

구성 요소의 이 인스턴스에 대한 이벤트를 반환합니다.

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetEvents(Attribute[])

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetProperties()

구성 요소의 이 인스턴스에 대한 속성을 반환합니다.

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetProperties(Attribute[])

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

(다음에서 상속됨 DbDataRecord)
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

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

(다음에서 상속됨 DbDataRecord)
IDataRecord.GetData(Int32)

필드 값을 .로 검색 IDataReader합니다.

적용 대상