ViewResultT Properties |
The ViewResultT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
An error message if one occured.
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
An optional message returned by the server or the client
|
![]() | Rows |
The results of the query if successful.
|
![]() | StatusCode |
The HTTP Status Code for the request
|
![]() | Success |
True if the request was successful
|
![]() | TotalRows |
The total number of rows.
|