DbNetSuiteVS
UnqualifiedDbObjectName Method (ObjectName)
NamespacesDbNetLink.DataDbNetDataUnqualifiedDbObjectName(String)
Removes the qualifiers from a database object name.
Declaration Syntax
C#Visual Basic
public string UnqualifiedDbObjectName(
	string ObjectName
)
Public Function UnqualifiedDbObjectName ( _
	ObjectName As String _
) As String
Parameters
ObjectName (String)

The qualified name of the column, table, index etc

Return Value
The unqualified object name. For example for a MS SQL Server connection the name "[order details]" would become "order details".

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)