You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the infrastructure is in place to support collection navigation properties that implement IEnumerable but not ICollection. The part missing is the ability to configure the model with appropriate methods or delegates to use for manipulating the collection. Keep in mind that whatever is done here should be something that doesn't conflict with the idea of creating a compiled model which can then be incrementally loaded.
The text was updated successfully, but these errors were encountered:
@ajcvickers I see this bug is actually about supporting IEnumerable navigation properties with out-of-band add, remove and contains methods/delegates. Then I guess we already work with IEnumerable<T> navigation properties with a runtime instance that can is ICollection<T>, correct?
Most of the infrastructure is in place to support collection navigation properties that implement IEnumerable but not ICollection. The part missing is the ability to configure the model with appropriate methods or delegates to use for manipulating the collection. Keep in mind that whatever is done here should be something that doesn't conflict with the idea of creating a compiled model which can then be incrementally loaded.
The text was updated successfully, but these errors were encountered: