SqlInt16::ToSqlInt32 Method ()

 

Converts this SqlInt16 structure to SqlInt32.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlInt32 ToSqlInt32()

Return Value

Type: System.Data.SqlTypes::SqlInt32

A new SqlInt32 structure whose Value equals the value of this SqlInt16 structure.

.NET Framework
Available since 1.1
Return to top
Show: