Click or drag to resize
EntityFieldCoreForcedCurrentValueWrite Method (Object)
Overwrites the current value with the value passed. This bypasses value checking and field properties.

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 ForcedCurrentValueWrite(
	Object value
)

Parameters

value
Type: SystemObject
Value to store as the current value

Implements

IEntityFieldCoreForcedCurrentValueWrite(Object)
See Also