Click or drag to resize
EntityMapping Constructor (IEnumerableEntityMappingItem)
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.2.23
Syntax
C#
public EntityMapping(
	IEnumerable<EntityMappingItem> source
)

Parameters

source
Type: System.Collections.GenericIEnumerableEntityMappingItem
The collection of entity mapping items.
See Also