Ejemplo n.º 1
0
        public FacRelPerfilPaginaPrincipalCollection FetchByQuery(Query qry)
        {
            FacRelPerfilPaginaPrincipalCollection coll = new FacRelPerfilPaginaPrincipalCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Ejemplo n.º 2
0
        public FacRelPerfilPaginaPrincipalCollection FetchAll()
        {
            FacRelPerfilPaginaPrincipalCollection coll = new FacRelPerfilPaginaPrincipalCollection();
            Query qry = new Query(FacRelPerfilPaginaPrincipal.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }