Partager via


StructuralTypeConfiguration<TStructuralType>.ContainsOptional<TTargetEntity> Méthode

Définition

Configure une relation facultative de ce type structurel à une propriété de navigation autonome unique.

public Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration ContainsOptional<TTargetEntity> (System.Linq.Expressions.Expression<Func<TStructuralType,TTargetEntity>> navigationPropertyExpression) where TTargetEntity : class;
member this.ContainsOptional : System.Linq.Expressions.Expression<Func<'StructuralType, 'argetEntity>> -> Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration (requires 'argetEntity : null)
Public Function ContainsOptional(Of TTargetEntity As Class) (navigationPropertyExpression As Expression(Of Func(Of TStructuralType, TTargetEntity))) As NavigationPropertyConfiguration

Paramètres de type

TTargetEntity

Type d'entité à l'autre bout de la relation.

Paramètres

navigationPropertyExpression
Expression<Func<TStructuralType,TTargetEntity>>

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 relation.

S’applique à