Skip to content

Commit 4f693ce

Browse files
committed
Add BigInteger to documentation.
1 parent 39a3e8f commit 4f693ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/troubleshooting/parameter-types.md

Lines changed: 1 addition & 1 deletion
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: `DateTime`, `DateTimeOffset`, `decimal`, `enum`, `Guid`, `string`, `TimeSpan`
39+
* Common types: `BigInteger`, `DateTime`, `DateTimeOffset`, `decimal`, `enum`, `Guid`, `string`, `TimeSpan`
4040
* BLOB types: `ArraySegment<byte>`, `byte[]`, `Memory<byte>`, `ReadOnlyMemory<byte>`
4141
* String types: `Memory<char>`, `ReadOnlyMemory<char>`, `StringBuilder`
4242
* Custom MySQL types: `MySqlDateTime`, `MySqlGeometry`

0 commit comments

Comments
 (0)