DynamicQueryEngineGetNullInProjectionFragment 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.DQE.DB2
Assembly:
SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected override string GetNullInProjectionFragment()
Protected Overrides Function GetNullInProjectionFragment As String
Return Value
Type:
StringSee Also