SchemaNameUsage Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Use default behaviour, which means that nothing is done to the schema name specified in the persistence info. | |
ForceName | 1 | Force the name specified in the property DataAccessAdapter.SchemaNameToUse. | |
Clear | 2 | Clears the Schema name specified in the persistence information. This means that the schema name specified in the persistence info is cleared. This results in the fact that database objects are not prefixed with a schema, and will only result in a succesful query if global synonym equivalents are available. |
(c)2002-2018 Solutions Design bv