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

GetTableName

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

Parameters:
Description
field

Returns:
Type
System.String

Syntax

C# 
public static string GetTableName( 
   IField field
)

Parameters

field

Requirements

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

See Also