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.10.0.0 (5.10.0)
Syntaxpublic void ForcedIsNullWrite(
	bool isNull
)
Public Sub ForcedIsNullWrite ( 
	isNull As Boolean
)
Parameters
- isNull
 - Type: SystemBoolean
 if [is null]; otherwise, . 
RemarksDo not call this method from your code. This is an internal method
See Also