
Removes an item from the collection.
Inherited from Stonefield.Collections.BaseKeyedCollection`1[[Stonefield.Query.DataDictionary.IJoin, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
public virtual bool Remove(IJoin item);
Return Value
True if the item was removed.
Parameters
item
The item to remove.
Remarks
Raises the CollectionChanged event when an item is removed.