Click or drag to resize

FieldsFind Method (String, FieldFindType)

Searches for a field in the collection based on FieldFindType using OkIfNotFound. See Find(String, FieldFindType, FindBehaviour) for additional details.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IField Find(
	string searchID,
	FieldFindType findType
)

Parameters

searchID
Type: SystemString
The string to use for matching (findType-dependent).
findType
Type: NetQuarry.DataFieldFindType
The type of search to perform.

Return Value

Type: IField
The field, if found, else null.
See Also