コード例 #1
0
        internal new static Dictionary <string, string> GetMappings()
        {
            Dictionary <string, string> _ret = SKUCommonPart.GetMappings();

            _ret.Add("BlendPurpose", "");
            _ret.Add("Units", "");
            return(_ret);
        }
コード例 #2
0
        /// <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);
        }