Beispiel #1
0
 /// <summary>
 /// Create a new GenericPerson object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static GenericPerson CreateGenericPerson(global::System.Int32 c__Id)
 {
     GenericPerson genericPerson = new GenericPerson();
     genericPerson.C__Id = c__Id;
     return genericPerson;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GenericPersons EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGenericPersons(GenericPerson genericPerson)
 {
     base.AddObject("GenericPersons", genericPerson);
 }