Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Why isn't my SubmitChanges() working in LINQ-to-SQL?

linq-to-sql

LINQ to SQL - Tracking New / Dirty Objects

c# linq linq-to-sql

How to return first 50 characters of text in LINQ call

c# winforms linq-to-sql

Sort blank entries to bottom of LINQ query

Providing connection string to Linq-To-Sql data provider

LINQtoSQL Error: Sequence operators not supported for type 'System.String'

linq-to-sql

How do I properly use LINQ with MySQL? [duplicate]

c# mysql linq linq-to-sql

How to properly InsertAllOnSubmit() and is that better than looping InsertOnSubmit()?

c# linq-to-sql ienumerable

LINQ to SQL - Compile error when extending data context with partial class and methods

Linq2SQL "Local sequence cannot be used in LINQ to SQL" error

linq linq-to-sql

LINQ to SQL where ID not in some_list

c# asp.net linq-to-sql

Linq to sql select into a new class

The type or namespace name 'Linq' does not exist in the namespace 'System.Data'

asp.net linq linq-to-sql

Convert IEnumerable to EntitySet

IQueryable (non generic) : missing Count and Skip ? it works with IQueryable<T>

Why does LINQ send sp_executesql instead of directly executing the SQL?

sql linq-to-sql

How can I define my own columns in a WPF DataGrid?

.net linq-to-sql xaml

"Cannot call methods on DateTime", and other limitations

.net sql linq linq-to-sql

Auto-incrementing a generic list using LINQ in C#

How to run a mass update/delete query in Linq?

c# .net linq linq-to-sql