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