コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TrackOwners EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTrackOwners(TrackOwner trackOwner)
 {
     base.AddObject("TrackOwners", trackOwner);
 }
コード例 #2
0
 /// <summary>
 /// Create a new TrackOwner object.
 /// </summary>
 /// <param name="tracksAsOwner_Id">Initial value of the TracksAsOwner_Id property.</param>
 /// <param name="owners_Id">Initial value of the Owners_Id property.</param>
 public static TrackOwner CreateTrackOwner(global::System.Int32 tracksAsOwner_Id, global::System.Int32 owners_Id)
 {
     TrackOwner trackOwner = new TrackOwner();
     trackOwner.TracksAsOwner_Id = tracksAsOwner_Id;
     trackOwner.Owners_Id = owners_Id;
     return trackOwner;
 }