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