Skip to content

Files

Latest commit

18a600a · Apr 12, 2022

History

History
7 lines (4 loc) · 289 Bytes

int128.md

File metadata and controls

7 lines (4 loc) · 289 Bytes

INT128 datatype

INT128 from Firebird 4 is handled by regular .NET BigInteger type. BigInteger can be used as parameter value for FbParameter.

Examples

Examples can be found in FbInt128SupportTests.