S
shapper
Hello,
I created 2 related SQL tables (Content and ContentLocalized) and a few
queries:
Add (Add one record to both tables)
Remove (Remove one record from ContentLocalized given an ID)
RemoveAll (Remove one record from Content and all child records from
ContentLocalized given an ID)
Find (Retrieve one record from Content and one child record from
ContentLocalized)
FindAll (Retrieve all records from Content and all child records from
ContentLocalized)
How can I create a custom provider to use this queries?
Could someone, please, help me out?
Thank You,
Miguel
I created 2 related SQL tables (Content and ContentLocalized) and a few
queries:
Add (Add one record to both tables)
Remove (Remove one record from ContentLocalized given an ID)
RemoveAll (Remove one record from Content and all child records from
ContentLocalized given an ID)
Find (Retrieve one record from Content and one child record from
ContentLocalized)
FindAll (Retrieve all records from Content and all child records from
ContentLocalized)
How can I create a custom provider to use this queries?
Could someone, please, help me out?
Thank You,
Miguel