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



Teradata.Client.Provider Namespace > TdCommand Class : BeginExecuteNonQuery Method
Overload List
OverloadDescription
Initiates the asynchronous request that is to be submitted to Teradata. This method differs from TdCommand.BeginExecuteReader in that it should not be used when retrieving data. A TdDataReader object is not returned when the corresponding TdCommand.EndExecuteNonQuery method is called.  
Initiates an asynchronous request to Teradata. This method differs from TdCommand.BeginExecuteReader in that it should not be used when retrieving data. A TdDataReader object is not returned when the corresponding TdCommand.EndExecuteNonQuery method is called.  
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