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