Click or drag to resize

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

Parameters

value
Type: System.Boolean

Return Value

Type: MySqlDQEConfiguration
See Also