Ejemplo n.º 1
0
 /// <summary>
 /// Create a new o_formlog object.
 /// </summary>
 /// <param name="logid">Initial value of the logid property.</param>
 /// <param name="logtime">Initial value of the logtime property.</param>
 public static o_formlog Createo_formlog(global::System.Int32 logid, global::System.DateTime logtime)
 {
     o_formlog o_formlog = new o_formlog();
     o_formlog.logid = logid;
     o_formlog.logtime = logtime;
     return o_formlog;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the o_formlog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToo_formlog(o_formlog o_formlog)
 {
     base.AddObject("o_formlog", o_formlog);
 }