CriteriaCompilerAuxSettings Constructors
| Name | Parameters | Description |
|---|---|---|
| CriteriaCompilerAuxSettings() | none |
Initializes a new instance of the CriteriaCompilerAuxSettings class.
|
| CriteriaCompilerAuxSettings(Boolean, CustomFunctionCollection, CustomAggregateCollection) | caseSensitive, additionalFunctions, additionalAggregates |
Initializes a new instance of the CriteriaCompilerAuxSettings class with specified settings.
|
| CriteriaCompilerAuxSettings(Boolean, CustomFunctionCollection) | caseSensitive, additionalFunctions |
Initializes a new instance of the CriteriaCompilerAuxSettings class with the specified settings.
|
| CriteriaCompilerAuxSettings(Boolean) | caseSensitive |
Initializes a new instance of the CriteriaCompilerAuxSettings class with specified settings.
|
See Also