/// <summary> /// 用于向 aspnet_Paths EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToaspnet_Paths(aspnet_Paths aspnet_Paths) { base.AddObject("aspnet_Paths", aspnet_Paths); }
/// <summary> /// 创建新的 aspnet_Paths 对象。 /// </summary> /// <param name="applicationId">ApplicationId 属性的初始值。</param> /// <param name="pathId">PathId 属性的初始值。</param> /// <param name="path">Path 属性的初始值。</param> /// <param name="loweredPath">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; }