Click or drag to resize

ScriptExpression Properties

The ScriptExpression type exposes the following members.

Properties
  NameDescription
Public propertyExpressionText
Returns the script body.
Public propertyName
Returns the script name.
Public propertyOptionalDialect
Returns a dialect name, or null if none is defined and the configured default applies
Public propertyOptionalEventTypeName
Returns the optional event type name.
Public propertyOptionalReturnType
Returns the return type, if any is specified.
Public propertyParameterNames
Returns the lambda expression parameters.
Top
See Also