24 public T
Object {
get;
private set; }
29 public Exception
Error {
get;
private set; }
60 get {
return this.
Object; }
63 Exception IDataPortalResult.Error
65 get {
return this.
Error; }
68 object IDataPortalResult.UserState
DataPortalResult defines the results of DataPortal operation.
Exception Error
Error that occurred during the DataPotal call.
object UserState
User defined information that was passed into data portal on initial request
T Object
Object that DataPortal received as a result of current operation
DataPortalResult(T obj, Exception ex, object userState)
Create new instance of data portal result
IDataPortalResult defines the results of DataPortal operation
object Object
Gets the resulting object.