Ejemplo n.º 1
0
 /// <summary>
 /// Create a new artist_tag object.
 /// </summary>
 /// <param name="artist">Initial value of the artist property.</param>
 /// <param name="tag">Initial value of the tag property.</param>
 /// <param name="count">Initial value of the count property.</param>
 public static artist_tag Createartist_tag(global::System.Int32 artist, global::System.Int32 tag, global::System.Int32 count)
 {
     artist_tag artist_tag = new artist_tag();
     artist_tag.artist = artist;
     artist_tag.tag = tag;
     artist_tag.count = count;
     return artist_tag;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the artist_tag EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToartist_tag(artist_tag artist_tag)
 {
     base.AddObject("artist_tag", artist_tag);
 }