DataStoreService.Do(String, Object) Method
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 | A String specifying the command to execute. |
| args | Object | An object specifying the command‘s parameters. |
Returns
| Type | Description |
|---|---|
| OperationResult<Object> | An OperationResult<Object> denoting the operation result. |
Implements
See Also