/// <summary> /// Create a new AdsCategories object. /// </summary> /// <param name="ac_id">Initial value of the ac_id property.</param> /// <param name="ac_title">Initial value of the ac_title property.</param> public static AdsCategories CreateAdsCategories(global::System.Int32 ac_id, global::System.String ac_title) { AdsCategories adsCategories = new AdsCategories(); adsCategories.ac_id = ac_id; adsCategories.ac_title = ac_title; return adsCategories; }
/// <summary> /// Deprecated Method for adding a new object to the AdsCategories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAdsCategories(AdsCategories adsCategories) { base.AddObject("AdsCategories", adsCategories); }