Click or drag to resize

EvaluatorAddMethod Method

Allows a method definition to be added to the expression execution context and referenced within the expression.

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

Parameters

methodDefinition
Type: SystemString
Full definition of the method to add to the expression execution context. Can be public or private, static or non-static.
See Also