How can I define an Order parameter through a belongsTo table in Castle ActiveRecord -
Hi guys take a look at the following unit:
Produto = Product (in English ) [ActiveRecord ("produtos", lazy = true)] Public partial category Produto: ActiveRecordBase & lt; Produto>, IObjetoEntidade & lt; Produto & gt; {[Primary KEY (Primary Katie Type Native, "Prod_ID")] Public Virtual Entity ID {Receipt; Set; } [String longitude editor (0, 100)] [property ("prod_descrow")] public virtual string descricao {get; Set; } Related ("prod_grupop_id", lazy = Fetch.When.OnInvoke)] {Received Public GrupoProduto GrupoProduto { Set; }
See Grupoproduto is like a box when I try to put it in an order parameter, the castle throwing the exception can not find property. I am creating the follwing code:
isolated syrityia dc = isolated canere For & lt; Produto & gt; (); DC satfetchode ("GroupProduto", NHibernate.FetchMode.Join); Return SlicedFindAll (Praimro Rijistro, Kwantidade, DC, new [] (order. ASC ( "Grupoproduto.")});
or
Isolated Siritia DC = isolated Karektriya. the & lt; Produto & gt; (for); Disisetfetchod ( "Grupoproduto", NHibernate.FetchMode.Join); dc.AddOrder (Order.Asc ( "GrupoProduto.Nome")); return SlicedFindAll (Praimro Registo, Quantidade, DC);
But in both cases I get an error, can someone help me?
Using an alias:
Isolated Siraitia DC = ... dc.CreateAlias ( "Grupoprododo", "GP"); ... ... order. Assisi ( "GP. some")
Comments
Post a Comment