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