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