Clear Method (Remote Data)

       

Clears all members from the rdoErrors collection.

Syntax

object.Clear

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

Use this method to remove all rdoError objects from the rdoErrors collection.

Generally, it is unnecessary to clear the rdoErrors collection because it is automatically cleared when the first error occurs after initiating a new operation. Use the Clear method in cases where you need to clear the rdoErrors collection manually, for example if you wish to clear errors that have already been processed.