Click or drag to resize

UnresolvedFilterExpressionGetProperties Method

Returns a distinct list of the names of the properties and fixed fields that are used in a collection of filter expressions.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static List<string> GetProperties(
	IEnumerable<UnresolvedFilterExpression> expressions
)

Parameters

expressions
Type: System.Collections.GenericIEnumerableUnresolvedFilterExpression

Return Value

Type: ListString
See Also