FunctionImportMapping Class

Definition

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
FunctionImportMapping
Derived

Properties

FunctionImport

Gets model function (or source of the mapping)

TargetFunction

Gets store function (or target of the mapping)

Applies to