示例#1
0
 /// <summary>
 /// Create a new tddt object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tddt Createtddt(global::System.String id, global::System.String rLOC, global::System.DateTime stamp)
 {
     tddt tddt = new tddt();
     tddt.ID = id;
     tddt.RLOC = rLOC;
     tddt.Stamp = stamp;
     return tddt;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tddts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotddts(tddt tddt)
 {
     base.AddObject("tddts", tddt);
 }