Skip to content

Commit 39fa7c5

Browse files
committed
Update MySqlParameter types documentation.
1 parent 7c79eee commit 39fa7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/troubleshooting/parameter-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In some cases, this may be as simple as calling `.ToString()` or `.ToString(Cult
3636
## Supported Types
3737

3838
* .NET primitives: `bool`, `byte`, `char`, `double`, `float`, `int`, `long`, `sbyte`, `short`, `uint`, `ulong`, `ushort`
39-
* Common types: `BigInteger`, `DateTime`, `DateTimeOffset`, `decimal`, `enum`, `Guid`, `string`, `TimeSpan`
39+
* Common types: `BigInteger`, `DateOnly`, `DateTime`, `DateTimeOffset`, `decimal`, `enum`, `Guid`, `string`, `TimeOnly`, `TimeSpan`
4040
* BLOB types: `ArraySegment<byte>`, `byte[]`, `Memory<byte>`, `ReadOnlyMemory<byte>`
4141
* String types: `Memory<char>`, `ReadOnlyMemory<char>`, `StringBuilder`
42-
* Custom MySQL types: `MySqlDateTime`, `MySqlGeometry`
42+
* Custom MySQL types: `MySqlDateTime`, `MySqlDecimal`, `MySqlGeometry`

0 commit comments

Comments
 (0)