EntityCollection Class

Represents a collection of external content type metadata for assignment, calendar, constraint, outline code, project, resource, and task external content types.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.EntityCollection

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class EntityCollection _
    Implements IEnumerable(Of Entity), IEnumerable
'Usage
Dim instance As EntityCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class EntityCollection : IEnumerable<Entity>, 
    IEnumerable

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

EntityCollection Members

Microsoft.SharePoint.BusinessData.Administration Namespace