Defines collection functionality common only to sets. A set is a collection of independent objects, the elements of which are unordered and unique. A set may not be directly updated. You can enumerate a set one page at a time (instead of one object or one row at a time).


The following tables list the members exposed by IEngineSet.

Public Methods

  Name Description
Public method GetPageEnumerator Returns a PageEnumerator object for enumerating through a set-type collection.
Top

See Also