Compartilhar via


StructuralTypeConfiguration<TStructuralType>.CollectionProperty<TElementType> Método

Definição

Adiciona uma propriedade de coleção a este tipo EDM.

public Microsoft.AspNet.OData.Builder.CollectionPropertyConfiguration CollectionProperty<TElementType> (System.Linq.Expressions.Expression<Func<TStructuralType,System.Collections.Generic.IEnumerable<TElementType>>> propertyExpression);
member this.CollectionProperty : System.Linq.Expressions.Expression<Func<'StructuralType, seq<'ElementType>>> -> Microsoft.AspNet.OData.Builder.CollectionPropertyConfiguration
Public Function CollectionProperty(Of TElementType) (propertyExpression As Expression(Of Func(Of TStructuralType, IEnumerable(Of TElementType)))) As CollectionPropertyConfiguration

Parâmetros de tipo

TElementType

O tipo de elemento da coleção.

Parâmetros

propertyExpression
Expression<Func<TStructuralType,IEnumerable<TElementType>>>

Uma expressão lambda que representa a propriedade de navegação para o relacionamento. Por exemplo, em C# t => t.MyProperty e no Visual Basic .NET Function(t) t.MyProperty.

Retornos

Um objeto de configuração que pode ser usado para configurar melhor a propriedade.

Aplica-se a