/// <summary> /// Deprecated Method for adding a new object to the Tagovi EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTagovi(Tagovi tagovi) { base.AddObject("Tagovi", tagovi); }
/// <summary> /// Create a new Tagovi object. /// </summary> /// <param name="tagID">Initial value of the TagID property.</param> public static Tagovi CreateTagovi(global::System.Int32 tagID) { Tagovi tagovi = new Tagovi(); tagovi.TagID = tagID; return tagovi; }