ISessionExecuteAsync Method (IStatement, String) |
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax Task<RowSet> ExecuteAsync(
IStatement statement,
string executionProfileName
)
Parameters
- statement
- Type: DseIStatement
The statement to execute (simple, bound or batch statement) - executionProfileName
- Type: SystemString
ExecutionProfile name to be used while executing the statement.
Return Value
Type:
TaskRowSetA task representing the asynchronous operation.
See Also