/// <summary> /// Create a new ARTIST object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="nAME">Initial value of the NAME property.</param> public static ARTIST CreateARTIST(global::System.Int32 id, global::System.String nAME) { ARTIST aRTIST = new ARTIST(); aRTIST.ID = id; aRTIST.NAME = nAME; return(aRTIST); }
/// <summary> /// Deprecated Method for adding a new object to the ARTIST EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToARTIST(ARTIST aRTIST) { base.AddObject("ARTIST", aRTIST); }