Show / Hide Table of Contents

Method ExecuteNonQueryAsync

| Improve this Doc View Source

ExecuteNonQueryAsync(TCommand, CancellationToken)

Executes non query command.

Declaration
protected Task<int> ExecuteNonQueryAsync(TCommand command, CancellationToken ct)
Parameters
Type Name Description
TCommand command

The command to be executed.

System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<System.Int32>

The return code returned by command execution.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest