FunctionImportMappingNonComposable 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 non-composable function.
public sealed class FunctionImportMappingNonComposable : System.Data.Entity.Core.Mapping.FunctionImportMapping
type FunctionImportMappingNonComposable = class
inherit FunctionImportMapping
Public NotInheritable Class FunctionImportMappingNonComposable
Inherits FunctionImportMapping
- Inheritance
Constructors
FunctionImportMappingNonComposable(EdmFunction, EdmFunction, IEnumerable<FunctionImportResultMapping>, EntityContainerMapping) |
Initializes a new FunctionImportMappingNonComposable instance. |
Properties
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) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework