Suppose I have a linq to sql class. I want to return the object datacontext throught wcf. I have already made the database unidirectional.I开发者_开发知识库 put the WCF works getString() just to demon
Firstly im new to the concept of a repository so pardon me if my question is not apt or complete. I have a set of DICOM files, which i have to put in a repository. I should be able to add/remove/modif
I have Country=>Ligue=>Team(Name, Score) I need to select all team N开发者_Python百科ame-Scores from a country.
I have a very heavy LINQ-to-SQL query, which does a number of joins onto different tables to return an anonymous type. The problem is, if the amount of rows returned is fairly large (> 200), then the
I am very new to LINQ to SQL, so please forgive me if its a layman sort of question. I see at many places that we use \"select new\" keyword in a query.
enter code hereIn my SQL Server database I have my address information for the subNumber (e.g. Unit 802) and the streetNumber (e.g. 242 Elizabeth Street) stored separately.
I\'m trying to filter a table using where clause. When I the write the queries separately they work fine:
I need to develop a program that must delete and insert data into an Oracle database. Is it possible to use LINQ to SQL with Oracle?
I am trying to connect to SQL stored procedure using LINQ. It works pretty good for stored procedures that have开发者_开发技巧 static SQL query.
I am not sure where/how to search for this question so I thought asking the comminuty of stackoverflow is the best bet.