Пример #1
0
 /// <summary>
 /// Create a new archive_ProfileAnswers object.
 /// </summary>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="pq_id">Initial value of the pq_id property.</param>
 /// <param name="pa_value">Initial value of the pa_value property.</param>
 /// <param name="pa_approved">Initial value of the pa_approved property.</param>
 public static archive_ProfileAnswers Createarchive_ProfileAnswers(global::System.String u_username, global::System.Int32 pq_id, global::System.String pa_value, global::System.Boolean pa_approved)
 {
     archive_ProfileAnswers archive_ProfileAnswers = new archive_ProfileAnswers();
     archive_ProfileAnswers.u_username = u_username;
     archive_ProfileAnswers.pq_id = pq_id;
     archive_ProfileAnswers.pa_value = pa_value;
     archive_ProfileAnswers.pa_approved = pa_approved;
     return archive_ProfileAnswers;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the archive_ProfileAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToarchive_ProfileAnswers(archive_ProfileAnswers archive_ProfileAnswers)
 {
     base.AddObject("archive_ProfileAnswers", archive_ProfileAnswers);
 }