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