Пример #1
0
 /// <summary>
 /// Create a new Track object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="event_ID">Initial value of the Event_ID property.</param>
 public static Track CreateTrack(global::System.Int32 id, global::System.Int32 event_ID)
 {
     Track track = new Track();
     track.ID = id;
     track.Event_ID = event_ID;
     return track;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tracks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTracks(Track track)
 {
     base.AddObject("Tracks", track);
 }