Click or drag to resize
EntityFieldsCoreTFieldForcedValueWrite 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.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void ForcedValueWrite(
	int index,
	Object currentValue,
	Object dbValue
)

Parameters

index
Type: SystemInt32
The index.
currentValue
Type: SystemObject
The current value.
dbValue
Type: SystemObject
The db value.

Implements

IEntityFieldsCoreForcedValueWrite(Int32, Object, Object)
See Also