Click or drag to resize

EntityPropertyForcedIsNullWrite Method

Forcess a set of the IsNull flag

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void ForcedIsNullWrite(
	bool isNull
)

Parameters

isNull
Type: SystemBoolean
if [is null]; otherwise, .
Remarks
Do not call this method from your code. This is an internal method
See Also