IEntityFieldCoreForcedCurrentValueWrite Method (Object) |
Overwrites the current value with the value passed. This bypasses value checking and field properties like readonly.
Used by internal code only. Do not call this from your code.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax void ForcedCurrentValueWrite(
Object value
)
Sub ForcedCurrentValueWrite (
value As Object
)
Parameters
- value
- Type: SystemObject
Value to store as the current value
See Also