FunctionImportMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a mapping from a model function import to a store composable or non-composable function.
public abstract class FunctionImportMapping : System.Data.Entity.Core.Mapping.MappingItem
type FunctionImportMapping = class
inherit MappingItem
Public MustInherit Class FunctionImportMapping
Inherits MappingItem
- Inheritance
- Derived
Properties
FunctionImport |
Gets model function (or source of the mapping) |
TargetFunction |
Gets store function (or target of the mapping) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework