DbUpdatableDataRecord Class

 

Provides access to the original values of object data. The DbUpdatableDataRecord implements methods that allow updates to the original values of an object.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)


[DefaultMemberAttribute("Item")]
public abstract class DbUpdatableDataRecord : DbDataRecord, IExtendedDataRecord, 
	IDataRecord

NameDescription
System_CAPS_pubpropertyDataRecordInfo

Gets data record information.

System_CAPS_pubpropertyFieldCount

Gets the number of fields in the record.(Overrides DbDataRecord.FieldCount.)

System_CAPS_pubpropertyItem[Int32]

Returns a value that has the given field ordinal.(Overrides DbDataRecord.Item[Int32].)

System_CAPS_pubpropertyItem[String]

Gets a value that has the given field name.(Overrides DbDataRecord.Item[String].)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBoolean(Int32)

Retrieves the field value as a Boolean.(Overrides DbDataRecord.GetBoolean(Int32).)

System_CAPS_pubmethodGetByte(Int32)

Retrieves the field value as a byte.(Overrides DbDataRecord.GetByte(Int32).)

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

Retrieves the field value as a byte array.(Overrides DbDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32).)

System_CAPS_pubmethodGetChar(Int32)

Retrieves the field value as a char.(Overrides DbDataRecord.GetChar(Int32).)

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

Retrieves the field value as a char array.(Overrides DbDataRecord.GetChars(Int32, Int64, Char[], Int32, Int32).)

System_CAPS_pubmethodGetData(Int32)

(Inherited from DbDataRecord.)

System_CAPS_pubmethodGetDataReader(Int32)

Retrieves the field value as a T:System.Common.DbDataReader.

System_CAPS_pubmethodGetDataRecord(Int32)

Retrieves a field value as a DbDataRecord.

System_CAPS_pubmethodGetDataTypeName(Int32)

Retrieves the name of the field data type.(Overrides DbDataRecord.GetDataTypeName(Int32).)

System_CAPS_pubmethodGetDateTime(Int32)

Retrieves the field value as a DateTime.(Overrides DbDataRecord.GetDateTime(Int32).)

System_CAPS_protmethodGetDbDataReader(Int32)

Retrieves the field value as a T:System.Common.DbDataReader(Overrides DbDataRecord.GetDbDataReader(Int32).)

System_CAPS_pubmethodGetDecimal(Int32)

Retrieves the field value as a decimal.(Overrides DbDataRecord.GetDecimal(Int32).)

System_CAPS_pubmethodGetDouble(Int32)

Retrieves the field value as a double.(Overrides DbDataRecord.GetDouble(Int32).)

System_CAPS_pubmethodGetFieldType(Int32)

Retrieves the type of a field.(Overrides DbDataRecord.GetFieldType(Int32).)

System_CAPS_pubmethodGetFloat(Int32)

Retrieves the field value as a float.(Overrides DbDataRecord.GetFloat(Int32).)

System_CAPS_pubmethodGetGuid(Int32)

Retrieves the field value as a Guid.(Overrides DbDataRecord.GetGuid(Int32).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInt16(Int32)

Retrieves the field value as an Int16.(Overrides DbDataRecord.GetInt16(Int32).)

System_CAPS_pubmethodGetInt32(Int32)

Retrieves the field value as an Int32.(Overrides DbDataRecord.GetInt32(Int32).)

System_CAPS_pubmethodGetInt64(Int32)

Retrieves the field value as an Int64.(Overrides DbDataRecord.GetInt64(Int32).)

System_CAPS_pubmethodGetName(Int32)

Retrieves the name of a field.(Overrides DbDataRecord.GetName(Int32).)

System_CAPS_pubmethodGetOrdinal(String)

Retrieves the ordinal of a field by using the name of the field.(Overrides DbDataRecord.GetOrdinal(String).)

System_CAPS_protmethodGetRecordValue(Int32)

Retrieves the value of a field.

System_CAPS_pubmethodGetString(Int32)

Retrieves the field value as a string.(Overrides DbDataRecord.GetString(Int32).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(Int32)

Retrieves the value of a field.(Overrides DbDataRecord.GetValue(Int32).)

System_CAPS_pubmethodGetValues(Object[])

Populates an array of objects with the field values of the current record.(Overrides DbDataRecord.GetValues(Object[]).)

System_CAPS_pubmethodIsDBNull(Int32)

Returns whether the specified field is set to DBNull.(Overrides DbDataRecord.IsDBNull(Int32).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetBoolean(Int32, Boolean)

Sets the value of a field in a record.

System_CAPS_pubmethodSetByte(Int32, Byte)

Sets the value of a field in a record.

System_CAPS_pubmethodSetChar(Int32, Char)

Sets the value of a field in a record.

System_CAPS_pubmethodSetDataRecord(Int32, IDataRecord)

Sets the value of a field in a record.

System_CAPS_pubmethodSetDateTime(Int32, DateTime)

Sets the value of a field in a record.

System_CAPS_pubmethodSetDBNull(Int32)

Sets a field to the DBNull value.

System_CAPS_pubmethodSetDecimal(Int32, Decimal)

Sets the value of a field in a record.

System_CAPS_pubmethodSetDouble(Int32, Double)

Sets the value of a field in a record.

System_CAPS_pubmethodSetFloat(Int32, Single)

Sets the value of a field in a record.

System_CAPS_pubmethodSetGuid(Int32, Guid)

Sets the value of a field in a record.

System_CAPS_pubmethodSetInt16(Int32, Int16)

Sets the value of a field in a record.

System_CAPS_pubmethodSetInt32(Int32, Int32)

Sets the value of a field in a record.

System_CAPS_pubmethodSetInt64(Int32, Int64)

Sets the value of a field in a record.

System_CAPS_protmethodSetRecordValue(Int32, Object)

Sets the value of a field in a record.

System_CAPS_pubmethodSetString(Int32, String)

Sets the value of a field in a record.

System_CAPS_pubmethodSetValue(Int32, Object)

Sets the value of a field in a record.

System_CAPS_pubmethodSetValues(Object[])

Sets field values in a record.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.