| DataObjectFilterExpressionsGetInvolvedProperties Method (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
Syntaxpublic BaseProperties GetInvolvedProperties(
bool skipSetProperties,
bool skipReferenceProperties
)
Parameters
- skipSetProperties
- Type: SystemBoolean
- skipReferenceProperties
- Type: SystemBoolean
Return Value
Type:
BaseProperties
See Also