/// <summary> /// Deprecated Method for adding a new object to the MAOrganizations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMAOrganizations(MAOrganization mAOrganization) { base.AddObject("MAOrganizations", mAOrganization); }
/// <summary> /// Create a new MAOrganization object. /// </summary> /// <param name="dID">Initial value of the DID property.</param> /// <param name="oID">Initial value of the OID property.</param> public static MAOrganization CreateMAOrganization(global::System.Int32 dID, global::System.Int32 oID) { MAOrganization mAOrganization = new MAOrganization(); mAOrganization.DID = dID; mAOrganization.OID = oID; return mAOrganization; }