-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
blocked:externalwaiting on external factors outside of our controlwaiting on external factors outside of our controlfeature request
Description
I have a database that has a date property. However, the C# class is DateOnly since I only need the date, not the time. However, when I try to use a sql command and the c# class is DateOnly, the error is something like this
The member WhatDate1 of type System.DateOnly cannot be used as a parameter value
at Dapper.SqlMapper.LookupDbType(Type type, String name, Boolean demand, ITypeHandler& handler) in /_/Dapper/SqlMapper.cs:line 426
WhatDate1 is the field name
rsnet, Anarios, jcfiorenzano, snax4a, buzz100 and 10 more
Metadata
Metadata
Assignees
Labels
blocked:externalwaiting on external factors outside of our controlwaiting on external factors outside of our controlfeature request