magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Join #1327

Open vishaldeshai opened 6 years ago

vishaldeshai commented 6 years ago

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.