[]
        
(Showing Draft Content)

C1.DataConnector.CastExpression

CastExpression Class

A class that represents a SQL cast expression

Inheritance
CastExpression
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class CastExpression : IExpression

Constructors

Name Description
CastExpression()

Properties

Name Description
Expression

The expression to be casted

SubExpressions

The IExpression children that made this IExpression

Type

The type of the expression

TypeName

The name of type to cast too