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