/// <summary>
 /// Create a new ZDST object.
 /// </summary>
 /// <param name="iD_APTEKI">Initial value of the ID_APTEKI property.</param>
 /// <param name="iD_ZDST">Initial value of the ID_ZDST property.</param>
 /// <param name="iD_DOSTAWY">Initial value of the ID_DOSTAWY property.</param>
 /// <param name="pOZYCJA">Initial value of the POZYCJA property.</param>
 /// <param name="dATA">Initial value of the DATA property.</param>
 /// <param name="iD_TOWARY">Initial value of the ID_TOWARY property.</param>
 /// <param name="sZTUK">Initial value of the SZTUK property.</param>
 /// <param name="sZTUK_JP">Initial value of the SZTUK_JP property.</param>
 /// <param name="sTAN">Initial value of the STAN property.</param>
 /// <param name="jEDNOSTKA">Initial value of the JEDNOSTKA property.</param>
 public static ZDST CreateZDST(global::System.Int32 iD_APTEKI, global::System.Double iD_ZDST, global::System.Int32 iD_DOSTAWY, global::System.Int32 pOZYCJA, global::System.DateTime dATA, global::System.Int32 iD_TOWARY, global::System.Double sZTUK, global::System.Double sZTUK_JP, global::System.Double sTAN, global::System.Int32 jEDNOSTKA)
 {
     ZDST zDST = new ZDST();
     zDST.ID_APTEKI = iD_APTEKI;
     zDST.ID_ZDST = iD_ZDST;
     zDST.ID_DOSTAWY = iD_DOSTAWY;
     zDST.POZYCJA = pOZYCJA;
     zDST.DATA = dATA;
     zDST.ID_TOWARY = iD_TOWARY;
     zDST.SZTUK = sZTUK;
     zDST.SZTUK_JP = sZTUK_JP;
     zDST.STAN = sTAN;
     zDST.JEDNOSTKA = jEDNOSTKA;
     return zDST;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ZDST EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToZDST(ZDST zDST)
 {
     base.AddObject("ZDST", zDST);
 }