예제 #1
0
 /// <summary>
 /// Create a new tuyen_temp object.
 /// </summary>
 /// <param name="so_dt">Initial value of the so_dt property.</param>
 /// <param name="id">Initial value of the id property.</param>
 public static tuyen_temp Createtuyen_temp(global::System.String so_dt, global::System.Decimal id)
 {
     tuyen_temp tuyen_temp = new tuyen_temp();
     tuyen_temp.so_dt = so_dt;
     tuyen_temp.id = id;
     return tuyen_temp;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tuyen_temp EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotuyen_temp(tuyen_temp tuyen_temp)
 {
     base.AddObject("tuyen_temp", tuyen_temp);
 }