QuickObjects.ObjectBase Send comments on this topic.
Add(String) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > Add Method : Add(String) Method
businessObjectName
Name of the new BaseBusinessObject.
Adds a new BaseBusinessObject with the Name and Value specified.

Syntax

C# 
public int Add( 
   string businessObjectName
)

Parameters

businessObjectName
Name of the new BaseBusinessObject.

Return Value

Index within the collection fo the new businessObject.

Requirements

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

See Also