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