{CompanyName} FlexyGo

FieldSettingsCollection..::..Add Method

Adds the field Settings to the Collection using FieldName as Key.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public bool Add(
	FieldSettings aField
)
Public Function Add ( _
	aField As FieldSettings _
) As Boolean

Parameters

aField
Type: FLEXYGO.Data..::..FieldSettings
A fieldSetting object.

Return Value

true if ok, false otherwise.