internal new static Dictionary <string, string> GetMappings() { Dictionary <string, string> _ret = SKUCommonPart.GetMappings(); _ret.Add("BlendPurpose", ""); _ret.Add("Units", ""); return(_ret); }
/// <summary> /// Gets the mappings, the key is SQL property name, the value is SP property name. /// </summary> internal new static Dictionary <string, string> GetMappings() { Dictionary <string, string> _ret = SKUCommonPart.GetMappings(); _ret.Add("Family", ""); _ret.Add("CigaretteLenght", ""); _ret.Add("FilterLenght", ""); _ret.Add("PrimeMarket", ""); _ret.Add("MentholMaterial", ""); _ret.Add("Menthol", ""); _ret.Add("Brand", ""); return(_ret); }