Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 216 Bytes

int128.md

File metadata and controls

7 lines (4 loc) · 216 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.