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