/// <summary> /// Create a new MEMOMA object. /// </summary> /// <param name="mEMO_ID">Initial value of the MEMO_ID property.</param> /// <param name="cLIENT_ID">Initial value of the CLIENT_ID property.</param> /// <param name="rowguid">Initial value of the rowguid property.</param> /// <param name="showMemo">Initial value of the ShowMemo property.</param> public static MEMOMA CreateMEMOMA(global::System.Int32 mEMO_ID, global::System.Int32 cLIENT_ID, global::System.Guid rowguid, global::System.Boolean showMemo) { MEMOMA mEMOMA = new MEMOMA(); mEMOMA.MEMO_ID = mEMO_ID; mEMOMA.CLIENT_ID = cLIENT_ID; mEMOMA.rowguid = rowguid; mEMOMA.ShowMemo = showMemo; return mEMOMA; }
/// <summary> /// Deprecated Method for adding a new object to the MEMOMAS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMEMOMAS(MEMOMA mEMOMA) { base.AddObject("MEMOMAS", mEMOMA); }