SqlDecimal.ToSqlInt32 Method

Definition

Converts this SqlDecimal structure to SqlInt32.

public:
 System::Data::SqlTypes::SqlInt32 ToSqlInt32();
public System.Data.SqlTypes.SqlInt32 ToSqlInt32 ();
member this.ToSqlInt32 : unit -> System.Data.SqlTypes.SqlInt32
Public Function ToSqlInt32 () As SqlInt32

Returns

A SqlInt32 structure with the same value as this instance of SqlDecimal.

Applies to

See also