Click or drag to resize

DataObjectViewRemoveInvalidFields Method

Removes entries from the fields collection that are not valid. A field is invalid if: - it doesn't exist in all the do-types specified by the view's filter's types.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveInvalidFields()
See Also