DbReferenceEntry<TEntity, TProperty>Implicit Conversion (DbReferenceEntry<TEntity, TProperty> to DbReferenceEntry)

 

Returns a new instance of the non-generic DbReferenceEntry class for the navigation property represented by this object.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public static implicit operator DbReferenceEntry (
	DbReferenceEntry<TEntity, TProperty> entry
)

Parameters

entry
Type: System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity, TProperty>

The object representing the navigation property.

Return Value

Type: System.Data.Entity.Infrastructure.DbReferenceEntry

A non-generic version.