示例#1
0
 public int Count()
 {
     using (var reader = new SqlQueryReader(DataContext, Query))
         return(reader.GetCount());
 }