Show / Hide Table of Contents

Constructor CastExpression

| Improve this Doc View Source

CastExpression(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest