Share via


ExpressionEvaluator.Type Property

Definition

Gets the expression type for evaluator.

public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

Property Value

The type of expression from ExpressionType for built-in functions or else a unique string for custom functions.

Applies to