QueryResultSet MembersA Sandcastle Documented Class Library

The QueryResultSet type exposes the following members.
Constructors

  NameDescription
Public methodQueryResultSet
Generic constructor.
Back to Top
Methods

  NameDescription
Public methodAddQrp
Adds a QueryResultPacket to the collection checking if it had an error.
Public methodGetData
Returns the main data table.
Public methodGetErrorCount
Returns the error count of added QueryResultPackets.
Public methodGetQrpAtIndex
Gets the QueryResultPacket at the given index.
Public methodGetQrpCount
Returns the number of QueryResultPacket objects this class holds.
Public methodGetQueryResultSet
Returns the list of QueryResultSet objects.
Public methodSetData
Sets the main data table.
Public methodSetQueryResultSet
Sets the query result set object.
Public methodToString
Returns the contents of this object as a text based report.
(Overrides Object ToString .)
Back to Top
Fields

  NameDescription
Private fielddata
Holds a main data table used to store main results if needed.
Private fielderrorCount
Keeps track of how many queries failed.
Private fieldresults
Holds all the resulting QueryResultPacket objects.
Back to Top
See Also