Click or drag to resize

Expression Methods

The Expression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompile
Compiles a new Expression from the provided expression text and CompileOptions. This involves syntax checking, building of AST, initializing of static context components and static-analysis. In case of a syntax or a static error, the Expression is null and the ErrorLog contains the error(s).
Public methodDispose (Inherited from Module.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Execute the compiled Expression with the provided RuntimeOptions. In case of a runtime error the returned Sequence is null and the ErrorLog contains the error.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadXmlDocument (Inherited from Module.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also