예제 #1
0
        /// <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);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ARTIST EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToARTIST(ARTIST aRTIST)
 {
     base.AddObject("ARTIST", aRTIST);
 }