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.4.0.0 (5.4.0)
Syntax public MySqlDQEConfiguration SetIncludeCatalogNameInObjectNamesFlag(
bool value
)
Public Function SetIncludeCatalogNameInObjectNamesFlag (
value As Boolean
) As MySqlDQEConfiguration
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
MySqlDQEConfigurationSee Also