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