IEntitySite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An entity site provides data attaching point for entity data object. This is essentially useful on the server side, when child collection data comes from a different data provider, and need be hosted inside query engine managed node (to control data versions). Also, this provides a data attaching point for 3rd party extension models in the future.
public interface IEntitySite
type IEntitySite = interface
Public Interface IEntitySite
Methods
GetAttachedItemsByRelationship<TEntity>(String) |
Get attached items managed by the entity site. |