Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PrTracks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrTracks(PrTrack prTrack)
 {
     base.AddObject("PrTracks", prTrack);
 }
Пример #2
0
 /// <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;
 }