Click or drag to resize
EntityFieldsCore<TField>.ForcedValueWrite 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.2.0.0 (5.2.17.0403)
Syntax
public void ForcedValueWrite(
	int index,
	Object currentValue
)

Parameters

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

Implements

IEntityFieldsCore.ForcedValueWrite(Int32, Object)
See Also