Click or drag to resize

EvaluatorAddUsing Method

Allows namespaces to be added to expression execution context so code within expression does not have to fully qualify classes.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public void AddUsing(
	string usingNamespace
)

Parameters

usingNamespace
Type: SystemString
Fully qualified namespace to be added to the expression execution context, e.g. "System.Collections.Generic".
See Also