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

GetTableName

Calls the GetResultSetName of the BusinessObject. If BusinessObject is null then it returns a null.

Parameters:
Description
field

Returns:
Type
System.String

Overload List

OverloadDescription
GetTableName(IField)GetTableName

Calls the GetResultSetName of the BusinessObject. If BusinessObject is null then it returns a null.

Parameters:
Description
field

Returns:
Type
System.String
 

GetTableName(IField,Boolean)GetTableName

Calls the GetResultSetName of the BusinessObject. If BusinessObject is null then it returns a null.

Parameters:
Description
field
noSpace

Returns:
Type
System.String
 

Requirements

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

See Also