SqlDecimal Implicit Conversion Operators
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Converts the supplied structure to SqlDecimal.
Assembly: System.Data (in System.Data.dll)
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Decimal to SqlDecimal) | Converts the Decimal value to SqlDecimal. |
![]() ![]() | Implicit(Int64 to SqlDecimal) | Converts the supplied Int64 structure to SqlDecimal. |
![]() ![]() | Implicit(SqlByte to SqlDecimal) | Converts the supplied SqlByte structure to SqlDecimal. |
![]() ![]() | Implicit(SqlInt16 to SqlDecimal) | Converts the supplied SqlInt16 structure to SqlDecimal |
![]() ![]() | Implicit(SqlInt32 to SqlDecimal) | Converts the supplied SqlInt32 structure to SqlDecimal. |
![]() ![]() | Implicit(SqlInt64 to SqlDecimal) | Converts the supplied SqlInt64 structure to SqlDecimal. |
![]() ![]() | Implicit(SqlMoney to SqlDecimal) | Converts the SqlMoney operand to SqlDecimal. |
Show: