pmMDA.NET

PagingHelper.GetPersistentItems Method 

[This is preliminary documentation and subject to change.]

Returns an array of all data objects within the specified c that are persistent.

public IDataObject[] GetPersistentItems(
   ICollection c
);

Parameters

c
The collection of data objects to check for persistence.

Return Value

An array that contains all data objects within the specified c that are persistent.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace