Jaa


EntityTypeConfiguration<TEntityType>.Collection Property

Definition

Used to access a Collection of Entities through which you can configure actions and functions that are bindable to EntityCollections.

public Microsoft.AspNet.OData.Builder.EntityCollectionConfiguration<TEntityType> Collection { get; }
member this.Collection : Microsoft.AspNet.OData.Builder.EntityCollectionConfiguration<'EntityType (requires 'EntityType : null)>
Public ReadOnly Property Collection As EntityCollectionConfiguration(Of TEntityType)

Property Value

Applies to