Beispiel #1
0
 /// <summary>
 /// A Mock objects That appers to gets a data table from the specifed <see cref="MySqlCommand"/>.
 /// </summary>
 /// <param name="RequestCommand">The request command.</param>
 /// <param name="connectionString">The connection string.</param>
 /// <returns></returns>
 public DataTable GetDataTable(MySqlCommand RequestCommand, string connectionString)
 {
     TestMessages.Add("GetDataTable");
     return(BuildDataTable());
 }