FunctionImportMappingComposable 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 function.
public sealed class FunctionImportMappingComposable : System.Data.Entity.Core.Mapping.FunctionImportMapping
type FunctionImportMappingComposable = class
inherit FunctionImportMapping
Public NotInheritable Class FunctionImportMappingComposable
Inherits FunctionImportMapping
- Inheritance
Constructors
FunctionImportMappingComposable(EdmFunction, EdmFunction, FunctionImportResultMapping, EntityContainerMapping) |
Initializes a new FunctionImportMappingComposable instance. |
Properties
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) |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework