IDataPortalResult defines the results of DataPortal operation More...
Properties | |
object | Object [get] |
Gets the resulting object. More... | |
Exception | Error [get] |
Gets any resulting error information. More... | |
object | UserState [get] |
Gets the user state, pass through object More... | |
IDataPortalResult defines the results of DataPortal operation
Definition at line 15 of file IDataPortalResult.cs.
|
get |
Gets any resulting error information.
Definition at line 24 of file IDataPortalResult.cs.
|
get |
Gets the resulting object.
Definition at line 20 of file IDataPortalResult.cs.
|
get |
Gets the user state, pass through object
The user state.
Definition at line 31 of file IDataPortalResult.cs.