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