Click or drag to resize

DataObjectFilterExpressionsGetInvolvedProperties Method (Boolean, Boolean, Boolean)

Returns all the properties that are used in the expressions.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BaseProperties GetInvolvedProperties(
	bool skipSetProperties,
	bool skipReferenceProperties,
	bool skipLeftSideValueTextProperties
)

Parameters

skipSetProperties
Type: SystemBoolean
skipReferenceProperties
Type: SystemBoolean
skipLeftSideValueTextProperties
Type: SystemBoolean

Return Value

Type: BaseProperties
See Also