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