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