-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
Description
From PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#1287 (comment)
As per #410 (comment), unsupported parameter value types cause a NotSupportedException to be thrown:
| throw new NotSupportedException("Parameter type {0} (DbType: {1}) not currently supported. Value: {2}".FormatInvariant(Value.GetType().Name, DbType, Value)); |
A documentation page explaining this in more detail should be created, and the exception message updated with a quick description of the solution (call .ToString()) and a link to the documentation.
Reactions are currently unavailable