| 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
Syntaxpublic void RemoveInvalidFields()
See Also