Exemplo n.º 1
0
        public string UpdateByCondition()
        {
            var model = _model.CopyInstance();

            model.AddIgnores(_handler.Members <UpdateIgnoreAttribute>());
            return(_template.UpdateByCondition(model));
        }