Click or drag to resize
QueryResultT Properties

The QueryResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyError
Additional information returned by the query.
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
Public propertyMessage
Optional message returned by query engine or client
Public propertyRows
The resultset or rows that are returned in a query.
Public propertySuccess
True if query was successful.
Top
See Also