[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.IntrinsicCastExpressionInfo.IsExpression

IsExpression Property

IsExpression

Returns true if this object represents an actual dynamic expression. Returns false if the expression should be taken as a literal string value.

Declaration
public override bool IsExpression { get; }
Overrides
Remarks

Essentially if the expression was prefixed with an equal sign, it would be determined to be an expression. Otherwise it would NOT be considered an expression.