Page 1 of 1

EntityDAC can support multiple tables?

Posted: Fri 09 Nov 2018 02:38
by sglqh
EntityDAC can support multiple tables, how is it supported? I don't see how the multi-table works in the help documentation.

Re: EntityDAC can support multiple tables?

Posted: Fri 09 Nov 2018 07:56
by MaximG
Please explain in more detail what mean by the "multiple tables" term.

Re: EntityDAC can support multiple tables?

Posted: Sun 11 Nov 2018 04:05
by sglqh
I mean, can I query multiple tables in a single query.

Re: EntityDAC can support multiple tables?

Posted: Tue 13 Nov 2018 09:39
by MaximG
EntityDAC supports working with multiple tables within a single query. Examples of such use can be found in the product documentation: https://www.devart.com/entitydac/docs/l ... ulljoin_on
as well as in the demo - EntityDemo distributed with EntityDAC (Join Operators)

Re: EntityDAC can support multiple tables?

Posted: Wed 28 Nov 2018 08:06
by claudio.piffer
Hi,

I also suggest using a view which greatly simplifies the logic ;-)

Best regards

Re: EntityDAC can support multiple tables?

Posted: Thu 29 Nov 2018 09:47
by MaximG
Yes, of course, you can use VIEWs when working with a model using our product