/// <summary> /// Create a new artist object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="gid">Initial value of the gid property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="sort_name">Initial value of the sort_name property.</param> /// <param name="edits_pending">Initial value of the edits_pending property.</param> public static artist Createartist(global::System.Int32 id, global::System.String gid, global::System.Int32 name, global::System.Int32 sort_name, global::System.Int32 edits_pending) { artist artist = new artist(); artist.id = id; artist.gid = gid; artist.name = name; artist.sort_name = sort_name; artist.edits_pending = edits_pending; return artist; }
/// <summary> /// Deprecated Method for adding a new object to the artists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToartists(artist artist) { base.AddObject("artists", artist); }