DbUpdatableDataRecord Classe

Definição

Fornece acesso aos valores originais de dados de objeto.Provides access to the original values of object data. O DbUpdatableDataRecord implementa métodos que permitem atualizações para os valores originais de um objeto.The DbUpdatableDataRecord implements methods that allow updates to the original values of an object.

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
Herança
DbUpdatableDataRecord
Derivado
Implementações

Propriedades

DataRecordInfo

Obtém informações de registro de dados.Gets data record information.

FieldCount

Obtém o número de campos no registro.Gets the number of fields in the record.

Item[Int32]

Retorna um valor que contém o ordinal do campo fornecido.Returns a value that has the given field ordinal.

Item[String]

Obtém um valor que contém o nome de campo fornecido.Gets a value that has the given field name.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetBoolean(Int32)

Recupera o valor do campo como um booliano.Retrieves the field value as a Boolean.

GetByte(Int32)

Recupera o valor do campo como um byte.Retrieves the field value as a byte.

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

Recupera o valor do campo como uma matriz de byte.Retrieves the field value as a byte array.

GetChar(Int32)

Recupera o valor do campo como um char.Retrieves the field value as a char.

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

Recupera o valor do campo como uma matriz de char.Retrieves the field value as a char array.

GetData(Int32)

Não há suporte no momento.Not currently supported.

(Herdado de DbDataRecord)
GetDataReader(Int32)

Recupera o valor do campo como um DbDataReader.Retrieves the field value as a DbDataReader.

GetDataRecord(Int32)

Recupera um valor do campo como um DbDataRecord.Retrieves a field value as a DbDataRecord.

GetDataTypeName(Int32)

Recupera o nome do tipo de dados do campo.Retrieves the name of the field data type.

GetDateTime(Int32)

Recupera o valor do campo como um DateTime.Retrieves the field value as a DateTime.

GetDbDataReader(Int32)

Recupera o valor do campo como um DbDataReaderRetrieves the field value as a DbDataReader

GetDecimal(Int32)

Recupera o valor do campo como um decimal.Retrieves the field value as a decimal.

GetDouble(Int32)

Recupera o valor do campo como um double.Retrieves the field value as a double.

GetFieldType(Int32)

Recupera o tipo de um campo.Retrieves the type of a field.

GetFloat(Int32)

Recupera o valor do campo como um float.Retrieves the field value as a float.

GetGuid(Int32)

Recupera o valor do campo como um Guid.Retrieves the field value as a Guid.

GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetInt16(Int32)

Recupera o valor do campo como um Int16.Retrieves the field value as an Int16.

GetInt32(Int32)

Recupera o valor do campo como um Int32.Retrieves the field value as an Int32.

GetInt64(Int32)

Recupera o valor do campo como um Int64.Retrieves the field value as an Int64.

GetName(Int32)

Recupera o nome de um campo.Retrieves the name of a field.

GetOrdinal(String)

Recupera o ordinal de um campo usando o nome do campo.Retrieves the ordinal of a field by using the name of the field.

GetRecordValue(Int32)

Recupera o valor de um campo.Retrieves the value of a field.

GetString(Int32)

Recupera o valor do campo como uma cadeia de caracteres.Retrieves the field value as a string.

GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
GetValue(Int32)

Recupera o valor de um campo.Retrieves the value of a field.

GetValues(Object[])

Popula uma matriz de objetos com os valores de campo do registro atual.Populates an array of objects with the field values of the current record.

IsDBNull(Int32)

Retorna se o campo especificado está definido como DBNull.Returns whether the specified field is set to DBNull.

MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
SetBoolean(Int32, Boolean)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetByte(Int32, Byte)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetChar(Int32, Char)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetDataRecord(Int32, IDataRecord)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetDateTime(Int32, DateTime)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetDBNull(Int32)

Define um campo para o valor DBNull.Sets a field to the DBNull value.

SetDecimal(Int32, Decimal)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetDouble(Int32, Double)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetFloat(Int32, Single)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetGuid(Int32, Guid)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetInt16(Int32, Int16)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetInt32(Int32, Int32)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetInt64(Int32, Int64)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetRecordValue(Int32, Object)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetString(Int32, String)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetValue(Int32, Object)

Define o valor de um campo em um registro.Sets the value of a field in a record.

SetValues(Object[])

Define valores de campo em um registro.Sets field values in a record.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Implantações explícitas de interface

ICustomTypeDescriptor.GetAttributes()

Retorna uma coleção de atributos personalizados para esta instância de um componente.Returns a collection of custom attributes for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetClassName()

Retorna o nome de classe desta instância de um componente.Returns the class name of this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetComponentName()

Retorna o nome desta instância de um componente.Returns the name of this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetConverter()

Retorna um conversor de tipo para esta instância de um componente.Returns a type converter for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetDefaultEvent()

Retorna o evento padrão para esta instância de um componente.Returns the default event for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetDefaultProperty()

Retorna a propriedade padrão para esta instância de um componente.Returns the default property for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetEditor(Type)

Retorna um editor do tipo especificado para esta instância de um componente.Returns an editor of the specified type for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.Returns the events for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro.Returns the events for this instance of a component using the specified attribute array as a filter.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetProperties()

Retorna as propriedades desta instância de um componente.Returns the properties for this instance of a component.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna as propriedades desta instância de um componente usando a matriz de atributos como um filtro.Returns the properties for this instance of a component using the attribute array as a filter.

(Herdado de DbDataRecord)
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Retorna um objeto que contém a propriedade descrita pelo descritor de propriedade especificado.Returns an object that contains the property described by the specified property descriptor.

(Herdado de DbDataRecord)
IDataRecord.GetData(Int32)

Recupera o valor do campo como um IDataReader.Retrieves the field value as an IDataReader.

Aplica-se a