/// <summary> /// Create a new CUSTOMER object. /// </summary> /// <param name="cUSTID">Initial value of the CUSTID property.</param> public static CUSTOMER CreateCUSTOMER(global::System.Int32 cUSTID) { CUSTOMER cUSTOMER = new CUSTOMER(); cUSTOMER.CUSTID = cUSTID; return cUSTOMER; }
/// <summary> /// Deprecated Method for adding a new object to the CUSTOMERS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCUSTOMERS(CUSTOMER cUSTOMER) { base.AddObject("CUSTOMERS", cUSTOMER); }