Click or drag to resize
ViewResultT Properties

The ViewResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyError
An error message if one occured.
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
Public propertyMessage
An optional message returned by the server or the client
Public propertyRows
The results of the query if successful.
Public propertyStatusCode
The HTTP Status Code for the request
Public propertySuccess
True if the request was successful
Public propertyTotalRows
The total number of rows.
Top
See Also