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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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