This topic has not yet been rated - Rate this topic

Entity Class

SharePoint 2010

Represents a data type such as Customer or Product in an external system application.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
public sealed class Entity : IndividuallySecurableMetadataObject

External content types contain identifiers, methods, and actions. External content types can also have other related external content types associated with them. For example, Customers and Order external content types in the AdventureWorks system have an association because they share a relationship: customers make orders. This relationship is implemented as an association in the metadata.

The business objects, for example, Customer #88697 and Order #1000 in the external system application, are referred to as external items. If your external content type maps to a database table, you can think of an external item as a row.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ