/// <summary>
 /// Create a new vw_aspnet_Profile object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="lastUpdatedDate">Initial value of the LastUpdatedDate property.</param>
 public static vw_aspnet_Profile Createvw_aspnet_Profile(global::System.Guid userId, global::System.DateTime lastUpdatedDate)
 {
     vw_aspnet_Profile vw_aspnet_Profile = new vw_aspnet_Profile();
     vw_aspnet_Profile.UserId = userId;
     vw_aspnet_Profile.LastUpdatedDate = lastUpdatedDate;
     return vw_aspnet_Profile;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_aspnet_Profiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_aspnet_Profiles(vw_aspnet_Profile vw_aspnet_Profile)
 {
     base.AddObject("vw_aspnet_Profiles", vw_aspnet_Profile);
 }