var islemList = (from isl in entities.Islemler where (isl.KayitTarihi.Date >= dbas && isl.KayitTarihi.Value.Date <= dbit) select isl);
It gives error: date is not supported in LINQ to Entities... How can i get date in linq.
Use EntityFunctions.TruncateTime.
EntityFunctions.TruncateTime