Example #1
0
 public static DbDataReader As(this IRelation relation, IEnumerable <string> header)
 => relation.GetDataReader(header);
Example #2
0
 public static DbDataReader As(this IRelation relation, params string[] header)
 => relation.GetDataReader(header);