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