PostgreSqlDQEConfigurationSetCaseInsensitiveNamesFlag Method  | 
 
            Sets the 'CaseInsensitiveNames' flag for the DQE to the value specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.PostgreSql
    Assembly:
   SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic PostgreSqlDQEConfiguration SetCaseInsensitiveNamesFlag(
	bool value
)
Public Function SetCaseInsensitiveNamesFlag ( 
	value As Boolean
) As PostgreSqlDQEConfiguration
Parameters
- value
 - Type: SystemBoolean
 
Return Value
Type: 
PostgreSqlDQEConfiguration
See Also