Join
vishaldeshai opened this issue · 0 comments
vishaldeshai commented
Hello,
I have two entity
- Visit
Attributes: ID(Primary Key),CreatedBy,SeriesPrefix,CustomerID - Customer
attributes: CustomerID(Primary Key), CustomerName,Address,CreatedDate
I need to fetch all visit with sorting order by customerName
is it possible through magicalrecord?
thanks in advance.