Constructor CastExpression
| Improve this Doc View SourceCastExpression(Column<TSource>)
Initialize a new instance of CastExpression<TSource, TTarget> object.
Declaration
protected CastExpression(Column<TSource> operand)
Parameters
Type | Name | Description |
---|---|---|
Column<TSource> | operand | The operand to be casted. |