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.
| C# | |
|---|---|
public DataSet ResultSet {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0