コード例 #1
0
 public void CountWhereTest()
 {
     DbUtil.CountWhere <District>(new { Name = "Ialoveni" }, new ConnectionFactory().GetConnectionString());
 }