Exemplo n.º 1
0
        public IUpdateBuilder Set(object setBuilder)
        {
            var setPairs = ReflectionHelper.ToDictionary(setBuilder);

            return(Set(setPairs));
        }