/// <summary>
 /// Create a new ANSWER object.
 /// </summary>
 /// <param name="answer_id">Initial value of the answer_id property.</param>
 /// <param name="question_id">Initial value of the question_id property.</param>
 /// <param name="answer_type_id">Initial value of the answer_type_id property.</param>
 /// <param name="survey_request_sent_id">Initial value of the survey_request_sent_id property.</param>
 public static ANSWER CreateANSWER(global::System.Int32 answer_id, global::System.Int32 question_id, global::System.Int32 answer_type_id, global::System.Int32 survey_request_sent_id)
 {
     ANSWER aNSWER = new ANSWER();
     aNSWER.answer_id = answer_id;
     aNSWER.question_id = question_id;
     aNSWER.answer_type_id = answer_type_id;
     aNSWER.survey_request_sent_id = survey_request_sent_id;
     return aNSWER;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ANSWERs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANSWERs(ANSWER aNSWER)
 {
     base.AddObject("ANSWERs", aNSWER);
 }