Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Mp3ZingItem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMp3ZingItem(Mp3ZingItem mp3ZingItem)
 {
     base.AddObject("Mp3ZingItem", mp3ZingItem);
 }
Esempio n. 2
0
 /// <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;
 }