コード例 #1
0
 /// <summary>
 /// Create a new Predpisane_lieky object.
 /// </summary>
 /// <param name="idLiecba">Initial value of the IdLiecba property.</param>
 /// <param name="kod_lieku">Initial value of the Kod_lieku property.</param>
 public static Predpisane_lieky CreatePredpisane_lieky(global::System.Int32 idLiecba, global::System.Int32 kod_lieku)
 {
     Predpisane_lieky predpisane_lieky = new Predpisane_lieky();
     predpisane_lieky.IdLiecba = idLiecba;
     predpisane_lieky.Kod_lieku = kod_lieku;
     return predpisane_lieky;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Predpisane_lieky EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPredpisane_lieky(Predpisane_lieky predpisane_lieky)
 {
     base.AddObject("Predpisane_lieky", predpisane_lieky);
 }