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