/// <summary> /// Create a new vndd_product 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_product Createvndd_product(global::System.Int32 id, global::System.String name) { vndd_product vndd_product = new vndd_product(); vndd_product.id = id; vndd_product.name = name; return vndd_product; }
/// <summary> /// Deprecated Method for adding a new object to the vndd_product EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovndd_product(vndd_product vndd_product) { base.AddObject("vndd_product", vndd_product); }