Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Person object.
 /// </summary>
 /// <param name="personId">Initial value of the PersonId property.</param>
 /// <param name="eTag">Initial value of the ETag property.</param>
 public static Person CreatePerson(global::System.Int64 personId, global::System.String eTag)
 {
     Person person = new Person();
     person.PersonId = personId;
     person.ETag = eTag;
     return person;
 }