Click or drag to resize

AggregationMultiFunctionValidationContext Properties

The AggregationMultiFunctionValidationContext type exposes the following members.

Properties
  NameDescription
Public propertyAllParameterExpressions
Returns positional and non-positional parameters.
Public propertyConfig
Returns the original configuration object for the aggregation multi-function
Public propertyEventTypes
Returns the event types of all events in the select clause
Public propertyFunctionName
Returns the aggregation function name
Public propertyNamedParameters
Gets the named parameters as a list
Public propertyOptionalFilterExpression
Returns the filter expression when provided
Public propertyOptionalTableColumnRead
Returns table column information when used with tables
Public propertyParameterExpressions
Returns positional parameters expressions to this aggregation function. Use for a list of all parameters including non-positional parameters.
Public propertyStatementName
Returns the statement name.
Public propertyValidationContext
Returns additional validation contextual services.
Top
See Also