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