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