Method AsSqlMoney
| Improve this Doc View SourceAsSqlMoney(_Decimal)
Specifies SQL Server MONEY data type for column.
Declaration
public static _Decimal AsSqlMoney(this _Decimal column)
Parameters
Type | Name | Description |
---|---|---|
_Decimal | column | The column. |
Returns
Type | Description |
---|---|
_Decimal | This column for fluent coding. |