/// <summary> /// Deprecated Method for adding a new object to the MAPeoples EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMAPeoples(MAPeople mAPeople) { base.AddObject("MAPeoples", mAPeople); }
/// <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; }