Click or drag to resize

EntityFieldCore.ForcedCurrentValueWrite Method (Object, Object)

Overwrites the current value with the value passed. This bypasses value checking and field properties like readonly.

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
public virtual void ForcedCurrentValueWrite(
	Object value,
	Object dbValue
)

Parameters

value
Type: System.Object
Value to store as the current value
dbValue
Type: System.Object
the value read from the database.

Implements

IEntityFieldCore.ForcedCurrentValueWrite(Object, Object)
See Also