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