示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vndd_category EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovndd_category(vndd_category vndd_category)
 {
     base.AddObject("vndd_category", vndd_category);
 }
示例#2
0
 /// <summary>
 /// Create a new vndd_category object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static vndd_category Createvndd_category(global::System.Int32 id, global::System.String name)
 {
     vndd_category vndd_category = new vndd_category();
     vndd_category.id = id;
     vndd_category.name = name;
     return vndd_category;
 }