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.

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

Return Value

Type: System.Data.Entity.Infrastructure.DbPropertyEntry

A non-generic version.