QuickObjects.ObjectBase Send comments on this topic.
TableResultSetName Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : TableResultSetName Property

TableResultSetName

Holds a String value that can be used for specifying the table's result set name for this field.

This should match with the value of the business objects ResultSetName property.

In normal circumstances, there is no need to assign value to this property as it automatically handles it.

Syntax

C# 
[XmlIgnoreAttribute()]
public NameField TableResultSetName {get; set;}

Requirements

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

See Also