| UnresolvedFilterExpressionGetAllowedExpressionValueDataTypes Method (BaseProperty, 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
Syntaxpublic static List<Type> GetAllowedExpressionValueDataTypes(
BaseProperty expressionProperty,
out List<ExpInnerOperator> allowedOperators
)
Parameters
- expressionProperty
- Type: Omada.OE.ModelBaseProperty
- allowedOperators
- Type: System.Collections.GenericListExpInnerOperator
Return Value
Type:
ListType
See Also