{CompanyName} FlexyGo

FieldSettingsCollection..::..Contains Method

Checks if FieldSettings object exists in Collection using FieldName.

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

Syntax


public bool Contains(
	string FieldName
)
Public Function Contains ( _
	FieldName As String _
) As Boolean

Parameters

FieldName
Type: String
The FieldName.

Return Value

true if ok, false otherwise.