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

The qualified name of the column, table, index etc

BaseNameOnly (Boolean)

Only unqualifies the base part of the database object name

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

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