FunctionImportComplexTypeMapping Class

Definition

Represents a complex type mapping for a function import result.

public sealed class FunctionImportComplexTypeMapping : System.Data.Entity.Core.Mapping.FunctionImportStructuralTypeMapping
type FunctionImportComplexTypeMapping = class
    inherit FunctionImportStructuralTypeMapping
Public NotInheritable Class FunctionImportComplexTypeMapping
Inherits FunctionImportStructuralTypeMapping
Inheritance
FunctionImportComplexTypeMapping

Constructors

FunctionImportComplexTypeMapping(ComplexType, Collection<FunctionImportReturnTypePropertyMapping>)

Initializes a new FunctionImportComplexTypeMapping instance.

Properties

PropertyMappings

Gets the property mappings for the result type of a function import.

(Inherited from FunctionImportStructuralTypeMapping)
ReturnType

Ges the return type.

Applies to