/// <summary>
 /// Deprecated Method for adding a new object to the my_aspnet_users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomy_aspnet_users(my_aspnet_users my_aspnet_users)
 {
     base.AddObject("my_aspnet_users", my_aspnet_users);
 }
 /// <summary>
 /// Create a new my_aspnet_users object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="applicationId">Initial value of the applicationId property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="isAnonymous">Initial value of the isAnonymous property.</param>
 public static my_aspnet_users Createmy_aspnet_users(global::System.Int32 id, global::System.Int32 applicationId, global::System.String name, global::System.Boolean isAnonymous)
 {
     my_aspnet_users my_aspnet_users = new my_aspnet_users();
     my_aspnet_users.id = id;
     my_aspnet_users.applicationId = applicationId;
     my_aspnet_users.name = name;
     my_aspnet_users.isAnonymous = isAnonymous;
     return my_aspnet_users;
 }