Mimer SQL Data Provider
ExecuteScalarAsync Method




Mimer.Data.Client Namespace > MimerBatch Class : ExecuteScalarAsync Method
A token to cancel the asynchronous operation.
This is the asynchronous version of ExecuteScalar.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ExecuteScalarAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task(Of Object)
public override Task<object> ExecuteScalarAsync( 
   CancellationToken cancellationToken
)
public function ExecuteScalarAsync( 
    cancellationToken: CancellationToken
): Task; override; 
public override function ExecuteScalarAsync( 
   cancellationToken : CancellationToken
) : Task;
public: Task<Object*>* ExecuteScalarAsync( 
   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 ExecuteScalarAsync method.
Remarks
This method is not supported.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members