Summary
skips the specified number of objects without activating them.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectSet
Syntax
void Skip(int count)
Remarks
skips the specified number of objects without activating them.
Call this method before starting iterating over the iterator returned by
System.Collections.IList<E>.GetEnumerator()
.
This method has no effect on calls to
Db4objects.Db4o.Ext.IExtObjectSet.Get(System.Int32)
Parameters
Name | Type | Description |
---|---|---|
count | int |
Return Value
Type | Description |
---|---|
void |