EntityMapping Constructor (IEnumerable EntityMappingItem )Kentico 8.0 API Reference
Initializes a new instance of the EntityMapping class with the collection of entity mapping items.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

source
Type: OnlineSystem.Collections.Generic IEnumerable EntityMappingItem 
The collection of entity mapping items.
See Also