Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the V_ParticipantsByCountries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToV_ParticipantsByCountries(V_ParticipantsByCountry v_ParticipantsByCountry)
 {
     base.AddObject("V_ParticipantsByCountries", v_ParticipantsByCountry);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new V_ParticipantsByCountry 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_ParticipantsByCountry CreateV_ParticipantsByCountry(global::System.Int32 occasionID, global::System.String occasionName, global::System.Int32 mdaCountryID)
 {
     V_ParticipantsByCountry v_ParticipantsByCountry = new V_ParticipantsByCountry();
     v_ParticipantsByCountry.OccasionID = occasionID;
     v_ParticipantsByCountry.OccasionName = occasionName;
     v_ParticipantsByCountry.MdaCountryID = mdaCountryID;
     return v_ParticipantsByCountry;
 }