예제 #1
0
 /// <summary>
 /// Create a new Der object.
 /// </summary>
 /// <param name="ders_ID">Initial value of the ders_ID property.</param>
 /// <param name="donem_ID">Initial value of the donem_ID property.</param>
 /// <param name="bolum_ID">Initial value of the bolum_ID property.</param>
 public static Der CreateDer(global::System.Int32 ders_ID, global::System.Int32 donem_ID, global::System.Int32 bolum_ID)
 {
     Der der = new Der();
     der.ders_ID = ders_ID;
     der.donem_ID = donem_ID;
     der.bolum_ID = bolum_ID;
     return der;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDers(Der der)
 {
     base.AddObject("Ders", der);
 }