FunctionImportMappingComposable Class
Represents a mapping from a model function import to a store composable function.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportMapping
System.Data.Entity.Core.Mapping.FunctionImportMappingComposable
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportMapping
System.Data.Entity.Core.Mapping.FunctionImportMappingComposable
Name | Description | |
---|---|---|
![]() | FunctionImportMappingComposable(EdmFunction, EdmFunction, FunctionImportResultMapping, EntityContainerMapping) | Initializes a new FunctionImportMappingComposable instance. |
Name | Description | |
---|---|---|
![]() | FunctionImport | Gets model function (or source of the mapping)(Inherited from FunctionImportMapping.) |
![]() | ResultMapping | Gets the result mapping for the function import. |
![]() | TargetFunction | Gets store function (or target of the mapping)(Inherited from FunctionImportMapping.) |
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.