Crystal Report and LINQ
- by user356760
hi
I am using crystal report for get a report . I have two table , table1 and table2.
Primary key of table2 is foreign key of table1, I set some field in my report file to show the data of table1 and I want to show a specefic field of table2 insted of a field that is foreign key of table1, What is the query of LINQ for this problem?