QueryResultT Properties |
The QueryResultT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
Additional information returned by the query.
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
Optional message returned by query engine or client
|
![]() | Rows |
The resultset or rows that are returned in a query.
|
![]() | Success |
True if query was successful.
|