| VolatileEntityFieldsDataContainerForcedValueWrite Method (Int32, Object) | 
 
            Sets the current value for the field with the index specified to the currentValue specified without setting changed flags. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void ForcedValueWrite(
	int index,
	Object currentValue
)
Public Sub ForcedValueWrite ( 
	index As Integer,
	currentValue As Object
)
Parameters
- index
 - Type: SystemInt32
The index. - currentValue
 - Type: SystemObject
The current value. 
See Also