Click or drag to resize

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)
Syntax
public MySqlDQEConfiguration SetIncludeCatalogNameInObjectNamesFlag(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: MySqlDQEConfiguration
See Also