[]
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
| 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 |