I am using lightswitch and I have a "Grid" with table A. Table A related to Table B and table b related to table C. Now how do I access data from table c using Grid's PreprocessQuery or filter?
标签:
lightswitch-2013
相关问题
- Two versions of lightswitch desktop application
- Lightswitch: parameter with string and integer sea
- Strong name signature not valid for this assembly
- Lightswitch filter with multiple tables
- Applying where clause to childcollection in LightS
相关文章
- LightSwitch的2013:保存,然后在刷新JS(Lightswitch 2013: Save
- 添加图片使用本地属性和文件位置的LightSwitch(Add image to lightswit
- 强名称签名不适用于此装配Microsoft.LightSwitch.Model.Xaml.dll(S
- 排序外键下拉LightSwitch的数据(Sorting data in Foreign key d
- Two versions of lightswitch desktop application
- Lightswitch: parameter with string and integer sea
- Strong name signature not valid for this assembly
- Lightswitch filter with multiple tables
You can expand each relationship in the query designer. Below I am creating a filter in the query designer on my
QuoteLines
table which has a relationship to myQuotes
table which has a relationship to myRepFirms
table which has a relationship to myInsideSalesReps
table. You can filter on any data that is related to any of the linked tables.