/// <summary> /// Deprecated Method for adding a new object to the recsys_parts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorecsys_parts(recsys_parts recsys_parts) { base.AddObject("recsys_parts", recsys_parts); }
/// <summary> /// Create a new recsys_parts object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="supplier_id">Initial value of the supplier_id property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="status">Initial value of the status property.</param> public static recsys_parts Createrecsys_parts(global::System.Int32 id, global::System.Int32 supplier_id, global::System.String name, global::System.Byte status) { recsys_parts recsys_parts = new recsys_parts(); recsys_parts.id = id; recsys_parts.supplier_id = supplier_id; recsys_parts.name = name; recsys_parts.status = status; return recsys_parts; }