Beispiel #1
0
 /// <summary>
 /// Create a new Person object.
 /// </summary>
 /// <param name="person_id">Initial value of the person_id property.</param>
 public static Person CreatePerson(global::System.Guid person_id)
 {
     Person person = new Person();
     person.person_id = person_id;
     return person;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the People EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPeople(Person person)
 {
     base.AddObject("People", person);
 }