pmMDA.NET

PagedListBase.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether this list contains a specified value.

public bool Contains(
   object value
);

Parameters

value
The item to locate in this list.

Return Value

true if the specified value was found in this list; otherwise, false.

Implements

IList.Contains

Remarks

This method needs to reload the items of this list until the specified value is found.

Exceptions

Exception Type Condition
ArgumentException The value is not of type IDataObject.
PagingException The items of this list could not be iterated.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace