コード例 #1
0
ファイル: Database.cs プロジェクト: rogithub/Ro.Npgsql.Data
 public Task <IEnumerable <T> > GetRows <T>(DbCommand cmd, Func <IDataReader, T> mapper)
 {
     return(DbTasks.GetRows(cmd, GetConnection(), mapper));
 }