/// <summary> /// Create a new tracklist object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="track_count">Initial value of the track_count property.</param> public static tracklist Createtracklist(global::System.Int32 id, global::System.Int32 track_count) { tracklist tracklist = new tracklist(); tracklist.id = id; tracklist.track_count = track_count; return tracklist; }
/// <summary> /// Deprecated Method for adding a new object to the tracklists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotracklists(tracklist tracklist) { base.AddObject("tracklists", tracklist); }