/// <summary> /// There are no comments for Songs2 in the schema. /// </summary> public void AddToSongs2(Songs2 songs2) { base.AddObject("Songs2", songs2); }
/// <summary> /// Create a new Songs2 object. /// </summary> /// <param name="ID">Initial value of Id.</param> public static Songs2 CreateSongs2(int ID) { Songs2 songs2 = new Songs2(); songs2.Id = ID; return songs2; }