/// <summary>
 /// Create a new Answer object.
 /// </summary>
 /// <param name="aId">Initial value of the AId property.</param>
 /// <param name="qID">Initial value of the QID property.</param>
 public static Answer CreateAnswer(global::System.Int32 aId, global::System.Int32 qID)
 {
     Answer answer = new Answer();
     answer.AId = aId;
     answer.QID = qID;
     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);
 }