StructuralTypeConfiguration<TStructuralType>.HasInstanceAnnotations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une propriété de conteneur InstanceAnnotation.
public void HasInstanceAnnotations (System.Linq.Expressions.Expression<Func<TStructuralType,Microsoft.AspNet.OData.Builder.IODataInstanceAnnotationContainer>> propertyExpression);
member this.HasInstanceAnnotations : System.Linq.Expressions.Expression<Func<'StructuralType, Microsoft.AspNet.OData.Builder.IODataInstanceAnnotationContainer>> -> unit
Public Sub HasInstanceAnnotations (propertyExpression As Expression(Of Func(Of TStructuralType, IODataInstanceAnnotationContainer)))
Paramètres
- propertyExpression
- Expression<Func<TStructuralType,IODataInstanceAnnotationContainer>>
Expression lambda représentant la propriété de conteneur d’annotation d’instance pour la relation.
Par exemple, en C# t => t.MyProperty
et en Visual Basic .NET Function(t) t.MyProperty
.