[]
Converts an System.Data.Entity.Core.Objects.DataClasses.EntityCollection<> to an editable ICollectionView.
public static ICollectionView AsCollectionView<T>(this EntityCollection<T> entities) where T : class, IEntityWithRelationships
Public Shared Function AsCollectionView(Of T As {Class, IEntityWithRelationships})(entities As EntityCollection(Of T)) As ICollectionView
| Type | Name | Description |
|---|---|---|
| EntityCollection<T> | entities | The System.Data.Entity.Core.Objects.DataClasses.EntityCollection<> to convert. |
| Type | Description |
|---|---|
| ICollectionView | The resulting ICollectionView. |
| Name | Description |
|---|---|
| T | The type of the entities in the |