QuickObjects.ObjectBase Send comments on this topic.
GetTableName(IField,Boolean) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class > GetTableName Method : GetTableName(IField,Boolean) Method
field
noSpace

GetTableName

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

Parameters:
Description
field
noSpace

Returns:
Type
System.String

Syntax

C# 
public static string GetTableName( 
   IField field,
   bool noSpace
)

Parameters

field
noSpace

Requirements

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

See Also