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.
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.