QuickObjects.ObjectBase Send comments on this topic.
GetObjectName Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class : GetObjectName Method

GetObjectName

Returns a object name representation based on the passed in value for encloseObjectNames. It also returns a . at the end.

Parameters:
Description
field
encloseObjectName
databaseType

Returns:
Type
System.String

Overload List

OverloadDescription
GetObjectName(String,Boolean,DatabaseTypes)GetObjectName

Returns a object name representation based on the passed in value for encloseObjectNames. It also returns a . at the end.

Parameters:
Description
field
encloseObjectName
databaseType

Returns:
Type
System.String
 

GetObjectName(String,Boolean,Boolean,DatabaseTypes)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
 

Requirements

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

See Also