Method CreateParam
| Improve this Doc View SourceCreateParam(Nullable<Decimal>)
Declaration
protected override sealed Column<decimal? > CreateParam(decimal? value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Decimal> | value |
Returns
| Type | Description |
|---|---|
| Column<System.Nullable<System.Decimal>> |
Overrides
DevZest.Data.Column<System.Nullable<System.Decimal>>.CreateParam(System.Nullable<System.Decimal>)