I have a C#.net 2008 web and windows form solution that contains multiple project files. This is an soluttion file that is new to me. All the projects share the dataadapter project. I am told this solution files uses LINQ. However I can not find the LINQ that that must be connected to some data sources.
Thus can you tell me the following:
1. How can I see the LINQ in this application. I must need to select 'view' from the toolbar to have some kind of view Open?
2. Once I can see the LINQ in some data 'connection', what kind of a file do I need to click on to be able to open the LINQ files and work with them?
Loading
Anil KumarPosted Jul 21, 2011, 2:46 AM
dc steinPosted Jul 20, 2011, 11:56 PM
dc steinPosted Jul 20, 2011, 11:00 AM
I also need to mention, I can kind of get to the linq. When I open document outline browser, I can see members like
'QuerybyDateBindingsource'. When i select properties of 'QuerybyDateBindingsource' and select the proprties and then click datasources, I see appname+QuerybyDateBindingsource.
When i right click the 'QuerybyDateBindingsource' in the component tray, I click view code and I see the app C#.net code. When i right click the 'QuerybyDateBindingsource' in the component tray and select properites, I see appname+QuerybyDateBindingsource.
However I can still not see the LINQ Code. Thus can you tell me how to get to this LINQ code?