/// <summary>
 /// Create a new artist_credit object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="artist_count">Initial value of the artist_count property.</param>
 public static artist_credit Createartist_credit(global::System.Int32 id, global::System.Int32 name, global::System.Int16 artist_count)
 {
     artist_credit artist_credit = new artist_credit();
     artist_credit.id = id;
     artist_credit.name = name;
     artist_credit.artist_count = artist_count;
     return artist_credit;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the artist_credit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToartist_credit(artist_credit artist_credit)
 {
     base.AddObject("artist_credit", artist_credit);
 }