/// <summary> /// Create a new FeaturedBrand object. /// </summary> /// <param name="featId">Initial value of the FeatId property.</param> public static FeaturedBrand CreateFeaturedBrand(global::System.Int32 featId) { FeaturedBrand featuredBrand = new FeaturedBrand(); featuredBrand.FeatId = featId; return featuredBrand; }
/// <summary> /// Deprecated Method for adding a new object to the FeaturedBrands EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFeaturedBrands(FeaturedBrand featuredBrand) { base.AddObject("FeaturedBrands", featuredBrand); }