FunctionImportEntityTypeMapping Constructor (IEnumerable<EntityType>, IEnumerable<EntityType>, Collection<FunctionImportReturnTypePropertyMapping>, IEnumerable<FunctionImportEntityTypeMappingCondition>)

 

Initializes a new FunctionImportEntityTypeMapping instance.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public FunctionImportEntityTypeMapping(
	IEnumerable<EntityType> isOfTypeEntityTypes,
	IEnumerable<EntityType> entityTypes,
	Collection<FunctionImportReturnTypePropertyMapping> properties,
	IEnumerable<FunctionImportEntityTypeMappingCondition> conditions
)

Parameters

isOfTypeEntityTypes
Type: System.Collections.Generic.IEnumerable<EntityType>

The entity types at the base of the type hierarchies to be mapped.

entityTypes
Type: System.Collections.Generic.IEnumerable<EntityType>

The entity types to be mapped.

properties
Type: System.Collections.ObjectModel.Collection<FunctionImportReturnTypePropertyMapping>

The property mappings for the result types of a function import.

conditions
Type: System.Collections.Generic.IEnumerable<FunctionImportEntityTypeMappingCondition>

The mapping conditions.