Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_POITags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_POITags(tbl_POITags tbl_POITags)
 {
     base.AddObject("tbl_POITags", tbl_POITags);
 }
Exemple #2
0
 /// <summary>
 /// Create a new tbl_POITags object.
 /// </summary>
 /// <param name="pOITagID">Initial value of the POITagID property.</param>
 /// <param name="pOIT_Title">Initial value of the POIT_Title property.</param>
 /// <param name="pOIT_GroupID">Initial value of the POIT_GroupID property.</param>
 public static tbl_POITags Createtbl_POITags(global::System.Int32 pOITagID, global::System.String pOIT_Title, global::System.Int32 pOIT_GroupID)
 {
     tbl_POITags tbl_POITags = new tbl_POITags();
     tbl_POITags.POITagID = pOITagID;
     tbl_POITags.POIT_Title = pOIT_Title;
     tbl_POITags.POIT_GroupID = pOIT_GroupID;
     return tbl_POITags;
 }