MySqlDQEConfigurationSetIncludeCatalogNameInObjectNamesFlag Method  | 
 
            Sets the 'IncludeCatalogNameInObjectNames' flag for the DQE to the value specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.MySql
    Assembly:
   SD.LLBLGen.Pro.DQE.MySql (in SD.LLBLGen.Pro.DQE.MySql.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic MySqlDQEConfiguration SetIncludeCatalogNameInObjectNamesFlag(
	bool value
)
Public Function SetIncludeCatalogNameInObjectNamesFlag ( 
	value As Boolean
) As MySqlDQEConfiguration
Parameters
- value
 - Type: SystemBoolean
 
Return Value
Type: 
MySqlDQEConfiguration
See Also