/// <summary> /// Create a new GetMostUsedWebSite object. /// </summary> /// <param name="name">Initial value of the Name property.</param> public static GetMostUsedWebSite CreateGetMostUsedWebSite(global::System.String name) { GetMostUsedWebSite getMostUsedWebSite = new GetMostUsedWebSite(); getMostUsedWebSite.Name = name; return getMostUsedWebSite; }
/// <summary> /// Deprecated Method for adding a new object to the GetMostUsedWebSites EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGetMostUsedWebSites(GetMostUsedWebSite getMostUsedWebSite) { base.AddObject("GetMostUsedWebSites", getMostUsedWebSite); }