Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected override string GetNullInProjectionFragment()

Return Value

Type: String
See Also