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