The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Joining in a query where no rows are returned.. is it possible to return all the columns into the collection?

Last post 04-25-2008, 7:21 AM by Mike.Griffin. 16 replies.
Page 2 of 2 (17 items)   < Previous 1 2
Sort Posts: Previous Next
  •  04-25-2008, 7:10 AM 9022 in reply to 8890

    Re: Joining in a query where no rows are returned.. is it possible to return all the columns into the collection?

    Right, found a really simple solution that seems to work.

     

    Just call the constructor each time I requery

     

    this.tblMyCollection1 =  new tblMyCollection();

    << Join Query >>

     tblMyCollection1.Load(query);
     

  •  04-25-2008, 7:21 AM 9023 in reply to 8890

    Re: Joining in a query where no rows are returned.. is it possible to return all the columns into the collection?

    Code:
    namespace BusinessObjects
    {
        public partial class CategoriesCollection : esCategoriesCollection
        {
            void Test()
            {
                this.Table .....
            }
        }
    }


    EntitySpaces | Twitter | BLOG | Please honor our Software License
Page 2 of 2 (17 items)   < Previous 1 2
View as RSS news feed in XML