public string UpdateByCondition() { var model = _model.CopyInstance(); model.AddIgnores(_handler.Members <UpdateIgnoreAttribute>()); return(_template.UpdateByCondition(model)); }