QuickObjects.ObjectBase Send comments on this topic.
GetObjectName(String,Boolean,Boolean,DatabaseTypes) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class > GetObjectName Method : GetObjectName(String,Boolean,Boolean,DatabaseTypes) Method
field
dot
encloseObjectName
databaseType

GetObjectName

Returns a object name representation based on the passed in value for encloseObjectNames. It returns a . at the end if the passed in value for the dot parameter is true.

Parameters:
Description
field
dot
encloseObjectName
databaseType

Returns:
Type
System.String

Syntax

C# 
public static string GetObjectName( 
   string field,
   bool dot,
   bool encloseObjectName,
   DatabaseObject.DatabaseTypes databaseType
)

Parameters

field
dot
encloseObjectName
databaseType

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also