/// <summary>
 /// Deprecated Method for adding a new object to the aspnet_Paths EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToaspnet_Paths(aspnet_Paths aspnet_Paths)
 {
     base.AddObject("aspnet_Paths", aspnet_Paths);
 }
 /// <summary>
 /// Create a new 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 aspnet_Paths Createaspnet_Paths(global::System.Guid applicationId, global::System.Guid pathId, global::System.String path, global::System.String loweredPath)
 {
     aspnet_Paths aspnet_Paths = new aspnet_Paths();
     aspnet_Paths.ApplicationId = applicationId;
     aspnet_Paths.PathId = pathId;
     aspnet_Paths.Path = path;
     aspnet_Paths.LoweredPath = loweredPath;
     return aspnet_Paths;
 }