Antrium A35D

Bir sonraki için en iyisini yap...

Arama Sonuçları : linq

linq Exists list , Exists kullanımı

linq exist list kullanımı aşağıdaki koddadır.

List<Parcalar> prc1 = new List<Parcalar>();
var ara1 = _context.ParcaKategoriDagilims.FromSqlRaw(sql1).ToList();

...

Devamı →
LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression hatası Linq sorgusunda değişken bazlı kullanmanız gerektiğini bildirir.

Hata alan kodumuz;


Where(p => p.pid == dty.pid && p.kat == kt2[katIndex + 1].konu

Hatayı çözmek için ;

Devamı →

How to get a Random Object using Linq, linq Ramdom kayıt listelemek

How to get a Random Object using Linq

linq Ramdom kayıt listelemek için aşağıdaki kodu kullanıyoruz.

Devamı →

c# entity framework sql query , entity framework içerisinde SQL sorgusu kullanmak

Öyle bir zaman gelirki linq içerisinde Sql sorgusu kullanmamız gerekebilir. Bu tip durumlarda aşağıdaki kodu kullanıyoruz.

string sql = "Select * from  kayitlar_";

 

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms