protected IDataReader ExecuteReader(IDataSource dataSource, IDbCommand cmd) { return(CommandUtil.ExecuteReader(dataSource, cmd)); }