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