/// <summary> /// Deprecated Method for adding a new object to the tbTINHNANGs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbTINHNANGs(tbTINHNANG tbTINHNANG) { base.AddObject("tbTINHNANGs", tbTINHNANG); }
/// <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; }