/// <summary>
 /// Deprecated Method for adding a new object to the mtdb_reference EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomtdb_reference(mtdb_reference mtdb_reference)
 {
     base.AddObject("mtdb_reference", mtdb_reference);
 }
 /// <summary>
 /// Create a new mtdb_reference object.
 /// </summary>
 /// <param name="re_id">Initial value of the re_id property.</param>
 /// <param name="re_dict_id">Initial value of the re_dict_id property.</param>
 /// <param name="re_name">Initial value of the re_name property.</param>
 /// <param name="re_date_inserted">Initial value of the re_date_inserted property.</param>
 /// <param name="re_us_id_inserted">Initial value of the re_us_id_inserted property.</param>
 public static mtdb_reference Createmtdb_reference(global::System.Int32 re_id, global::System.Int32 re_dict_id, global::System.String re_name, global::System.DateTime re_date_inserted, global::System.Int32 re_us_id_inserted)
 {
     mtdb_reference mtdb_reference = new mtdb_reference();
     mtdb_reference.re_id = re_id;
     mtdb_reference.re_dict_id = re_dict_id;
     mtdb_reference.re_name = re_name;
     mtdb_reference.re_date_inserted = re_date_inserted;
     mtdb_reference.re_us_id_inserted = re_us_id_inserted;
     return mtdb_reference;
 }