Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How to create a method that suport translation to sql?

Linq to SQL: Is it better to have a small DataContext for each page or a global one? [closed]

linq-to-sql

How to trim values using Linq to Sql?

c# linq-to-sql

Linq to SQL DynamicInvoke(System.Object[])' has no supported translation to SQL

c# linq-to-sql lambda

Disabling automatic pluralization in Linq to SQL Classes for a single class only

EF Core query where Were clause is a collection?

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