/// <summary>
 /// Create a new rb_SurveyQuestions object.
 /// </summary>
 /// <param name="questionID">Initial value of the QuestionID property.</param>
 /// <param name="surveyID">Initial value of the SurveyID property.</param>
 /// <param name="question">Initial value of the Question property.</param>
 /// <param name="viewOrder">Initial value of the ViewOrder property.</param>
 /// <param name="typeOption">Initial value of the TypeOption property.</param>
 public static rb_SurveyQuestions Createrb_SurveyQuestions(global::System.Int32 questionID, global::System.Int32 surveyID, global::System.String question, global::System.Int32 viewOrder, global::System.String typeOption)
 {
     rb_SurveyQuestions rb_SurveyQuestions = new rb_SurveyQuestions();
     rb_SurveyQuestions.QuestionID = questionID;
     rb_SurveyQuestions.SurveyID = surveyID;
     rb_SurveyQuestions.Question = question;
     rb_SurveyQuestions.ViewOrder = viewOrder;
     rb_SurveyQuestions.TypeOption = typeOption;
     return rb_SurveyQuestions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_SurveyQuestions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_SurveyQuestions(rb_SurveyQuestions rb_SurveyQuestions)
 {
     base.AddObject("rb_SurveyQuestions", rb_SurveyQuestions);
 }