예제 #1
0
        /// <summary>
        /// Create a new people object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static people Createpeople(global::System.Int32 id)
        {
            people people = new people();

            people.Id = id;
            return(people);
        }
예제 #2
0
 /// <summary>
 /// Create a new people object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static people Createpeople(global::System.Int32 id)
 {
     people people = new people();
     people.Id = id;
     return people;
 }
예제 #3
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(people people)
 {
     base.AddObject("people", people);
 }
예제 #4
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(people people)
 {
     base.AddObject("people", people);
 }