The QueryResultSet type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| QueryResultSet |
Generic constructor.
|
Methods
| Name | Description | |
|---|---|---|
| AddQrp |
Adds a QueryResultPacket to the collection checking if it had an error.
| |
| GetData |
Returns the main data table.
| |
| GetErrorCount |
Returns the error count of added QueryResultPackets.
| |
| GetQrpAtIndex |
Gets the QueryResultPacket at the given index.
| |
| GetQrpCount |
Returns the number of QueryResultPacket objects this class holds.
| |
| GetQueryResultSet |
Returns the list of QueryResultSet objects.
| |
| SetData |
Sets the main data table.
| |
| SetQueryResultSet |
Sets the query result set object.
| |
| ToString |
Returns the contents of this object as a text based report.
(Overrides Object ToString .) |
Fields
| Name | Description | |
|---|---|---|
| data |
Holds a main data table used to store main results if needed.
| |
| errorCount |
Keeps track of how many queries failed.
| |
| results |
Holds all the resulting QueryResultPacket objects.
|
See Also