Partager via


StructuralTypeConfiguration<TStructuralType>.ComplexProperty<TComplexType> Méthode

Définition

Ajoute une propriété complexe à ce type EDM.

public Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration ComplexProperty<TComplexType> (System.Linq.Expressions.Expression<Func<TStructuralType,TComplexType>> propertyExpression);
member this.ComplexProperty : System.Linq.Expressions.Expression<Func<'StructuralType, 'ComplexType>> -> Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration
Public Function ComplexProperty(Of TComplexType) (propertyExpression As Expression(Of Func(Of TStructuralType, TComplexType))) As ComplexPropertyConfiguration

Paramètres de type

TComplexType

Type complexe.

Paramètres

propertyExpression
Expression<Func<TStructuralType,TComplexType>>

Expression lambda représentant la propriété de navigation pour la relation. Par exemple, en C# t => t.MyProperty et en Visual Basic .NET Function(t) t.MyProperty.

Retours

Objet de configuration pouvant être utilisé pour configurer davantage la propriété.

S’applique à