Visual Basic.net - BigInt?

Ale*_*lex 3 vb.net

如何将BigInt值传递给SQL Server?

Rob*_*vey 7

BigIntSQL Server中的A 等同int64于VB.NET中的类型.


小智 5

SQL Server 中的 BigInt 相当于 VB.NET 中的 Long 类型。