Method AsSqlDecimal
| Improve this Doc View SourceAsSqlDecimal(_Decimal, Byte, Byte)
Specifies SQL Server DECIMAL data type for column.
Declaration
public static _Decimal AsSqlDecimal(this _Decimal column, byte precision = 38, byte scale = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| _Decimal | column | The column. |
| System.Byte | precision | The precision of the data type. |
| System.Byte | scale | The scale of the data type. |
Returns
| Type | Description |
|---|---|
| _Decimal | This column for fluent coding. |