QuickObjects.ObjectBase Send comments on this topic.
Add(BaseField) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > Add Method : Add(BaseField) Method
fields
BaseField to add to the collection.
Adds a fields to the collection.

Syntax

C# 
public int Add( 
   BaseField fields
)

Parameters

fields
BaseField to add to the collection.

Return Value

Index at which the BaseField was added.

Requirements

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

See Also