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