Click or drag to resize
BindingCollectionRemove Method
Overload List
  NameDescription
Public methodRemove(Int32)
Removes given bindings from the collection. Supported only for collections with parent defined. Returns removed binding objects.
Public methodRemove(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.
Public methodRemove(IEnumerableTInfo)
Removes the specified object from the collection.
(Inherited from InfoObjectCollectionTInfo.)
Public methodRemove(BaseInfo)
Adds new object to the collection.
(Overrides InfoObjectCollectionTInfoRemove(TInfo).)
Top
See Also