SQLの日時フィールドと日付を比較しようとしています。私はこれを試してみます:
Dim entry = db.Tbl_Hydrations.Where(Function(x) x.Hyd_Create_Date.Date = _date1)
ただし、私が得るエラーは次のとおりです。
The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.
オンライン:
If entry.Any Then