/// <summary> /// Create a new ORDERDETAILS object. /// </summary> /// <param name="oRDERID">Initial value of the ORDERID property.</param> /// <param name="pRODUS">Initial value of the PRODUS property.</param> /// <param name="vALOARE">Initial value of the VALOARE property.</param> /// <param name="sERIAL">Initial value of the SERIAL property.</param> public static ORDERDETAILS CreateORDERDETAILS(global::System.Int16 oRDERID, global::System.String pRODUS, global::System.Decimal vALOARE, global::System.Int16 sERIAL) { ORDERDETAILS oRDERDETAILS = new ORDERDETAILS(); oRDERDETAILS.ORDERID = oRDERID; oRDERDETAILS.PRODUS = pRODUS; oRDERDETAILS.VALOARE = vALOARE; oRDERDETAILS.SERIAL = sERIAL; return(oRDERDETAILS); }
/// <summary> /// Deprecated Method for adding a new object to the ORDERDETAILS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToORDERDETAILS(ORDERDETAILS oRDERDETAILS) { base.AddObject("ORDERDETAILS", oRDERDETAILS); }