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

GetFromExpression

Provides a String that can be used as a From portion of the SQL statement. This includes the table name and an alias (ResultSetName if it is set as well and different from Name property)

Returns:
Type
System.String

Syntax

C# 
public string GetFromExpression()

Requirements

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

See Also