DotNetParameter.ValidEvaluationTypes

Syntax

DotNetParameter.ValidEvaluationTypes

Data Type

EvaluationTypes

Purpose

Returns the valid types to which this parameter can evaluate.

Remarks

You can pass the value of this property to the validEvaluationTypes parameter of the Expression.ValidateEvaluationType method to determine whether the value of the DotNetParameter.ValueExpr property contains errors.

If you are using an ExpressionEdit control to display the value of the DotNetParameter.ValueExpr property, pass the value of this property to the ExpressionEdit.SetValidEvaluationTypes method.

See Also

DotNetParameter.GetEnumValues

DotNetParameter.ValueExpr

EvaluationTypes

EvaluationTypes.PropertyValueTypeFlags

Expression.ValidateEvaluationType

ExpressionEdit.GetValidEvaluationTypes

ExpressionEdit.SetValidEvaluationTypes