public virtual void MapComponent(PropertyInfo member, EntityMap map) { }
public virtual EntityMap CreateEntityMap(Type type) { var map = new EntityMap(); map.EntityType = type; map.CurrentUserParameter = _currentUserParameter; return map; }
public EntityModel(EntityMap map) { _map = map; _queryPlan = BuildQueryPlan(); }