Пример #1
0
 /// <summary>
 /// Create a new tbl_Tags object.
 /// </summary>
 /// <param name="tagID">Initial value of the TagID property.</param>
 /// <param name="tA_Title">Initial value of the TA_Title property.</param>
 /// <param name="tA_URL">Initial value of the TA_URL property.</param>
 /// <param name="tA_SiteMapID">Initial value of the TA_SiteMapID property.</param>
 public static tbl_Tags Createtbl_Tags(global::System.Int32 tagID, global::System.String tA_Title, global::System.String tA_URL, global::System.Int32 tA_SiteMapID)
 {
     tbl_Tags tbl_Tags = new tbl_Tags();
     tbl_Tags.TagID = tagID;
     tbl_Tags.TA_Title = tA_Title;
     tbl_Tags.TA_URL = tA_URL;
     tbl_Tags.TA_SiteMapID = tA_SiteMapID;
     return tbl_Tags;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Tags(tbl_Tags tbl_Tags)
 {
     base.AddObject("tbl_Tags", tbl_Tags);
 }