public void JoinTestQuery() { var dao = new MyDAO(); int x = dao.JoinTestQuery(); }
public void ExecuteScalarTest() { //changing the connection string to different providers will work var dao = new MyDAO(); object a = dao.ExecuteScalarTest(4679991); }