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