DbEntityInstanceEnumerator.Current Property
When overridden in a derived class, returns the value of the current database entity instance in the enumerator.
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Current As Object
Get
'Usage
Dim instance As DbEntityInstanceEnumerator
Dim value As Object
value = instance.Current
public virtual Object Current { get; }
Property Value
Type: System.Object
An object representing the current entity instance.
See Also
Reference
DbEntityInstanceEnumerator Class
DbEntityInstanceEnumerator Members
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace