Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dersliks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDersliks(Derslik derslik)
 {
     base.AddObject("Dersliks", derslik);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Derslik object.
 /// </summary>
 /// <param name="derslik_ID">Initial value of the derslik_ID property.</param>
 /// <param name="bolum_ID">Initial value of the bolum_ID property.</param>
 /// <param name="derslik_Kodu">Initial value of the derslik_Kodu property.</param>
 /// <param name="aciklama">Initial value of the aciklama property.</param>
 public static Derslik CreateDerslik(global::System.Int32 derslik_ID, global::System.Int32 bolum_ID, global::System.String derslik_Kodu, global::System.String aciklama)
 {
     Derslik derslik = new Derslik();
     derslik.derslik_ID = derslik_ID;
     derslik.bolum_ID = bolum_ID;
     derslik.derslik_Kodu = derslik_Kodu;
     derslik.aciklama = aciklama;
     return derslik;
 }