/// <summary> /// Create a new MEZUNBOL object. /// </summary> /// <param name="mEZUNBOLK">Initial value of the MEZUNBOLK property.</param> /// <param name="mEZUNA">Initial value of the MEZUNA property.</param> /// <param name="kOD">Initial value of the KOD property.</param> public static MEZUNBOL CreateMEZUNBOL(global::System.Int32 mEZUNBOLK, global::System.String mEZUNA, global::System.Int32 kOD) { MEZUNBOL mEZUNBOL = new MEZUNBOL(); mEZUNBOL.MEZUNBOLK = mEZUNBOLK; mEZUNBOL.MEZUNA = mEZUNA; mEZUNBOL.KOD = kOD; return mEZUNBOL; }
/// <summary> /// Deprecated Method for adding a new object to the MEZUNBOLs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMEZUNBOLs(MEZUNBOL mEZUNBOL) { base.AddObject("MEZUNBOLs", mEZUNBOL); }