public UpdateSetPropertyImpl(DbContext dbContext, object idValue) { TEntity entity = new TEntity(); EntityFrameworkHelper.SetPrimaryKeyPropertyValue <TEntity>(entity, idValue); this.Init(dbContext, entity); }