Esempio n. 1
0
 /// <summary>
 /// Create a new Age object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Age CreateAge(global::System.Int32 id, global::System.String name)
 {
     Age age = new Age();
     age.Id = id;
     age.Name = name;
     return age;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAges(Age age)
 {
     base.AddObject("Ages", age);
 }