Click or drag to resize
SchemaNameUsage Enumeration
Oracle specific enum definition for Adapter template set. Specifies for the active DataAccessAdapter object what to do with the schema 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 SchemaNameUsage
Members
  Member nameValueDescription
Default0 Use default behaviour, which means that nothing is done to the schema name specified in the persistence info.
ForceName1 Force the name specified in the property DataAccessAdapter.SchemaNameToUse.
Clear2 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.
See Also