IDataStoreServiceAsync.DoAsync(String, Object) Method
Asynchronously executes a specified command with specific parameters and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| command | String | The command to execute. |
| args | Object | The command‘s parameters |
Returns
| Type | Description |
|---|---|
| Task<OperationResult<Object>> | A Task that returns the operation result. |
See Also