Overload List
Name | Description | |
---|---|---|
Remove( Int32 ) |
Removes given bindings from the collection. Supported only for collections with parent defined. Returns removed binding objects.
| |
Remove( String ) |
Removes given bindings from the collection. Supported only for collections with parent defined, and target object having code name column. Returns removed binding objects.
| |
Remove(IEnumerable TObject ) |
Removes the specified object from the collection.
(Inherited from ObjectCollection TObject .) | |
Remove( BaseInfo ) |
Adds new object to the collection.
(Overrides ObjectCollection TObject Remove( TObject ).) |
See Also