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

Session.ExecuteQueryWithMetadataAsync(String, String[], Object[], CancellationToken) Method

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public Task<SelectedData> ExecuteQueryWithMetadataAsync(
    string sql,
    string[] parameterNames,
    object[] parameterValues,
    CancellationToken cancellationToken = default(CancellationToken)
)

Parameters

Name Type
sql String
parameterNames String[]
parameterValues Object[]

Optional Parameters

Name Type Default
cancellationToken CancellationToken *null*

Returns

Type
Task<SelectedData>
See Also