IsExpression Property
IsExpression
A boolean to check if this column expression is an expression. Not being an expression means that its a simple column name
Declaration
public bool IsExpression { get; }
Public ReadOnly Property IsExpression As Boolean