/// <summary>
 /// Deprecated Method for adding a new object to the rb_SurveyAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_SurveyAnswers(rb_SurveyAnswers rb_SurveyAnswers)
 {
     base.AddObject("rb_SurveyAnswers", rb_SurveyAnswers);
 }
 /// <summary>
 /// Create a new rb_SurveyAnswers object.
 /// </summary>
 /// <param name="answerID">Initial value of the AnswerID property.</param>
 /// <param name="surveyID">Initial value of the SurveyID property.</param>
 /// <param name="questionID">Initial value of the QuestionID property.</param>
 /// <param name="optionID">Initial value of the OptionID property.</param>
 public static rb_SurveyAnswers Createrb_SurveyAnswers(global::System.Int32 answerID, global::System.Int32 surveyID, global::System.Int32 questionID, global::System.Int32 optionID)
 {
     rb_SurveyAnswers rb_SurveyAnswers = new rb_SurveyAnswers();
     rb_SurveyAnswers.AnswerID = answerID;
     rb_SurveyAnswers.SurveyID = surveyID;
     rb_SurveyAnswers.QuestionID = questionID;
     rb_SurveyAnswers.OptionID = optionID;
     return rb_SurveyAnswers;
 }