Advertisement

1 - 10 of 26 containing alltags:("linq to sql") (0.001 seconds)
Hi, I am new to LINQ and was wondering how I would write the following SQL query in LINQ SELECT Sum(totalTendered) FROM Batch Where convert(varchar,LastUpdated,101) = '11/01/2007' Thanks
Zones: Visual Studio, LINQDate Answered: 12/21/2007 Grade: A Views: 22
How do I create dynamic query in link.  I have dropdown list and search text box , if dropdown list > 0 then I want to append this to linq query Thank you
Zones: .Net Editors & IDEs, MS Visual C#, ...Date Answered: 07/16/2008 Grade: A Views: 44
MVP.Models.IZone IZ = new LinqUtilityWellView.wvt_wvZone(); //Clearly wvt_wvZone implements IZone.  but for some reason the following line does not compile IEnumerable<MVP.Models.IZone> blah = (I...
Zones: .NET Framework 3.x, C#, MS Visual C#Date Answered: 07/18/2008 Grade: A Views: 13
If query one table in linq to sql; how can I check if one fileld (an image field set to binary in dbml) is null or empty. So say something like this var results = from p in mycontext        ...
Zones: .NET, LINQDate Answered: 10/08/2008 Grade: A Views: 90
I am trying to append/join 2 Linq to SQL querys but am getting the following error: Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<AnonymousType#1>' to 'System.Data.Enume...
Zones: LINQ, .NET Framework 3.xDate Answered: 10/08/2008 Grade: A Views: 55
Hello - I am trying to verify if a duplicate value is entered in my datagridview , so I try to count how many records with the same value I already have in my database. The linq code is not wo...
Zones: LINQ, MS Visual C#, MS DevDate Answered: 09/15/2008 Grade: A Views: 4
I know there have been many creative solutions to the problem where the Gridview does not display its headers unless at least one row is bound but I need one for use with Linq. I was looking at ...
Zones: LINQ, C#, ASP.Net ProgrammingDate Answered: 05/23/2008 Grade: A Views: 18
I m using datalist in my application and i m binding datalist with lisq to sql liqdatacontext db=new linqdatacontext(); var products=from p in db.products where p.productid>0 select p; datalis...
Zones: ASP, Web Development, AS...Date Answered: 07/08/2008 Grade: A Views: 34
i have array like string[] email=new string[]{"aa@aa.com","aa1@aa.com"} now i need to extract all record which does not contail this emails.
Zones: Visual Studio, LINQ, ...Date Answered: 07/08/2008 Grade: A Views: 9
I have a database table that lists product categories and sub categories as follows Products table.............                   *producttable*                    id                    p...
Zones: Databases, .NET, LINQDate Answered: 10/28/2008 Grade: A Views: 22