DataStoreService.Do(String, Object) Method
In This Article
Executes a specified command with specific parameters and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public virtual OperationResult<object> Do(
string command,
object args
)
#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 |
---|---|
Operation |
An Operation |
#Implements
See Also