Beispiel #1
0
        /// <summary>
        /// Create a new track object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static track Createtrack(global::System.Int32 id)
        {
            track track = new track();

            track.ID = id;
            return(track);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the track EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotrack(track track)
 {
     base.AddObject("track", track);
 }