OriginalValueRecord Class
The original values of the properties of an entity when it was retrieved from the database.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Common.DbDataRecord
System.Data.Entity.Core.Objects.DbUpdatableDataRecord
System.Data.Entity.Core.Objects.OriginalValueRecord
Name | Description | |
---|---|---|
![]() | DataRecordInfo | Gets data record information.(Inherited from DbUpdatableDataRecord.) |
![]() | FieldCount | Gets the number of fields in the record.(Inherited from DbUpdatableDataRecord.) |
![]() | Item[Int32] | Returns a value that has the given field ordinal.(Inherited from DbUpdatableDataRecord.) |
![]() | Item[String] | Gets a value that has the given field name.(Inherited from DbUpdatableDataRecord.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBoolean(Int32) | Retrieves the field value as a Boolean.(Inherited from DbUpdatableDataRecord.) |
![]() | GetByte(Int32) | Retrieves the field value as a byte.(Inherited from DbUpdatableDataRecord.) |
![]() | GetBytes(Int32, Int64, Byte[], Int32, Int32) | Retrieves the field value as a byte array.(Inherited from DbUpdatableDataRecord.) |
![]() | GetChar(Int32) | Retrieves the field value as a char.(Inherited from DbUpdatableDataRecord.) |
![]() | GetChars(Int32, Int64, Char[], Int32, Int32) | Retrieves the field value as a char array.(Inherited from DbUpdatableDataRecord.) |
![]() | GetData(Int32) | (Inherited from DbDataRecord.) |
![]() | GetDataReader(Int32) | Retrieves the field value as a T:System.Common.DbDataReader.(Inherited from DbUpdatableDataRecord.) |
![]() | GetDataRecord(Int32) | Retrieves a field value as a DbDataRecord.(Inherited from DbUpdatableDataRecord.) |
![]() | GetDataTypeName(Int32) | Retrieves the name of the field data type.(Inherited from DbUpdatableDataRecord.) |
![]() | GetDateTime(Int32) | Retrieves the field value as a DateTime.(Inherited from DbUpdatableDataRecord.) |
![]() | GetDbDataReader(Int32) | Retrieves the field value as a T:System.Common.DbDataReader(Inherited from DbUpdatableDataRecord.) |
![]() | GetDecimal(Int32) | Retrieves the field value as a decimal.(Inherited from DbUpdatableDataRecord.) |
![]() | GetDouble(Int32) | Retrieves the field value as a double.(Inherited from DbUpdatableDataRecord.) |
![]() | GetFieldType(Int32) | Retrieves the type of a field.(Inherited from DbUpdatableDataRecord.) |
![]() | GetFloat(Int32) | Retrieves the field value as a float.(Inherited from DbUpdatableDataRecord.) |
![]() | GetGuid(Int32) | Retrieves the field value as a Guid.(Inherited from DbUpdatableDataRecord.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInt16(Int32) | Retrieves the field value as an Int16.(Inherited from DbUpdatableDataRecord.) |
![]() | GetInt32(Int32) | Retrieves the field value as an Int32.(Inherited from DbUpdatableDataRecord.) |
![]() | GetInt64(Int32) | Retrieves the field value as an Int64.(Inherited from DbUpdatableDataRecord.) |
![]() | GetName(Int32) | Retrieves the name of a field.(Inherited from DbUpdatableDataRecord.) |
![]() | GetOrdinal(String) | Retrieves the ordinal of a field by using the name of the field.(Inherited from DbUpdatableDataRecord.) |
![]() | GetRecordValue(Int32) | Retrieves the value of a field.(Inherited from DbUpdatableDataRecord.) |
![]() | GetString(Int32) | Retrieves the field value as a string.(Inherited from DbUpdatableDataRecord.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(Int32) | Retrieves the value of a field.(Inherited from DbUpdatableDataRecord.) |
![]() | GetValues(Object[]) | Populates an array of objects with the field values of the current record.(Inherited from DbUpdatableDataRecord.) |
![]() | IsDBNull(Int32) | Returns whether the specified field is set to DBNull.(Inherited from DbUpdatableDataRecord.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetBoolean(Int32, Boolean) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetByte(Int32, Byte) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetChar(Int32, Char) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetDataRecord(Int32, IDataRecord) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetDateTime(Int32, DateTime) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetDBNull(Int32) | Sets a field to the DBNull value.(Inherited from DbUpdatableDataRecord.) |
![]() | SetDecimal(Int32, Decimal) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetDouble(Int32, Double) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetFloat(Int32, Single) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetGuid(Int32, Guid) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetInt16(Int32, Int16) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetInt32(Int32, Int32) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetInt64(Int32, Int64) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetRecordValue(Int32, Object) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetString(Int32, String) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetValue(Int32, Object) | Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | SetValues(Object[]) | Sets field values in a record.(Inherited from DbUpdatableDataRecord.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ICustomTypeDescriptor.GetAttributes() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetClassName() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetComponentName() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetConverter() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetDefaultEvent() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetDefaultProperty() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetEditor(Type) | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetEvents() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetEvents(Attribute[]) | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetProperties() | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetProperties(Attribute[]) | (Inherited from DbDataRecord.) |
![]() ![]() | ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) | (Inherited from DbDataRecord.) |
![]() ![]() | IDataRecord.GetData(Int32) | Retrieves the field value as an IDataReader.(Inherited from DbUpdatableDataRecord.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.