Click or drag to resize

UnresolvedFilterExpressionGetAllowedExpressionValueDataTypes Method (FixedField, ListExpInnerOperator)

Returns the allowed (legal) data types for the filter value of an expression. Also, the allowed (legal) operators are returned as well.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static List<Type> GetAllowedExpressionValueDataTypes(
	FixedField expressionField,
	out List<ExpInnerOperator> allowedOperators
)

Parameters

expressionField
Type: Omada.OE.ModelFixedField
allowedOperators
Type: System.Collections.GenericListExpInnerOperator

Return Value

Type: ListType
See Also