/// <summary> /// Deprecated Method for adding a new object to the V_ParticipantsByNationalities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToV_ParticipantsByNationalities(V_ParticipantsByNationality v_ParticipantsByNationality) { base.AddObject("V_ParticipantsByNationalities", v_ParticipantsByNationality); }
/// <summary> /// Create a new V_ParticipantsByNationality object. /// </summary> /// <param name="occasionID">Initial value of the OccasionID property.</param> /// <param name="occasionName">Initial value of the OccasionName property.</param> /// <param name="mdaCountryID">Initial value of the MdaCountryID property.</param> public static V_ParticipantsByNationality CreateV_ParticipantsByNationality(global::System.Int32 occasionID, global::System.String occasionName, global::System.Int32 mdaCountryID) { V_ParticipantsByNationality v_ParticipantsByNationality = new V_ParticipantsByNationality(); v_ParticipantsByNationality.OccasionID = occasionID; v_ParticipantsByNationality.OccasionName = occasionName; v_ParticipantsByNationality.MdaCountryID = mdaCountryID; return v_ParticipantsByNationality; }