CalculatedMemberCollectionRemove Method |
Removes the first occurrence of a specific object from the ICollectionT.
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic bool Remove(
CalculatedMember item
)
Public Function Remove (
item As CalculatedMember
) As Boolean
public:
virtual bool Remove(
CalculatedMember^ item
) sealed
abstract Remove :
item : CalculatedMember -> bool
override Remove :
item : CalculatedMember -> bool Parameters
- item
- Type: Dundas.BI.Data.CubeDescriptorsCalculatedMember
The object to remove from the ICollectionT.
Return Value
Type:
Boolean if
item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if
item is not found in the original
ICollectionT.
Implements
ICollectionTRemove(T)
Exceptions| Exception | Condition |
|---|
| NotSupportedException | The ICollectionT is read-only. |
See Also