CatalogNameUsage Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Use default behaviour, which means that nothing is done to the catalog name specified in the persistence info. | |
ForceName | 1 | Force the name specified in the property DataAccessAdapter.CatalogNameToUse. | |
Clear | 2 | 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. |
(c)2002-2018 Solutions Design bv