/// <summary>
 /// Deprecated Method for adding a new object to the dictionary EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodictionary(dictionary dictionary)
 {
     base.AddObject("dictionary", dictionary);
 }
 /// <summary>
 /// Create a new dictionary object.
 /// </summary>
 /// <param name="dict_id">Initial value of the dict_id property.</param>
 /// <param name="dict_name">Initial value of the dict_name property.</param>
 public static dictionary Createdictionary(global::System.Int32 dict_id, global::System.String dict_name)
 {
     dictionary dictionary = new dictionary();
     dictionary.dict_id = dict_id;
     dictionary.dict_name = dict_name;
     return dictionary;
 }