Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MAPeoples EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMAPeoples(MAPeople mAPeople)
 {
     base.AddObject("MAPeoples", mAPeople);
 }
Exemple #2
0
 /// <summary>
 /// Create a new MAPeople object.
 /// </summary>
 /// <param name="dID">Initial value of the DID property.</param>
 /// <param name="pID">Initial value of the PID property.</param>
 public static MAPeople CreateMAPeople(global::System.Int32 dID, global::System.Int32 pID)
 {
     MAPeople mAPeople = new MAPeople();
     mAPeople.DID = dID;
     mAPeople.PID = pID;
     return mAPeople;
 }