IRdsLoaderBindings.Clear

Syntax

Clear;

Description

The Clear method removes all bindings from the collection.

Comments

After executing the Clear method, all bindings created using the Add and AddByAttribute methods, or created automatically with the IMetaRdsLoader.GenerateBindingsBySource method, are removed from the collection. Only three bindings for the system attributes Key, Name and Order are left in the collection.

See also:

IRdsLoaderBindings