FunctionImportMapping Class
Represents a mapping from a model function import to a store composable or 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.FunctionImportMappingComposable
System.Data.Entity.Core.Mapping.FunctionImportMappingNonComposable
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportMapping
System.Data.Entity.Core.Mapping.FunctionImportMappingComposable
System.Data.Entity.Core.Mapping.FunctionImportMappingNonComposable
Name | Description | |
---|---|---|
![]() | FunctionImport | Gets model function (or source of the mapping) |
![]() | TargetFunction | Gets store function (or target of the mapping) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.