Method AsMySqlMoney
| Improve this Doc View SourceAsMySqlMoney(_Decimal)
Specifies MySQL DECIMAL(19,4) data type for column.
Declaration
public static _Decimal AsMySqlMoney(this _Decimal column)
Parameters
| Type | Name | Description |
|---|---|---|
| _Decimal | column | The column. |
Returns
| Type | Description |
|---|---|
| _Decimal | This column for fluent coding. |