DbEntityInstanceEnumerator.MoveNext Method
When overridden in a derived class, advances the enumerator to the next element of the collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Function MoveNext As Boolean
'Usage
Dim instance As DbEntityInstanceEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public virtual bool MoveNext()
Return Value
Type: System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also
Reference
DbEntityInstanceEnumerator Class
DbEntityInstanceEnumerator Members
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace