Send feedback on this topic.
Teradata.Client.Provider
ExecuteNonQueryAsync Method



Teradata.Client.Provider Namespace > TdCommand Class : ExecuteNonQueryAsync Method
Overload List
OverloadDescription
A Task-based asynchronous version of the TdCommand.ExecuteNonQuery method. The cancellation token may be use to cancel the execution of the TdCommand.  
An asynchronous version of System.Data.Common.DbCommand.ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes System.Data.Common.DbCommand.ExecuteNonQueryAsync(System.Threading.CancellationToken) with CancellationToken.None. (Inherited from System.Data.Common.DbCommand)
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdCommand Class
TdCommand Members