/// <summary>
 /// Create a new ANSWER_LONG object.
 /// </summary>
 /// <param name="answer_long_id">Initial value of the answer_long_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_LONG CreateANSWER_LONG(global::System.Int32 answer_long_id, global::System.Int32 answer_id, global::System.Int32 survey_request_sent_id)
 {
     ANSWER_LONG aNSWER_LONG = new ANSWER_LONG();
     aNSWER_LONG.answer_long_id = answer_long_id;
     aNSWER_LONG.answer_id = answer_id;
     aNSWER_LONG.survey_request_sent_id = survey_request_sent_id;
     return aNSWER_LONG;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ANSWER_LONG EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANSWER_LONG(ANSWER_LONG aNSWER_LONG)
 {
     base.AddObject("ANSWER_LONG", aNSWER_LONG);
 }