pmMDA.NET

PagingHelper.IndexOf Method 

[This is preliminary documentation and subject to change.]

Returns the index of a specified item.

public int IndexOf(
   IDataObject item,
   DataObjectOrder order
);

Parameters

item
The index to locate.
order
The order of the items.

Return Value

The index of the item if found; otherwise, -1.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace