예제 #1
0
 public void TestSqlResultViewGeneration()
 {
     SqlBuilder sb = new SqlBuilder(StatementType.Select, typeof(MailingList));
     SqlResult  sr = sb.GetStatement().Execute();
     DataView   dv = ObjectView.GetDataView(sr);
     // TODO add stuff to validate the contents of the view
 }