/// <summary> /// Deprecated Method for adding a new object to the TKADROes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTKADROes(TKADRO tKADRO) { base.AddObject("TKADROes", tKADRO); }
/// <summary> /// Create a new TKADRO object. /// </summary> /// <param name="tKADROK">Initial value of the TKADROK property.</param> /// <param name="sICILK">Initial value of the SICILK property.</param> /// <param name="nETTUTAR">Initial value of the NETTUTAR property.</param> public static TKADRO CreateTKADRO(global::System.Int32 tKADROK, global::System.Int32 sICILK, global::System.Decimal nETTUTAR) { TKADRO tKADRO = new TKADRO(); tKADRO.TKADROK = tKADROK; tKADRO.SICILK = sICILK; tKADRO.NETTUTAR = nETTUTAR; return tKADRO; }