VolatileEntityFieldsDataContainer Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The VolatileEntityFieldsDataContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | VolatileEntityFieldsDataContainer |
Initializes a new instance of the VolatileEntityFieldsDataContainer class.
|
Name | Description | |
---|---|---|
![]() | IsDirty |
Gets or sets a value indicating whether this instance is dirty.
|
![]() | State |
Gets or sets the state of the entity data.
|
Name | Description | |
---|---|---|
![]() | ClearChangedFlags |
Clears the changed flags.
|
![]() | Equals | 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.) |
![]() | ForcedValueWrite(Int32, Object) |
Sets the current value for the field with the index specified to the currentValue specified without setting changed flags.
|
![]() | ForcedValueWrite(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.
|
![]() | GetCurrentValue |
Gets the current value for slot with the index specified, or null if unknown.
|
![]() | GetDbValue |
Gets the db value for the slot with the index specified, or null if unknown.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIsChanged |
Gets the IsChanged flag for the slot with the index specified
|
![]() | GetIsNull |
Gets the IsNull value for the slot with the index specified.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetCurrentValue |
Sets the current value for the slot with the index specified.
|
![]() | SetDbValues |
Sets the db values, read from the datareader.
|
![]() | SetIsChanged |
Sets the is changed.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |