示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Judets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJudets(Judet judet)
 {
     base.AddObject("Judets", judet);
 }
示例#2
0
 /// <summary>
 /// Create a new Judet object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="cod">Initial value of the Cod property.</param>
 /// <param name="nume">Initial value of the Nume property.</param>
 public static Judet CreateJudet(global::System.Int32 id, global::System.String cod, global::System.String nume)
 {
     Judet judet = new Judet();
     judet.ID = id;
     judet.Cod = cod;
     judet.Nume = nume;
     return judet;
 }