DbEntityInstanceEnumerator Class

Supports a single iteration over a collection of adapter-specific database entity instances.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db.DbEntityInstanceEnumerator

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class DbEntityInstanceEnumerator _
    Implements IEntityInstanceEnumerator
'Usage
Dim instance As DbEntityInstanceEnumerator
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class DbEntityInstanceEnumerator : IEntityInstanceEnumerator

Remarks

The Runtime namespace contains classes and base classes that offer an intuitive, object-oriented interface to Business Data Catalog client applications. It abstracts the underlying data sources and insulates the clients from having to learn application-specific coding paradigms and allows them to access all business applications in a single, simplified way. It is because of the Runtime namespace that calling a method on an SAP application feels just the same as calling a method on Siebel or executing a query in SQL. You should work with the IEntityInstanceEnumerator instead of working directly with the system-specific DbEntityInstanceEnumerator.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbEntityInstanceEnumerator Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace