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.

Namespace:   System.Data.Entity.Infrastructure
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.

Return Value

Type: System.Data.Entity.Infrastructure.DbCollectionEntry

A non-generic version.