Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PeopleSavings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPeopleSavings(PeopleSavings peopleSavings)
 {
     base.AddObject("PeopleSavings", peopleSavings);
 }
Пример #2
0
 /// <summary>
 /// Create a new PeopleSavings object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static PeopleSavings CreatePeopleSavings(global::System.Int32 id)
 {
     PeopleSavings peopleSavings = new PeopleSavings();
     peopleSavings.Id = id;
     return peopleSavings;
 }