This commit is contained in:
sunkaixuan
2017-05-22 02:15:41 +08:00
parent 53be220d6b
commit dffb0ec764

View File

@@ -47,6 +47,8 @@ namespace OrmTest.Demo
var t1= db.Ado.SqlQuery<string>("select 'a'");
var t2 = db.Ado.GetInt("select 1");
var t3 = db.Ado.GetDataTable("select 1 as id");
//more
//db.Ado.GetXXX...
}
public static void Easy()