MSSql2005SqlDependencyCacheRoot.Do(String, Object) Method
Executes a specified command via the current Root element with specific parameters and returns the operation result.
Namespace: DevExpress.Xpo.DB.Helpers
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 | A String specifying the command to execute. |
args | Object | An object specifying the command‘s parameters. |
Returns
Type | Description |
---|---|
Object | An Object denoting the operation result. |
See Also