magicalpanda/MagicalRecord

Join

vishaldeshai opened this issue · 0 comments

Hello,

I have two entity

  1. Visit
    Attributes: ID(Primary Key),CreatedBy,SeriesPrefix,CustomerID
  2. 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.