Beispiel #1
0
 protected List <ISlimRow> ReadRows(string schema, string table)
 {
     return(new AdoNetDbReader(PluginTopic, null)
     {
         ConnectionString = TestConnectionString,
         TableName = TestConnectionString.Escape(table, schema),
     }.Evaluate().TakeRowsAndReleaseOwnership().ToList());
 }