2 types derived from BaseEntityWrapper
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWrapper.cs (1)
145internal abstract class EntityWrapper<TEntity> : BaseEntityWrapper<TEntity>
System\Data\Objects\Internal\LightweightEntityWrapper.cs (1)
23internal sealed class LightweightEntityWrapper<TEntity> : BaseEntityWrapper<TEntity>