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