Ejemplo n.º 1
0
 /// <summary>
 /// Create a new artist_tag_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="tag">Initial value of the tag property.</param>
 public static artist_tag_raw Createartist_tag_raw(global::System.Int32 artist, global::System.Int32 editor, global::System.Int32 tag)
 {
     artist_tag_raw artist_tag_raw = new artist_tag_raw();
     artist_tag_raw.artist = artist;
     artist_tag_raw.editor = editor;
     artist_tag_raw.tag = tag;
     return artist_tag_raw;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the artist_tag_raw EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToartist_tag_raw(artist_tag_raw artist_tag_raw)
 {
     base.AddObject("artist_tag_raw", artist_tag_raw);
 }