QuickObjects.ObjectBase Send comments on this topic.
Remove(BaseBusinessObject) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > Remove Method : Remove(BaseBusinessObject) Method
businessObject
The BaseBusinessObject to remove.
Removes the first occurrence of a specific BaseBusinessObject from the Collection.

Syntax

C# 
public void Remove( 
   BaseBusinessObject businessObject
)

Parameters

businessObject
The BaseBusinessObject to remove.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also