Method Const
| Improve this Doc View SourceConst(Nullable<DateTime>)
Creates a column of constant expression.
Declaration
public static _DateTime Const(DateTime? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.DateTime> | x | The value of the constant expression. |
Returns
| Type | Description |
|---|---|
| _DateTime | The column of constant expression. |