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