CurrentValueRecord Class

 

The values currently assigned to the properties of an entity.

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

System.Object
  System.Data.Common.DbDataRecord
    System.Data.Entity.Core.Objects.DbUpdatableDataRecord
      System.Data.Entity.Core.Objects.CurrentValueRecord

public abstract class CurrentValueRecord : DbUpdatableDataRecord

NameDescription
System_CAPS_pubpropertyDataRecordInfo

Gets data record information.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubpropertyFieldCount

Gets the number of fields in the record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubpropertyItem[Int32]

Returns a value that has the given field ordinal.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubpropertyItem[String]

Gets a value that has the given field name.(Inherited from DbUpdatableDataRecord.)

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.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetByte(Int32)

Retrieves the field value as a byte.(Inherited from DbUpdatableDataRecord.)

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

Retrieves the field value as a byte array.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetChar(Int32)

Retrieves the field value as a char.(Inherited from DbUpdatableDataRecord.)

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

Retrieves the field value as a char array.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetData(Int32)

(Inherited from DbDataRecord.)

System_CAPS_pubmethodGetDataReader(Int32)

Retrieves the field value as a T:System.Common.DbDataReader.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetDataRecord(Int32)

Retrieves a field value as a DbDataRecord.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetDataTypeName(Int32)

Retrieves the name of the field data type.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetDateTime(Int32)

Retrieves the field value as a DateTime.(Inherited from DbUpdatableDataRecord.)

System_CAPS_protmethodGetDbDataReader(Int32)

Retrieves the field value as a T:System.Common.DbDataReader(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetDecimal(Int32)

Retrieves the field value as a decimal.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetDouble(Int32)

Retrieves the field value as a double.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetFieldType(Int32)

Retrieves the type of a field.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetFloat(Int32)

Retrieves the field value as a float.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetGuid(Int32)

Retrieves the field value as a Guid.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInt16(Int32)

Retrieves the field value as an Int16.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetInt32(Int32)

Retrieves the field value as an Int32.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetInt64(Int32)

Retrieves the field value as an Int64.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetName(Int32)

Retrieves the name of a field.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetOrdinal(String)

Retrieves the ordinal of a field by using the name of the field.(Inherited from DbUpdatableDataRecord.)

System_CAPS_protmethodGetRecordValue(Int32)

Retrieves the value of a field.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetString(Int32)

Retrieves the field value as a string.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(Int32)

Retrieves the value of a field.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodGetValues(Object[])

Populates an array of objects with the field values of the current record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodIsDBNull(Int32)

Returns whether the specified field is set to DBNull.(Inherited from DbUpdatableDataRecord.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetBoolean(Int32, Boolean)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetByte(Int32, Byte)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetChar(Int32, Char)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetDataRecord(Int32, IDataRecord)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetDateTime(Int32, DateTime)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetDBNull(Int32)

Sets a field to the DBNull value.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetDecimal(Int32, Decimal)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetDouble(Int32, Double)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetFloat(Int32, Single)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetGuid(Int32, Guid)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetInt16(Int32, Int16)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetInt32(Int32, Int32)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetInt64(Int32, Int64)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_protmethodSetRecordValue(Int32, Object)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetString(Int32, String)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetValue(Int32, Object)

Sets the value of a field in a record.(Inherited from DbUpdatableDataRecord.)

System_CAPS_pubmethodSetValues(Object[])

Sets field values in a record.(Inherited from DbUpdatableDataRecord.)

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.