Click or drag to resize

FieldsContains Method (String)

Determines if a field with the specified Key exists in the collection.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The IField.Key of interest.

Return Value

Type: Boolean
True if the collection contains a field with the specified Key, else false.
See Also