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

 

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

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

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

Parameters

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

The object representing the property.

Return Value

Type: System.Data.Entity.Infrastructure.DbMemberEntry

A non-generic version.