/// <summary> /// Deprecated Method for adding a new object to the Terms EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTerms(Term term) { base.AddObject("Terms", term); }
/// <summary> /// Create a new Term object. /// </summary> /// <param name="termId">Initial value of the TermId property.</param> public static Term CreateTerm(global::System.Int32 termId) { Term term = new Term(); term.TermId = termId; return term; }