Share via


FunctionImportComplexTypeMapping Constructor

Definition

Initializes a new FunctionImportComplexTypeMapping instance.

public FunctionImportComplexTypeMapping (System.Data.Entity.Core.Metadata.Edm.ComplexType returnType, System.Collections.ObjectModel.Collection<System.Data.Entity.Core.Mapping.FunctionImportReturnTypePropertyMapping> properties);
new System.Data.Entity.Core.Mapping.FunctionImportComplexTypeMapping : System.Data.Entity.Core.Metadata.Edm.ComplexType * System.Collections.ObjectModel.Collection<System.Data.Entity.Core.Mapping.FunctionImportReturnTypePropertyMapping> -> System.Data.Entity.Core.Mapping.FunctionImportComplexTypeMapping
Public Sub New (returnType As ComplexType, properties As Collection(Of FunctionImportReturnTypePropertyMapping))

Parameters

returnType
ComplexType

The return type.

properties
Collection<FunctionImportReturnTypePropertyMapping>

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

Applies to