/// <summary>
 /// Deprecated Method for adding a new object to the t_UserProfileQuestion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_UserProfileQuestion(t_UserProfileQuestion t_UserProfileQuestion)
 {
     base.AddObject("t_UserProfileQuestion", t_UserProfileQuestion);
 }
 /// <summary>
 /// Create a new t_UserProfileQuestion object.
 /// </summary>
 /// <param name="userProfileQuestionId">Initial value of the UserProfileQuestionId property.</param>
 /// <param name="question">Initial value of the Question property.</param>
 /// <param name="order">Initial value of the Order property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 public static t_UserProfileQuestion Createt_UserProfileQuestion(global::System.Int32 userProfileQuestionId, global::System.String question, global::System.Byte order, global::System.DateTime created, global::System.Boolean active)
 {
     t_UserProfileQuestion t_UserProfileQuestion = new t_UserProfileQuestion();
     t_UserProfileQuestion.UserProfileQuestionId = userProfileQuestionId;
     t_UserProfileQuestion.Question = question;
     t_UserProfileQuestion.Order = order;
     t_UserProfileQuestion.Created = created;
     t_UserProfileQuestion.Active = active;
     return t_UserProfileQuestion;
 }