Click or drag to resize

FieldKernelFindByValueCaseInsensitive Method

Case-insensitive replacement for ListItemCollection.FindByValue().

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected ListItem FindByValueCaseInsensitive(
	ListItemCollection items,
	string sFind
)

Parameters

items
Type: System.Web.UI.WebControlsListItemCollection
The items in the list.
sFind
Type: SystemString
The value of the item to find.

Return Value

Type: ListItem
The list item, if found, else null.
See Also