/// <summary> /// Create a new Tag object. /// </summary> /// <param name="tagId">Initial value of the TagId property.</param> /// <param name="tagName">Initial value of the TagName property.</param> public static Tag CreateTag(global::System.Int32 tagId, global::System.String tagName) { Tag tag = new Tag(); tag.TagId = tagId; tag.TagName = tagName; return tag; }
/// <summary> /// Deprecated Method for adding a new object to the Tags EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTags(Tag tag) { base.AddObject("Tags", tag); }