Click or drag to resize
CatalogNameUsage Enumeration
SqlServer specific enum definition for Adapter template set. Specifies for the active DataAccessAdapter object what to do with the catalog name in persistence information set into fields.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum CatalogNameUsage
Members
  Member nameValueDescription
Default0 Use default behaviour, which means that nothing is done to the catalog name specified in the persistence info.
ForceName1 Force the name specified in the property DataAccessAdapter.CatalogNameToUse.
Clear2 Clears the catalog name specified in the persistence information. This means that the catalog name specified in the connection string is used by SqlServer where to locate specified tables etc.. Clearing of the catalog name makes the SqlServer DQE ignore the catalog name when generating names.
See Also