/// <summary> /// Deprecated Method for adding a new object to the FaqCategories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFaqCategories(FaqCategories faqCategories) { base.AddObject("FaqCategories", faqCategories); }
/// <summary> /// Create a new FaqCategories object. /// </summary> /// <param name="fc_id">Initial value of the fc_id property.</param> /// <param name="fc_active">Initial value of the fc_active property.</param> public static FaqCategories CreateFaqCategories(global::System.Int32 fc_id, global::System.Boolean fc_active) { FaqCategories faqCategories = new FaqCategories(); faqCategories.fc_id = fc_id; faqCategories.fc_active = fc_active; return faqCategories; }