INT128 datatype
April 12, 2022 ยท View on GitHub
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.
April 12, 2022 ยท View on GitHub
INT128 from Firebird 4 is handled by regular .NET BigInteger type. BigInteger can be used as parameter value for FbParameter.
Examples can be found in FbInt128SupportTests.