/// <summary>
        /// Create a new ORDER object.
        /// </summary>
        /// <param name="oRDERID">Initial value of the ORDERID property.</param>
        /// <param name="dATA">Initial value of the DATA property.</param>
        /// <param name="cUSTOMERID">Initial value of the CUSTOMERID property.</param>
        public static ORDER CreateORDER(global::System.Int16 oRDERID, global::System.DateTime dATA, global::System.Int16 cUSTOMERID)
        {
            ORDER oRDER = new ORDER();

            oRDER.ORDERID    = oRDERID;
            oRDER.DATA       = dATA;
            oRDER.CUSTOMERID = cUSTOMERID;
            return(oRDER);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the ORDER EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToORDER(ORDER oRDER)
 {
     base.AddObject("ORDER", oRDER);
 }