'Declaration Public Overloads Shared Function ExecuteReader( _ ByVal connectionString As String, _ ByVal commandText As String _ ) As MySqlDataReader
public static MySqlDataReader ExecuteReader( string connectionString, string commandText )
Parameters
- connectionString
- The MySqlConnection object to use for the command.
- commandText
- Command text to use.
Return Value
The MySqlDataReader object ready to read the results of the command.