Example #1
0
 public IEnumerable <T> QueryCol <T>(Action <ColSelect <T> > ColSelector, object predicate, IList <ISort> sort, DbTransaction transaction, int?commandTimeout, bool buffered) where T : Cissy.Database.IEntity
 {
     return(_dapper.GetListCol <T>(Connection, ColSelector, predicate, sort, transaction, commandTimeout, buffered));
 }