Mimer SQL Data Provider
ExecuteNonQueryAsync Method




Mimer.Data.Client Namespace > MimerBatch Class : ExecuteNonQueryAsync Method
A token to cancel the asynchronous operation.
This is the asynchronous version of ExecuteNonQuery.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ExecuteNonQueryAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
public override Task<int> ExecuteNonQueryAsync( 
   CancellationToken cancellationToken
)
public function ExecuteNonQueryAsync( 
    cancellationToken: CancellationToken
): Task; override; 
public override function ExecuteNonQueryAsync( 
   cancellationToken : CancellationToken
) : Task;
public: Task<int>* ExecuteNonQueryAsync( 
   CancellationToken cancellationToken
) override 

Parameters

cancellationToken
A token to cancel the asynchronous operation.

Return Value

A task representing the asynchronous operation.
Exceptions
ExceptionDescription
Mimer does not support the ExecuteNonQueryAsync method.
Remarks
This method is not supported.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members