DbMemberEntry.Cast<TEntity, TProperty> Method ()
Returns the equivalent generic DbMemberEntry<TEntity, TProperty> object.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.Infrastructure.DbMemberEntry<TEntity, TProperty>The equivalent generic object.
Type Parameters
- TEntity
The type of entity on which the member is declared.
- TProperty
The type of the property.