Exemplo n.º 1
0
 /// <summary>
 /// Create a new Artists2 object.
 /// </summary>
 /// <param name="ID">Initial value of Id.</param>
 /// <param name="artistName">Initial value of ArtistName.</param>
 public static Artists2 CreateArtists2(int ID, string artistName)
 {
     Artists2 artists2 = new Artists2();
     artists2.Id = ID;
     artists2.ArtistName = artistName;
     return artists2;
 }
Exemplo n.º 2
0
 /// <summary>
 /// There are no comments for Artists2 in the schema.
 /// </summary>
 public void AddToArtists2(Artists2 artists2)
 {
     base.AddObject("Artists2", artists2);
 }