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