DbNetSuiteVS
QualifiedDbObjectName Method (ObjectName)
NamespacesDbNetLink.DataDbNetDataQualifiedDbObjectName(String)
Qualifies a database object name to ensure that it can can be used in an SQL Statement.
Declaration Syntax
C#Visual Basic
public string QualifiedDbObjectName(
	string ObjectName
)
Public Function QualifiedDbObjectName ( _
	ObjectName As String _
) As String
Parameters
ObjectName (String)

The name of the column, table, index etc

Return Value
The qualified object name. For example for a MS SQL Server connection the name "order details" would become "[order details]".
Remarks
The function only qualifies the name if necessary for example if the name contains an embeded space or is a reserved word.

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