Пример #1
0
 /// <summary>
 /// Create a new tag_relation object.
 /// </summary>
 /// <param name="tag1">Initial value of the tag1 property.</param>
 /// <param name="tag2">Initial value of the tag2 property.</param>
 /// <param name="weight">Initial value of the weight property.</param>
 public static tag_relation Createtag_relation(global::System.Int32 tag1, global::System.Int32 tag2, global::System.Int32 weight)
 {
     tag_relation tag_relation = new tag_relation();
     tag_relation.tag1 = tag1;
     tag_relation.tag2 = tag2;
     tag_relation.weight = weight;
     return tag_relation;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tag_relation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotag_relation(tag_relation tag_relation)
 {
     base.AddObject("tag_relation", tag_relation);
 }