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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdCommand Class
TdCommand Members