IEntityFieldsCore.ForcedValueWrite Method (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.
From user code, use SetCurrentValue instead.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax void ForcedValueWrite(
int index,
Object currentValue,
Object dbValue
)
Sub ForcedValueWrite (
index As Integer,
currentValue As Object,
dbValue As Object
)
Parameters
- index
- Type: System.Int32
The index. - currentValue
- Type: System.Object
The current value. - dbValue
- Type: System.Object
The db value.
See Also