[]
Provides a set of extensions methods for Entity Framework.
public static class EntityFrameworkExtensions
Name | Description |
---|---|
AsCollectionView<T>(EntityCollection<T>) | Converts an System.Data.Entity.Core.Objects.DataClasses.EntityCollection<> to an editable ICollectionView. |
AsLive<T>(ICollection<T>, EntityClientScope) | Converts a POCO System.Data.Entity.Core.Objects.DataClasses.EntityCollection<> to an editable live view. |
AsLive<T>(EntityCollection<T>) | Converts an System.Data.Entity.Core.Objects.DataClasses.EntityCollection<> to an editable live view. |