Example #1
0
        /// <summary>
        /// Create a new Tag_tbl object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static Tag_tbl CreateTag_tbl(global::System.Int32 id)
        {
            Tag_tbl tag_tbl = new Tag_tbl();

            tag_tbl.ID = id;
            return(tag_tbl);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tag_tbl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTag_tbl(Tag_tbl tag_tbl)
 {
     base.AddObject("Tag_tbl", tag_tbl);
 }