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