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

ResultSet

Holds the DataSet for the result sets.

The Load method will add the returned row to a table in this data set, and if it loads any parent or child records, those will be added in seperate tables.

The Find method will add the returned row(s) to a table (named as TableName or ResultSetName property - Use the GetResultSetName method).

Note: Only if the AddResultsToDataSet is true the results will be added to this DataSet.

Syntax

C# 
public DataSet ResultSet {get; set;}

Requirements

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

See Also