Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to access a Collection of Entities throw which you can configure actions that are bindable to EntityCollections.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Builder.EntityCollectionConfiguration<TEntityType>
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace
Return to top