/// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet aspnet_Paths. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToaspnet_Paths(aspnet_Paths aspnet_Paths)
 {
     base.AddObject("aspnet_Paths", aspnet_Paths);
 }
 /// <summary>
 /// Crear un nuevo objeto aspnet_Paths.
 /// </summary>
 /// <param name="applicationId">Valor inicial de la propiedad ApplicationId.</param>
 /// <param name="pathId">Valor inicial de la propiedad PathId.</param>
 /// <param name="path">Valor inicial de la propiedad Path.</param>
 /// <param name="loweredPath">Valor inicial de la propiedad LoweredPath.</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;
 }