예제 #1
0
        public UpdateSetPropertyImpl(DbContext dbContext, object idValue)
        {
            TEntity entity = new TEntity();

            EntityFrameworkHelper.SetPrimaryKeyPropertyValue <TEntity>(entity, idValue);
            this.Init(dbContext, entity);
        }