Show / Hide Table of Contents

Method PerformExecuteNonQueryAsync

| Improve this Doc View Source

PerformExecuteNonQueryAsync(TCommand, CancellationToken)

Performs the operation to execute the command and returns the number of rows affected.

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

The command.

System.Threading.CancellationToken ct

The async cancellation token.

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

The number of rows affected.

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