EntityTypeConfiguration<TEntityType>.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)