







![]() ![]() |
MySQL Connector/Net |
MySqlHelper..::..ExecuteReaderAsync Method (String, String) |
MySqlHelper Class See Also Send Feedback |
![]() |
Async version of ExecuteReader
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public static Task<MySqlDataReader> ExecuteReaderAsync( string connectionString, string commandText ) |
Visual Basic |
---|
Public Shared Function ExecuteReaderAsync ( _ connectionString As String, _ commandText As String _ ) As Task(Of MySqlDataReader) |
Visual C++ |
---|
public: static Task<MySqlDataReader^>^ ExecuteReaderAsync( String^ connectionString, String^ commandText ) |
Parameters
- connectionString
- Type: System..::..String
Settings to use for this command
- commandText
- Type: System..::..String
Command text to use