Removes the qualifiers from a database object name.
- ObjectName (String)
-
The qualified name of the column, table, index etc
The unqualified object name. For example for a MS SQL Server connection the name "[order details]" would become "order details".