Click or drag to resize

IEntityFieldsCore.ForcedValueWrite Method (Int32, Object)

Sets the current value for the field with the index specified to the currentValue 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.6.0.0 (5.6.19.0117)
Syntax
void ForcedValueWrite(
	int index,
	Object currentValue
)

Parameters

index
Type: System.Int32
The index.
currentValue
Type: System.Object
The current value.
See Also