Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Update all properties in list using linq

What could be causing db.SubmitChanges() to not work in linq-to-sql?

Alternative to nesting when performing a left join and multiple inner joins

F# Linq To SQL commiting changes doesn't do anything

linq-to-sql f#

Instruct LINQ to Entities to Generate Oracle Compatible SQL

Custom Method in LINQ to SQL query

c# linq linq-to-sql

Perform an OR of two LINQ IQueryables

How to: sum all values and assign a percentage of the total in Linq to sql

c# linq linq-to-sql

Enum with default typecast? is that possible?

Does First() in LINQ cause eager or lazy loading?

LINQ to SQL Transaction when Transaction is type Table<Transaction>

c# linq-to-sql transactions

Linq to SQL construct a custom object externally

linq linq-to-sql

How to get pass this error "Value cannot be null. Parameter name: entity"

c# linq-to-sql

Table<T>.DeleteOnSubmit generated SQL matching all columns

.net linq-to-sql

How can I modify this linq query to return some empty fields instead of just omitting the data that doesn't fit the join?

c# linq-to-sql

predicate builder with two tables

DeferredLoadingEnabled - how does it work?

LINQ to SQL not recognizing new associations?

linq linq-to-sql