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