DynamicQueryEngineBaseGetNullInProjectionFragment Method |
Gets the fragment to use in a projection for a literal NULL. By default this is 'NULL', but some databases need extra processing around NULL. Do to so, override this method.
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 protected virtual string GetNullInProjectionFragment()
Protected Overridable Function GetNullInProjectionFragment As String
Return Value
Type:
StringSee Also