Method Const
| Improve this Doc View SourceConst(String)
Creates a column of constant expression.
Declaration
public static _String Const(string x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | x | The value of the constant expression. |
Returns
| Type | Description |
|---|---|
| _String | The column of constant expression. |