Click or drag to resize

EntityProperty.ForcedIsNullWrite 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.8.0.0 (5.8.21.0111)
Syntax
public void ForcedIsNullWrite(
	bool isNull
)

Parameters

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