public string ToStatement(List <IDataParameter> @params) { return($"{_column.ToStatement(@params)} = {_value.ToStatement(@params)}"); }