Constructor Cast
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Cast(DataType, IElement)
Creates a new cast operation for a single element.
public Cast(DataType dataType, IElement element)
Parameters
dataTypeDataTypeThe target data type to cast to.
elementIElementThe column or expression to cast.
Cast(DataType, IEnumerable<IElement>)
Creates a new cast operation for multiple elements.
public Cast(DataType dataType, IEnumerable<IElement> elements)
Parameters
dataTypeDataTypeThe target data type to cast to.
elementsIEnumerable<IElement>The collection of columns, operators, and expressions to cast.
Cast(DataType, IElement[])
Creates a new cast operation for multiple elements.
public Cast(DataType dataType, IElement[] elements)