lightswitch multi-table query -
i'm new lightswitch. have following data:
- tblcontent.subjectid
- tblcontent.sectionid
- tblsection.sectionid
- tblsection.sectiontitle
- tblpagesection.sectionid
- tblpagesection.pageid
- tblpage.pageid
- tblpage.pagetitle
i need display of sectiontitle/pagetitle pairs particular subjectid, user has selected on previous page (so i'd passing subjectid parameter).
i have obvious relationships set between tables in database (joining on sectionid , pageid).
can using lightswitch query designer? can't find examples of using lightswitch query designer join many tables. if can't use lightswitch query designer, best alternative approach?
i'm writing html client, if makes difference.
it seems can either use view if have database access, or else create custom wcf ria service described in this article.
Comments
Post a Comment