This documentation is archived and is not being maintained.
DbUpdatableDataRecord Class
Visual Studio 2010
Provides access to the original values of object data. The DbUpdatableDataRecord implements methods that allow updates to the original values of an object.
System::Object
System.Data.Common::DbDataRecord
System.Data.Objects::DbUpdatableDataRecord
System.Data.Objects::CurrentValueRecord
System.Data.Objects::OriginalValueRecord
System.Data.Common::DbDataRecord
System.Data.Objects::DbUpdatableDataRecord
System.Data.Objects::CurrentValueRecord
System.Data.Objects::OriginalValueRecord
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbUpdatableDataRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataRecordInfo | Gets data record information. |
![]() | FieldCount | Gets the number of fields in the record. (Overrides DbDataRecord::FieldCount.) |
![]() | Item[Int32] | Returns a value that has the given field ordinal. (Overrides DbDataRecord::Item[Int32].) |
![]() | Item[String] | Gets a value that has the given field name. (Overrides DbDataRecord::Item[String].) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBoolean | Retrieves the field value as a Boolean. (Overrides DbDataRecord::GetBoolean(Int32).) |
![]() | GetByte | Retrieves the field value as a byte. (Overrides DbDataRecord::GetByte(Int32).) |
![]() | GetBytes | Retrieves the field value as a byte array. (Overrides DbDataRecord::GetBytes(Int32, Int64, array<Byte>, Int32, Int32).) |
![]() | GetChar | Retrieves the field value as a char. (Overrides DbDataRecord::GetChar(Int32).) |
![]() | GetChars | Retrieves the field value as a char array. (Overrides DbDataRecord::GetChars(Int32, Int64, array<Char>, Int32, Int32).) |
![]() | GetData | Infrastructure. Not currently supported. (Inherited from DbDataRecord.) |
![]() | GetDataReader | Retrieves the field value as a DbDataReader. |
![]() | GetDataRecord | Retrieves a field value as a DbDataRecord. |
![]() | GetDataTypeName | Retrieves the name of the field data type. (Overrides DbDataRecord::GetDataTypeName(Int32).) |
![]() | GetDateTime | Retrieves the field value as a DateTime. (Overrides DbDataRecord::GetDateTime(Int32).) |
![]() | GetDbDataReader | Retrieves the field value as a DbDataReader (Overrides DbDataRecord::GetDbDataReader(Int32).) |
![]() | GetDecimal | Retrieves the field value as a decimal. (Overrides DbDataRecord::GetDecimal(Int32).) |
![]() | GetDouble | Retrieves the field value as a double. (Overrides DbDataRecord::GetDouble(Int32).) |
![]() | GetFieldType | Retrieves the type of a field. (Overrides DbDataRecord::GetFieldType(Int32).) |
![]() | GetFloat | Retrieves the field value as a float. (Overrides DbDataRecord::GetFloat(Int32).) |
![]() | GetGuid | Retrieves the field value as a Guid. (Overrides DbDataRecord::GetGuid(Int32).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInt16 | Retrieves the field value as an Int16. (Overrides DbDataRecord::GetInt16(Int32).) |
![]() | GetInt32 | Retrieves the field value as an Int32. (Overrides DbDataRecord::GetInt32(Int32).) |
![]() | GetInt64 | Retrieves the field value as an Int64. (Overrides DbDataRecord::GetInt64(Int32).) |
![]() | GetName | Retrieves the name of a field. (Overrides DbDataRecord::GetName(Int32).) |
![]() | GetOrdinal | Retrieves the ordinal of a field by using the name of the field. (Overrides DbDataRecord::GetOrdinal(String).) |
![]() | GetRecordValue | Retrieves the value of a field. |
![]() | GetString | Retrieves the field value as a string. (Overrides DbDataRecord::GetString(Int32).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Retrieves the value of a field. (Overrides DbDataRecord::GetValue(Int32).) |
![]() | GetValues | Populates an array of objects with the field values of the current record. (Overrides DbDataRecord::GetValues(array<Object>).) |
![]() | IsDBNull | Returns whether the specified field is set to DBNull. (Overrides DbDataRecord::IsDBNull(Int32).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetBoolean | Sets the value of a field in a record. |
![]() | SetByte | Sets the value of a field in a record. |
![]() | SetChar | Sets the value of a field in a record. |
![]() | SetDataRecord | Sets the value of a field in a record. |
![]() | SetDateTime | Sets the value of a field in a record. |
![]() | SetDBNull | Sets a field to the DBNull value. |
![]() | SetDecimal | Sets the value of a field in a record. |
![]() | SetDouble | Sets the value of a field in a record. |
![]() | SetFloat | Sets the value of a field in a record. |
![]() | SetGuid | Sets the value of a field in a record. |
![]() | SetInt16 | Sets the value of a field in a record. |
![]() | SetInt32 | Sets the value of a field in a record. |
![]() | SetInt64 | Sets the value of a field in a record. |
![]() | SetRecordValue | Sets the value of a field in a record. |
![]() | SetString | Sets the value of a field in a record. |
![]() | SetValue | Sets the value of a field in a record. |
![]() | SetValues | Sets field values in a record. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICustomTypeDescriptor::GetAttributes | Returns a collection of custom attributes for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetClassName | Returns the class name of this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetComponentName | Returns the name of this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetConverter | Returns a type converter for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetDefaultEvent | Returns the default event for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetDefaultProperty | Returns the default property for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetEditor | Returns an editor of the specified type for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetEvents() | Returns the events for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetEvents(array<Attribute>) | Returns the events for this instance of a component using the specified attribute array as a filter. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetProperties() | Returns the properties for this instance of a component. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetProperties(array<Attribute>) | Returns the properties for this instance of a component using the attribute array as a filter. (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor::GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Inherited from DbDataRecord.) |
![]() ![]() | IDataRecord::GetData | Retrieves the field value as an IDataReader. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
