/// <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; }
private static void Insert() { MEZUNBOL b = new MEZUNBOL(); b.KOD = 12333; b.MEZUNA = "Insert By WCF"; for (int j = 0; j < 1; ++j) Console.WriteLine(Util.Adapter.Insert(b) + " - " + b.MEZUNBOLK); }
/// <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); }