/// <summary>
 /// Deprecated Method for adding a new object to the viewWebExhibitors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToviewWebExhibitors(viewWebExhibitor viewWebExhibitor)
 {
     base.AddObject("viewWebExhibitors", viewWebExhibitor);
 }
 /// <summary>
 /// Create a new viewWebExhibitor object.
 /// </summary>
 /// <param name="conferenceID">Initial value of the conferenceID property.</param>
 /// <param name="sponsorTypeID">Initial value of the sponsorTypeID property.</param>
 /// <param name="sponsorTypeName">Initial value of the sponsorTypeName property.</param>
 public static viewWebExhibitor CreateviewWebExhibitor(global::System.Int32 conferenceID, global::System.Int32 sponsorTypeID, global::System.String sponsorTypeName)
 {
     viewWebExhibitor viewWebExhibitor = new viewWebExhibitor();
     viewWebExhibitor.conferenceID = conferenceID;
     viewWebExhibitor.sponsorTypeID = sponsorTypeID;
     viewWebExhibitor.sponsorTypeName = sponsorTypeName;
     return viewWebExhibitor;
 }