FunctionImportEntityTypeMapping Class
Represents a function import entity type mapping.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportStructuralTypeMapping
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMapping
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportStructuralTypeMapping
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMapping
Name | Description | |
---|---|---|
![]() | FunctionImportEntityTypeMapping(IEnumerable<EntityType>, IEnumerable<EntityType>, Collection<FunctionImportReturnTypePropertyMapping>, IEnumerable<FunctionImportEntityTypeMappingCondition>) | Initializes a new FunctionImportEntityTypeMapping instance. |
Name | Description | |
---|---|---|
![]() | Conditions | Gets the mapping conditions. |
![]() | EntityTypes | Gets the entity types being mapped. |
![]() | IsOfTypeEntityTypes | Gets the entity types at the base of the hierarchies being mapped. |
![]() | PropertyMappings | Gets the property mappings for the result type of a function import.(Inherited from FunctionImportStructuralTypeMapping.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.