Click or drag to resize

DbSpecificCreatorBaseGetNewPerCallSchemaName Method

Overload List
  NameDescription
Public methodGetNewPerCallSchemaName(String)
Gets the new schema name from the per-call hashtable name overwrites set into this object. If no per call name pairs are defined or the name passed in isn't found, the same name passed in is returned. Wraps the returned value in identifier wrapping chars (e.g. []) if needed. If this is unneeded, call the overload which accepts a flag for this.
Public methodGetNewPerCallSchemaName(String, Boolean)
Gets the new schema name from the per-call hashtable name overwrites set into this object. If no per call name pairs are defined or the name passed in isn't found, the same name passed in is returned
Top
See Also