Click or drag to resize
VolatileEntityFieldsDataContainer Methods

The VolatileEntityFieldsDataContainer type exposes the following members.

Methods
  NameDescription
Public methodClearChangedFlags
Clears the changed flags.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForcedValueWrite(Int32, Object)
Sets the current value for the field with the index specified to the currentValue specified without setting changed flags.
Public methodForcedValueWrite(Int32, Object, Object)
Sets the current value for the field with the index specified to the currentValue specified and the dbvalue to the dbvalue specified without setting changed flags.
Public methodGetCurrentValue
Gets the current value for slot with the index specified, or null if unknown.
Public methodGetDbValue
Gets the db value for the slot with the index specified, or null if unknown.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIsChanged
Gets the IsChanged flag for the slot with the index specified
Public methodGetIsNull
Gets the IsNull value for the slot with the index specified.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCurrentValue
Sets the current value for the slot with the index specified.
Public methodSetDbValues
Sets the db values, read from the datareader.
Public methodSetIsChanged
Sets the is changed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also