EntityTypeConfiguration<TEntityType>.Collection Property
Used to access a Collection of Entities through which you can configure actions and functions that are bindable to EntityCollections.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EntityCollectionConfiguration<TEntityType> Collection { get; }
public:
property EntityCollectionConfiguration<TEntityType>^ Collection {
EntityCollectionConfiguration<TEntityType>^ get();
}
member Collection : EntityCollectionConfiguration<'TEntityType> with get
Public ReadOnly Property Collection As EntityCollectionConfiguration(Of TEntityType)
Property Value
Type: System.Web.OData.Builder.EntityCollectionConfiguration<TEntityType>
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace
Return to top