Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public virtual 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
Object

An Object denoting the operation result.

See Also