Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the L_Tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToL_Tags(L_Tags l_Tags)
 {
     base.AddObject("L_Tags", l_Tags);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new L_Tags object.
 /// </summary>
 /// <param name="tID">Initial value of the TID property.</param>
 public static L_Tags CreateL_Tags(global::System.Int64 tID)
 {
     L_Tags l_Tags = new L_Tags();
     l_Tags.TID = tID;
     return l_Tags;
 }