QuickObjects.ObjectBase Send comments on this topic.
Add(String,String) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > Add Method : Add(String,String) Method
fieldsName
Name of the new BaseField.
tableName
Table Name of the new BaseField.
Adds a new BaseField with the Name and Value specified.

Syntax

C# 
public int Add( 
   string fieldsName,
   string tableName
)

Parameters

fieldsName
Name of the new BaseField.
tableName
Table Name of the new BaseField.

Return Value

Index within the collection for the new fields.

Requirements

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

See Also