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



Teradata.Client.Provider Namespace > TdCommand Class : ExecuteReaderAsync Method
Overload List
OverloadDescription
A Task-based asynchronous version of the TdCommand.ExecuteReader method.  
A Task-based asynchronous version of the TdCommand.ExecuteReader method. Executes the SQL statement (TdCommand.CommandText property). A cancellation token may be used to cancel the execution of the TdCommand  
A Task-based asynchronous version of the TdCommand.ExecuteReader method. Executes the SQL statement (TdCommand.CommandText property) using one of the Data.CommandBehavior enumeration members.  
A Task-based asynchronous version of the TdCommand.ExecuteReader method. Executes the SQL statement (TdCommand.CommandText property) using one of the Data.CommandBehavior enumeration members. The cancellation token may be use to cancel the execution of the TdCommand.  
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