/// <summary>
 /// Create a new View_MaleInterestedInMaleSingles object.
 /// </summary>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="u_name">Initial value of the u_name property.</param>
 /// <param name="u_gender">Initial value of the u_gender property.</param>
 /// <param name="u_birthdate">Initial value of the u_birthdate property.</param>
 /// <param name="u_usersince">Initial value of the u_usersince property.</param>
 /// <param name="u_state">Initial value of the u_state property.</param>
 /// <param name="u_city">Initial value of the u_city property.</param>
 /// <param name="u_lastonline">Initial value of the u_lastonline property.</param>
 /// <param name="u_score">Initial value of the u_score property.</param>
 /// <param name="u_credits">Initial value of the u_credits property.</param>
 /// <param name="u_profileviews">Initial value of the u_profileviews property.</param>
 /// <param name="u_paid_member">Initial value of the u_paid_member property.</param>
 /// <param name="u_email">Initial value of the u_email property.</param>
 /// <param name="u_signup_ip">Initial value of the u_signup_ip property.</param>
 public static View_MaleInterestedInMaleSingles CreateView_MaleInterestedInMaleSingles(global::System.String u_username, global::System.String u_name, global::System.Int32 u_gender, global::System.DateTime u_birthdate, global::System.DateTime u_usersince, global::System.String u_state, global::System.String u_city, global::System.DateTime u_lastonline, global::System.Int32 u_score, global::System.Int32 u_credits, global::System.Int32 u_profileviews, global::System.Boolean u_paid_member, global::System.String u_email, global::System.String u_signup_ip)
 {
     View_MaleInterestedInMaleSingles view_MaleInterestedInMaleSingles = new View_MaleInterestedInMaleSingles();
     view_MaleInterestedInMaleSingles.u_username = u_username;
     view_MaleInterestedInMaleSingles.u_name = u_name;
     view_MaleInterestedInMaleSingles.u_gender = u_gender;
     view_MaleInterestedInMaleSingles.u_birthdate = u_birthdate;
     view_MaleInterestedInMaleSingles.u_usersince = u_usersince;
     view_MaleInterestedInMaleSingles.u_state = u_state;
     view_MaleInterestedInMaleSingles.u_city = u_city;
     view_MaleInterestedInMaleSingles.u_lastonline = u_lastonline;
     view_MaleInterestedInMaleSingles.u_score = u_score;
     view_MaleInterestedInMaleSingles.u_credits = u_credits;
     view_MaleInterestedInMaleSingles.u_profileviews = u_profileviews;
     view_MaleInterestedInMaleSingles.u_paid_member = u_paid_member;
     view_MaleInterestedInMaleSingles.u_email = u_email;
     view_MaleInterestedInMaleSingles.u_signup_ip = u_signup_ip;
     return view_MaleInterestedInMaleSingles;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the View_MaleInterestedInMaleSingles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToView_MaleInterestedInMaleSingles(View_MaleInterestedInMaleSingles view_MaleInterestedInMaleSingles)
 {
     base.AddObject("View_MaleInterestedInMaleSingles", view_MaleInterestedInMaleSingles);
 }