/// <summary>
 /// Deprecated Method for adding a new object to the SURVEY_SECTION EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSURVEY_SECTION(SURVEY_SECTION sURVEY_SECTION)
 {
     base.AddObject("SURVEY_SECTION", sURVEY_SECTION);
 }
 /// <summary>
 /// Create a new SURVEY_SECTION object.
 /// </summary>
 /// <param name="survey_section_id">Initial value of the survey_section_id property.</param>
 /// <param name="title">Initial value of the title property.</param>
 /// <param name="section_id_order">Initial value of the section_id_order property.</param>
 /// <param name="datestamp">Initial value of the datestamp property.</param>
 /// <param name="user_stamp">Initial value of the user_stamp property.</param>
 public static SURVEY_SECTION CreateSURVEY_SECTION(global::System.Int32 survey_section_id, global::System.String title, global::System.Int32 section_id_order, global::System.DateTime datestamp, global::System.Int32 user_stamp)
 {
     SURVEY_SECTION sURVEY_SECTION = new SURVEY_SECTION();
     sURVEY_SECTION.survey_section_id = survey_section_id;
     sURVEY_SECTION.title = title;
     sURVEY_SECTION.section_id_order = section_id_order;
     sURVEY_SECTION.datestamp = datestamp;
     sURVEY_SECTION.user_stamp = user_stamp;
     return sURVEY_SECTION;
 }