Method Param
| Improve this Doc View SourceParam(Nullable<TimeSpan>, _TimeSpan)
Creates a column of parameter expression.
Declaration
public static _TimeSpan Param(TimeSpan? x, _TimeSpan sourceColumn = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.TimeSpan> | x | The value of the parameter expression. |
| _TimeSpan | sourceColumn | The value which will be passed to SourceColumn. |
Returns
| Type | Description |
|---|---|
| _TimeSpan | The column of parameter expression. |