Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.ExecuteSprocAsync(CancellationToken, String, OperandValue[]) Method

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public Task<SelectedData> ExecuteSprocAsync(
    CancellationToken cancellationToken,
    string sprocName,
    params OperandValue[] parameters
)

Parameters

Name Type
cancellationToken CancellationToken
sprocName String
parameters OperandValue[]

Returns

Type
Task<SelectedData>
See Also