Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DOG_M EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDOG_M(DOG_M dOG_M)
 {
     base.AddObject("DOG_M", dOG_M);
 }
Example #2
0
 /// <summary>
 /// Create a new DOG_M object.
 /// </summary>
 /// <param name="bROJ">Initial value of the BROJ property.</param>
 /// <param name="gODINA">Initial value of the GODINA property.</param>
 public static DOG_M CreateDOG_M(global::System.Int32 bROJ, global::System.String gODINA)
 {
     DOG_M dOG_M = new DOG_M();
     dOG_M.BROJ = bROJ;
     dOG_M.GODINA = gODINA;
     return dOG_M;
 }