FunctionImportMappingNonComposable Class
Represents a mapping from a model function import to a store non-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.FunctionImportMappingNonComposable
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportMapping
System.Data.Entity.Core.Mapping.FunctionImportMappingNonComposable
Name | Description | |
---|---|---|
![]() | FunctionImportMappingNonComposable(EdmFunction, EdmFunction, IEnumerable<FunctionImportResultMapping>, EntityContainerMapping) | Initializes a new FunctionImportMappingNonComposable instance. |
Name | Description | |
---|---|---|
![]() | FunctionImport | Gets model function (or source of the mapping)(Inherited from FunctionImportMapping.) |
![]() | ResultMappings | Gets the function import result mappings. |
![]() | 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.