Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FaqCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFaqCategories(FaqCategories faqCategories)
 {
     base.AddObject("FaqCategories", faqCategories);
 }
Пример #2
0
 /// <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;
 }