/// <summary> /// Deprecated Method for adding a new object to the PrTracks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPrTracks(PrTrack prTrack) { base.AddObject("PrTracks", prTrack); }
/// <summary> /// Create a new PrTrack object. /// </summary> /// <param name="trackid">Initial value of the trackid property.</param> /// <param name="trackname">Initial value of the trackname property.</param> /// <param name="worldid">Initial value of the worldid property.</param> public static PrTrack CreatePrTrack(global::System.Int32 trackid, global::System.String trackname, global::System.Int32 worldid) { PrTrack prTrack = new PrTrack(); prTrack.trackid = trackid; prTrack.trackname = trackname; prTrack.worldid = worldid; return prTrack; }