DbCollectionEntry<TEntity, TElement> Implicit Conversion (DbCollectionEntry<TEntity, TElement> to DbCollectionEntry)
Returns a new instance of the non-generic DbCollectionEntry class for the navigation property represented by this object.
Assembly: EntityFramework (in EntityFramework.dll)
public static implicit operator DbCollectionEntry ( DbCollectionEntry<TEntity, TElement> entry )
Parameters
- entry
-
Type:
System.Data.Entity.Infrastructure.DbCollectionEntry<TEntity, TElement>
The object representing the navigation property.