| DB2DQEConfigurationSetCaseInsensitiveNamesFlag Method  | 
 
            Sets the 'CaseInsensitiveNames' flag for the DQE to the value specified
            
 
    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)
Syntaxpublic DB2DQEConfiguration SetCaseInsensitiveNamesFlag(
	bool value
)
Public Function SetCaseInsensitiveNamesFlag ( 
	value As Boolean
) As DB2DQEConfiguration
Parameters
- value
 - Type: SystemBoolean
 
Return Value
Type: 
DB2DQEConfiguration
See Also