Share via


FunctionImportStructuralTypeMapping.PropertyMappings Property

Definition

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

public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.FunctionImportReturnTypePropertyMapping> PropertyMappings { get; }
member this.PropertyMappings : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.FunctionImportReturnTypePropertyMapping>
Public ReadOnly Property PropertyMappings As ReadOnlyCollection(Of FunctionImportReturnTypePropertyMapping)

Property Value

Applies to