SqlInt32 Implicit Conversion (Int32 to SqlInt32)
.NET Framework (current version)
Converts the supplied integer to SqlInt32.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Int32
An integer value.
Return Value
Type: System.Data.SqlTypes::SqlInt32A new SqlInt32 structure whose Value property is equal to the integer parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: