Exemple #1
0
        /// <summary>
        /// Create a new COSTUMER object.
        /// </summary>
        /// <param name="cUSTOMERID">Initial value of the CUSTOMERID property.</param>
        /// <param name="nAME">Initial value of the NAME property.</param>
        public static COSTUMER CreateCOSTUMER(global::System.Int16 cUSTOMERID, global::System.String nAME)
        {
            COSTUMER cOSTUMER = new COSTUMER();

            cOSTUMER.CUSTOMERID = cUSTOMERID;
            cOSTUMER.NAME       = nAME;
            return(cOSTUMER);
        }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the COSTUMER EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCOSTUMER(COSTUMER cOSTUMER)
 {
     base.AddObject("COSTUMER", cOSTUMER);
 }