|
@@ -0,0 +1,13518 @@
|
|
|
|
|
+//------------------------------------------------------------------------------
|
|
|
|
|
+// <auto-generated>
|
|
|
|
|
+// Этот код создан программой.
|
|
|
|
|
+// Исполняемая версия:4.0.30319.42000
|
|
|
|
|
+//
|
|
|
|
|
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
|
|
|
|
+// повторной генерации кода.
|
|
|
|
|
+// </auto-generated>
|
|
|
|
|
+//------------------------------------------------------------------------------
|
|
|
|
|
+
|
|
|
|
|
+#pragma warning disable 1591
|
|
|
|
|
+
|
|
|
|
|
+namespace qwe {
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents a strongly typed in-memory cache of data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlRootAttribute("qweDataSet")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
|
|
|
+ public partial class qweDataSet : global::System.Data.DataSet {
|
|
|
|
|
+
|
|
|
|
|
+ private CategoryDataTable tableCategory;
|
|
|
|
|
+
|
|
|
|
|
+ private CityDataTable tableCity;
|
|
|
|
|
+
|
|
|
|
|
+ private ManufacturerDataTable tableManufacturer;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderDataTable tableOrder;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderItemDataTable tableOrderItem;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderStatusDataTable tableOrderStatus;
|
|
|
|
|
+
|
|
|
|
|
+ private PickupPointDataTable tablePickupPoint;
|
|
|
|
|
+
|
|
|
|
|
+ private ProductDataTable tableProduct;
|
|
|
|
|
+
|
|
|
|
|
+ private RoleDataTable tableRole;
|
|
|
|
|
+
|
|
|
|
|
+ private SupplierDataTable tableSupplier;
|
|
|
|
|
+
|
|
|
|
|
+ private UnitDataTable tableUnit;
|
|
|
|
|
+
|
|
|
|
|
+ private UserDataTable tableUser;
|
|
|
|
|
+
|
|
|
|
|
+ private vCatalogDataTable tablevCatalog;
|
|
|
|
|
+
|
|
|
|
|
+ private vOrdersDataTable tablevOrders;
|
|
|
|
|
+
|
|
|
|
|
+ private vw_UsersLoginDataTable tablevw_UsersLogin;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Order_Pickup;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Order_Status;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Order_User;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Item_Order;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Item_Product;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Pickup_City;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Product_Category;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Product_Manufacturer;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Product_Supplier;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_Product_Unit;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation relationFK_User_Role;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public qweDataSet() {
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
+ base.Tables.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
+ base.Relations.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected qweDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context, false) {
|
|
|
|
|
+ if ((this.IsBinarySerialized(info, context) == true)) {
|
|
|
|
|
+ this.InitVars(false);
|
|
|
|
|
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
+ this.Tables.CollectionChanged += schemaChangedHandler1;
|
|
|
|
|
+ this.Relations.CollectionChanged += schemaChangedHandler1;
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
|
|
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
|
|
|
|
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
|
|
|
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
|
|
|
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
|
|
|
+ if ((ds.Tables["Category"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new CategoryDataTable(ds.Tables["Category"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["City"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new CityDataTable(ds.Tables["City"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Manufacturer"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new ManufacturerDataTable(ds.Tables["Manufacturer"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Order"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderDataTable(ds.Tables["Order"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["OrderItem"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderItemDataTable(ds.Tables["OrderItem"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["OrderStatus"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderStatusDataTable(ds.Tables["OrderStatus"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["PickupPoint"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new PickupPointDataTable(ds.Tables["PickupPoint"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Product"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new ProductDataTable(ds.Tables["Product"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Role"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new RoleDataTable(ds.Tables["Role"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Supplier"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new SupplierDataTable(ds.Tables["Supplier"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Unit"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new UnitDataTable(ds.Tables["Unit"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["User"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new UserDataTable(ds.Tables["User"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vCatalog"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vCatalogDataTable(ds.Tables["vCatalog"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vOrders"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vOrdersDataTable(ds.Tables["vOrders"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vw_UsersLogin"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vw_UsersLoginDataTable(ds.Tables["vw_UsersLogin"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.DataSetName = ds.DataSetName;
|
|
|
|
|
+ this.Prefix = ds.Prefix;
|
|
|
|
|
+ this.Namespace = ds.Namespace;
|
|
|
|
|
+ this.Locale = ds.Locale;
|
|
|
|
|
+ this.CaseSensitive = ds.CaseSensitive;
|
|
|
|
|
+ this.EnforceConstraints = ds.EnforceConstraints;
|
|
|
|
|
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.GetSerializationData(info, context);
|
|
|
|
|
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
+ base.Tables.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
+ this.Relations.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public CategoryDataTable Category {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableCategory;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public CityDataTable City {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableCity;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public ManufacturerDataTable Manufacturer {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableManufacturer;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public OrderDataTable Order {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableOrder;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public OrderItemDataTable OrderItem {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableOrderItem;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public OrderStatusDataTable OrderStatus {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableOrderStatus;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public PickupPointDataTable PickupPoint {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tablePickupPoint;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public ProductDataTable Product {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableProduct;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public RoleDataTable Role {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableRole;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public SupplierDataTable Supplier {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableSupplier;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public UnitDataTable Unit {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableUnit;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public UserDataTable User {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tableUser;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public vCatalogDataTable vCatalog {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tablevCatalog;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public vOrdersDataTable vOrders {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tablevOrders;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
+ public vw_UsersLoginDataTable vw_UsersLogin {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.tablevw_UsersLogin;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.BrowsableAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
|
|
|
|
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._schemaSerializationMode;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._schemaSerializationMode = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
+ public new global::System.Data.DataTableCollection Tables {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return base.Tables;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
+ public new global::System.Data.DataRelationCollection Relations {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return base.Relations;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void InitializeDerivedDataSet() {
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataSet Clone() {
|
|
|
|
|
+ qweDataSet cln = ((qweDataSet)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override bool ShouldSerializeTables() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override bool ShouldSerializeRelations() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
|
|
|
|
|
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
|
|
|
+ this.Reset();
|
|
|
|
|
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
|
|
|
+ ds.ReadXml(reader);
|
|
|
|
|
+ if ((ds.Tables["Category"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new CategoryDataTable(ds.Tables["Category"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["City"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new CityDataTable(ds.Tables["City"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Manufacturer"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new ManufacturerDataTable(ds.Tables["Manufacturer"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Order"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderDataTable(ds.Tables["Order"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["OrderItem"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderItemDataTable(ds.Tables["OrderItem"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["OrderStatus"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new OrderStatusDataTable(ds.Tables["OrderStatus"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["PickupPoint"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new PickupPointDataTable(ds.Tables["PickupPoint"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Product"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new ProductDataTable(ds.Tables["Product"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Role"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new RoleDataTable(ds.Tables["Role"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Supplier"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new SupplierDataTable(ds.Tables["Supplier"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["Unit"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new UnitDataTable(ds.Tables["Unit"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["User"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new UserDataTable(ds.Tables["User"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vCatalog"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vCatalogDataTable(ds.Tables["vCatalog"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vOrders"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vOrdersDataTable(ds.Tables["vOrders"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ds.Tables["vw_UsersLogin"] != null)) {
|
|
|
|
|
+ base.Tables.Add(new vw_UsersLoginDataTable(ds.Tables["vw_UsersLogin"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.DataSetName = ds.DataSetName;
|
|
|
|
|
+ this.Prefix = ds.Prefix;
|
|
|
|
|
+ this.Namespace = ds.Namespace;
|
|
|
|
|
+ this.Locale = ds.Locale;
|
|
|
|
|
+ this.CaseSensitive = ds.CaseSensitive;
|
|
|
|
|
+ this.EnforceConstraints = ds.EnforceConstraints;
|
|
|
|
|
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.ReadXml(reader);
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
|
|
|
|
|
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
|
|
|
|
|
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
|
|
|
|
|
+ stream.Position = 0;
|
|
|
|
|
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.InitVars(true);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars(bool initTable) {
|
|
|
|
|
+ this.tableCategory = ((CategoryDataTable)(base.Tables["Category"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableCategory != null)) {
|
|
|
|
|
+ this.tableCategory.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableCity = ((CityDataTable)(base.Tables["City"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableCity != null)) {
|
|
|
|
|
+ this.tableCity.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableManufacturer = ((ManufacturerDataTable)(base.Tables["Manufacturer"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableManufacturer != null)) {
|
|
|
|
|
+ this.tableManufacturer.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableOrder = ((OrderDataTable)(base.Tables["Order"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableOrder != null)) {
|
|
|
|
|
+ this.tableOrder.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableOrderItem = ((OrderItemDataTable)(base.Tables["OrderItem"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableOrderItem != null)) {
|
|
|
|
|
+ this.tableOrderItem.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableOrderStatus = ((OrderStatusDataTable)(base.Tables["OrderStatus"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableOrderStatus != null)) {
|
|
|
|
|
+ this.tableOrderStatus.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tablePickupPoint = ((PickupPointDataTable)(base.Tables["PickupPoint"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tablePickupPoint != null)) {
|
|
|
|
|
+ this.tablePickupPoint.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableProduct = ((ProductDataTable)(base.Tables["Product"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableProduct != null)) {
|
|
|
|
|
+ this.tableProduct.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableRole = ((RoleDataTable)(base.Tables["Role"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableRole != null)) {
|
|
|
|
|
+ this.tableRole.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableSupplier = ((SupplierDataTable)(base.Tables["Supplier"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableSupplier != null)) {
|
|
|
|
|
+ this.tableSupplier.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableUnit = ((UnitDataTable)(base.Tables["Unit"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableUnit != null)) {
|
|
|
|
|
+ this.tableUnit.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tableUser = ((UserDataTable)(base.Tables["User"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tableUser != null)) {
|
|
|
|
|
+ this.tableUser.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tablevCatalog = ((vCatalogDataTable)(base.Tables["vCatalog"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tablevCatalog != null)) {
|
|
|
|
|
+ this.tablevCatalog.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tablevOrders = ((vOrdersDataTable)(base.Tables["vOrders"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tablevOrders != null)) {
|
|
|
|
|
+ this.tablevOrders.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.tablevw_UsersLogin = ((vw_UsersLoginDataTable)(base.Tables["vw_UsersLogin"]));
|
|
|
|
|
+ if ((initTable == true)) {
|
|
|
|
|
+ if ((this.tablevw_UsersLogin != null)) {
|
|
|
|
|
+ this.tablevw_UsersLogin.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ this.relationFK_Order_Pickup = this.Relations["FK_Order_Pickup"];
|
|
|
|
|
+ this.relationFK_Order_Status = this.Relations["FK_Order_Status"];
|
|
|
|
|
+ this.relationFK_Order_User = this.Relations["FK_Order_User"];
|
|
|
|
|
+ this.relationFK_Item_Order = this.Relations["FK_Item_Order"];
|
|
|
|
|
+ this.relationFK_Item_Product = this.Relations["FK_Item_Product"];
|
|
|
|
|
+ this.relationFK_Pickup_City = this.Relations["FK_Pickup_City"];
|
|
|
|
|
+ this.relationFK_Product_Category = this.Relations["FK_Product_Category"];
|
|
|
|
|
+ this.relationFK_Product_Manufacturer = this.Relations["FK_Product_Manufacturer"];
|
|
|
|
|
+ this.relationFK_Product_Supplier = this.Relations["FK_Product_Supplier"];
|
|
|
|
|
+ this.relationFK_Product_Unit = this.Relations["FK_Product_Unit"];
|
|
|
|
|
+ this.relationFK_User_Role = this.Relations["FK_User_Role"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.DataSetName = "qweDataSet";
|
|
|
|
|
+ this.Prefix = "";
|
|
|
|
|
+ this.Namespace = "http://tempuri.org/qweDataSet.xsd";
|
|
|
|
|
+ this.EnforceConstraints = true;
|
|
|
|
|
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
+ this.tableCategory = new CategoryDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableCategory);
|
|
|
|
|
+ this.tableCity = new CityDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableCity);
|
|
|
|
|
+ this.tableManufacturer = new ManufacturerDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableManufacturer);
|
|
|
|
|
+ this.tableOrder = new OrderDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableOrder);
|
|
|
|
|
+ this.tableOrderItem = new OrderItemDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableOrderItem);
|
|
|
|
|
+ this.tableOrderStatus = new OrderStatusDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableOrderStatus);
|
|
|
|
|
+ this.tablePickupPoint = new PickupPointDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tablePickupPoint);
|
|
|
|
|
+ this.tableProduct = new ProductDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableProduct);
|
|
|
|
|
+ this.tableRole = new RoleDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableRole);
|
|
|
|
|
+ this.tableSupplier = new SupplierDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableSupplier);
|
|
|
|
|
+ this.tableUnit = new UnitDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableUnit);
|
|
|
|
|
+ this.tableUser = new UserDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tableUser);
|
|
|
|
|
+ this.tablevCatalog = new vCatalogDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tablevCatalog);
|
|
|
|
|
+ this.tablevOrders = new vOrdersDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tablevOrders);
|
|
|
|
|
+ this.tablevw_UsersLogin = new vw_UsersLoginDataTable();
|
|
|
|
|
+ base.Tables.Add(this.tablevw_UsersLogin);
|
|
|
|
|
+ this.relationFK_Order_Pickup = new global::System.Data.DataRelation("FK_Order_Pickup", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tablePickupPoint.PickupPointIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrder.PickupPointIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Order_Pickup);
|
|
|
|
|
+ this.relationFK_Order_Status = new global::System.Data.DataRelation("FK_Order_Status", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrderStatus.StatusIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrder.StatusIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Order_Status);
|
|
|
|
|
+ this.relationFK_Order_User = new global::System.Data.DataRelation("FK_Order_User", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableUser.UserIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrder.ClientUserIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Order_User);
|
|
|
|
|
+ this.relationFK_Item_Order = new global::System.Data.DataRelation("FK_Item_Order", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrder.OrderIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrderItem.OrderIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Item_Order);
|
|
|
|
|
+ this.relationFK_Item_Product = new global::System.Data.DataRelation("FK_Item_Product", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableProduct.ArticleColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableOrderItem.ArticleColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Item_Product);
|
|
|
|
|
+ this.relationFK_Pickup_City = new global::System.Data.DataRelation("FK_Pickup_City", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableCity.CityIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tablePickupPoint.CityIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Pickup_City);
|
|
|
|
|
+ this.relationFK_Product_Category = new global::System.Data.DataRelation("FK_Product_Category", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableCategory.CategoryIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableProduct.CategoryIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Product_Category);
|
|
|
|
|
+ this.relationFK_Product_Manufacturer = new global::System.Data.DataRelation("FK_Product_Manufacturer", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableManufacturer.ManufacturerIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableProduct.ManufacturerIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Product_Manufacturer);
|
|
|
|
|
+ this.relationFK_Product_Supplier = new global::System.Data.DataRelation("FK_Product_Supplier", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableSupplier.SupplierIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableProduct.SupplierIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Product_Supplier);
|
|
|
|
|
+ this.relationFK_Product_Unit = new global::System.Data.DataRelation("FK_Product_Unit", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableUnit.UnitIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableProduct.UnitIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_Product_Unit);
|
|
|
|
|
+ this.relationFK_User_Role = new global::System.Data.DataRelation("FK_User_Role", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableRole.RoleIdColumn}, new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.tableUser.RoleIdColumn}, false);
|
|
|
|
|
+ this.Relations.Add(this.relationFK_User_Role);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeCategory() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeCity() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeManufacturer() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeOrder() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeOrderItem() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeOrderStatus() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializePickupPoint() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeProduct() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeRole() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeSupplier() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeUnit() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializeUser() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializevCatalog() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializevOrders() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private bool ShouldSerializevw_UsersLogin() {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
|
|
|
|
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any.Namespace = ds.Namespace;
|
|
|
|
|
+ sequence.Items.Add(any);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void CategoryRowChangeEventHandler(object sender, CategoryRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void CityRowChangeEventHandler(object sender, CityRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void ManufacturerRowChangeEventHandler(object sender, ManufacturerRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void OrderRowChangeEventHandler(object sender, OrderRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void OrderItemRowChangeEventHandler(object sender, OrderItemRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void OrderStatusRowChangeEventHandler(object sender, OrderStatusRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void PickupPointRowChangeEventHandler(object sender, PickupPointRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void ProductRowChangeEventHandler(object sender, ProductRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void RoleRowChangeEventHandler(object sender, RoleRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void SupplierRowChangeEventHandler(object sender, SupplierRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void UnitRowChangeEventHandler(object sender, UnitRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void UserRowChangeEventHandler(object sender, UserRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void vCatalogRowChangeEventHandler(object sender, vCatalogRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void vOrdersRowChangeEventHandler(object sender, vOrdersRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public delegate void vw_UsersLoginRowChangeEventHandler(object sender, vw_UsersLoginRowChangeEvent e);
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class CategoryDataTable : global::System.Data.TypedTableBase<CategoryRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCategoryId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCategoryName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryDataTable() {
|
|
|
|
|
+ this.TableName = "Category";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal CategoryDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected CategoryDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CategoryIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCategoryId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CategoryNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCategoryName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((CategoryRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CategoryRowChangeEventHandler CategoryRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CategoryRowChangeEventHandler CategoryRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CategoryRowChangeEventHandler CategoryRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CategoryRowChangeEventHandler CategoryRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddCategoryRow(CategoryRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow AddCategoryRow(string CategoryName) {
|
|
|
|
|
+ CategoryRow rowCategoryRow = ((CategoryRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ CategoryName};
|
|
|
|
|
+ rowCategoryRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowCategoryRow);
|
|
|
|
|
+ return rowCategoryRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow FindByCategoryId(int CategoryId) {
|
|
|
|
|
+ return ((CategoryRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ CategoryId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ CategoryDataTable cln = ((CategoryDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new CategoryDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnCategoryId = base.Columns["CategoryId"];
|
|
|
|
|
+ this.columnCategoryName = base.Columns["CategoryName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnCategoryId = new global::System.Data.DataColumn("CategoryId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCategoryId);
|
|
|
|
|
+ this.columnCategoryName = new global::System.Data.DataColumn("CategoryName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCategoryName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnCategoryId}, true));
|
|
|
|
|
+ this.columnCategoryId.AutoIncrement = true;
|
|
|
|
|
+ this.columnCategoryId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnCategoryId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnCategoryId.AllowDBNull = false;
|
|
|
|
|
+ this.columnCategoryId.ReadOnly = true;
|
|
|
|
|
+ this.columnCategoryId.Unique = true;
|
|
|
|
|
+ this.columnCategoryName.AllowDBNull = false;
|
|
|
|
|
+ this.columnCategoryName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow NewCategoryRow() {
|
|
|
|
|
+ return ((CategoryRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new CategoryRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(CategoryRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.CategoryRowChanged != null)) {
|
|
|
|
|
+ this.CategoryRowChanged(this, new CategoryRowChangeEvent(((CategoryRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.CategoryRowChanging != null)) {
|
|
|
|
|
+ this.CategoryRowChanging(this, new CategoryRowChangeEvent(((CategoryRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.CategoryRowDeleted != null)) {
|
|
|
|
|
+ this.CategoryRowDeleted(this, new CategoryRowChangeEvent(((CategoryRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.CategoryRowDeleting != null)) {
|
|
|
|
|
+ this.CategoryRowDeleting(this, new CategoryRowChangeEvent(((CategoryRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveCategoryRow(CategoryRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "CategoryDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class CityDataTable : global::System.Data.TypedTableBase<CityRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCityId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCityName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityDataTable() {
|
|
|
|
|
+ this.TableName = "City";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal CityDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected CityDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CityIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCityId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CityNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCityName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((CityRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CityRowChangeEventHandler CityRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CityRowChangeEventHandler CityRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CityRowChangeEventHandler CityRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event CityRowChangeEventHandler CityRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddCityRow(CityRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow AddCityRow(string CityName) {
|
|
|
|
|
+ CityRow rowCityRow = ((CityRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ CityName};
|
|
|
|
|
+ rowCityRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowCityRow);
|
|
|
|
|
+ return rowCityRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow FindByCityId(int CityId) {
|
|
|
|
|
+ return ((CityRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ CityId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ CityDataTable cln = ((CityDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new CityDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnCityId = base.Columns["CityId"];
|
|
|
|
|
+ this.columnCityName = base.Columns["CityName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnCityId = new global::System.Data.DataColumn("CityId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCityId);
|
|
|
|
|
+ this.columnCityName = new global::System.Data.DataColumn("CityName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCityName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnCityId}, true));
|
|
|
|
|
+ this.columnCityId.AutoIncrement = true;
|
|
|
|
|
+ this.columnCityId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnCityId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnCityId.AllowDBNull = false;
|
|
|
|
|
+ this.columnCityId.ReadOnly = true;
|
|
|
|
|
+ this.columnCityId.Unique = true;
|
|
|
|
|
+ this.columnCityName.AllowDBNull = false;
|
|
|
|
|
+ this.columnCityName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow NewCityRow() {
|
|
|
|
|
+ return ((CityRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new CityRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(CityRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.CityRowChanged != null)) {
|
|
|
|
|
+ this.CityRowChanged(this, new CityRowChangeEvent(((CityRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.CityRowChanging != null)) {
|
|
|
|
|
+ this.CityRowChanging(this, new CityRowChangeEvent(((CityRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.CityRowDeleted != null)) {
|
|
|
|
|
+ this.CityRowDeleted(this, new CityRowChangeEvent(((CityRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.CityRowDeleting != null)) {
|
|
|
|
|
+ this.CityRowDeleting(this, new CityRowChangeEvent(((CityRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveCityRow(CityRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "CityDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class ManufacturerDataTable : global::System.Data.TypedTableBase<ManufacturerRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnManufacturerId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnManufacturerName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerDataTable() {
|
|
|
|
|
+ this.TableName = "Manufacturer";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal ManufacturerDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected ManufacturerDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ManufacturerIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnManufacturerId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ManufacturerNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnManufacturerName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((ManufacturerRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ManufacturerRowChangeEventHandler ManufacturerRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ManufacturerRowChangeEventHandler ManufacturerRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ManufacturerRowChangeEventHandler ManufacturerRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ManufacturerRowChangeEventHandler ManufacturerRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddManufacturerRow(ManufacturerRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow AddManufacturerRow(string ManufacturerName) {
|
|
|
|
|
+ ManufacturerRow rowManufacturerRow = ((ManufacturerRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ ManufacturerName};
|
|
|
|
|
+ rowManufacturerRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowManufacturerRow);
|
|
|
|
|
+ return rowManufacturerRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow FindByManufacturerId(int ManufacturerId) {
|
|
|
|
|
+ return ((ManufacturerRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ ManufacturerId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ ManufacturerDataTable cln = ((ManufacturerDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new ManufacturerDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnManufacturerId = base.Columns["ManufacturerId"];
|
|
|
|
|
+ this.columnManufacturerName = base.Columns["ManufacturerName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnManufacturerId = new global::System.Data.DataColumn("ManufacturerId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnManufacturerId);
|
|
|
|
|
+ this.columnManufacturerName = new global::System.Data.DataColumn("ManufacturerName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnManufacturerName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnManufacturerId}, true));
|
|
|
|
|
+ this.columnManufacturerId.AutoIncrement = true;
|
|
|
|
|
+ this.columnManufacturerId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnManufacturerId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnManufacturerId.AllowDBNull = false;
|
|
|
|
|
+ this.columnManufacturerId.ReadOnly = true;
|
|
|
|
|
+ this.columnManufacturerId.Unique = true;
|
|
|
|
|
+ this.columnManufacturerName.AllowDBNull = false;
|
|
|
|
|
+ this.columnManufacturerName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow NewManufacturerRow() {
|
|
|
|
|
+ return ((ManufacturerRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new ManufacturerRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(ManufacturerRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.ManufacturerRowChanged != null)) {
|
|
|
|
|
+ this.ManufacturerRowChanged(this, new ManufacturerRowChangeEvent(((ManufacturerRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.ManufacturerRowChanging != null)) {
|
|
|
|
|
+ this.ManufacturerRowChanging(this, new ManufacturerRowChangeEvent(((ManufacturerRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.ManufacturerRowDeleted != null)) {
|
|
|
|
|
+ this.ManufacturerRowDeleted(this, new ManufacturerRowChangeEvent(((ManufacturerRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.ManufacturerRowDeleting != null)) {
|
|
|
|
|
+ this.ManufacturerRowDeleting(this, new ManufacturerRowChangeEvent(((ManufacturerRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveManufacturerRow(ManufacturerRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "ManufacturerDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class OrderDataTable : global::System.Data.TypedTableBase<OrderRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnOrderId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnOrderDate;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnDeliveryDate;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPickupPointId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnClientUserId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnReceiveCode;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnStatusId;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderDataTable() {
|
|
|
|
|
+ this.TableName = "Order";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected OrderDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn OrderIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnOrderId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn OrderDateColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnOrderDate;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn DeliveryDateColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnDeliveryDate;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PickupPointIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPickupPointId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ClientUserIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnClientUserId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ReceiveCodeColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnReceiveCode;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn StatusIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnStatusId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((OrderRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderRowChangeEventHandler OrderRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderRowChangeEventHandler OrderRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderRowChangeEventHandler OrderRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderRowChangeEventHandler OrderRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddOrderRow(OrderRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow AddOrderRow(int OrderId, System.DateTime OrderDate, System.DateTime DeliveryDate, PickupPointRow parentPickupPointRowByFK_Order_Pickup, UserRow parentUserRowByFK_Order_User, int ReceiveCode, OrderStatusRow parentOrderStatusRowByFK_Order_Status) {
|
|
|
|
|
+ OrderRow rowOrderRow = ((OrderRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ OrderId,
|
|
|
|
|
+ OrderDate,
|
|
|
|
|
+ DeliveryDate,
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ ReceiveCode,
|
|
|
|
|
+ null};
|
|
|
|
|
+ if ((parentPickupPointRowByFK_Order_Pickup != null)) {
|
|
|
|
|
+ columnValuesArray[3] = parentPickupPointRowByFK_Order_Pickup[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentUserRowByFK_Order_User != null)) {
|
|
|
|
|
+ columnValuesArray[4] = parentUserRowByFK_Order_User[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentOrderStatusRowByFK_Order_Status != null)) {
|
|
|
|
|
+ columnValuesArray[6] = parentOrderStatusRowByFK_Order_Status[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ rowOrderRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowOrderRow);
|
|
|
|
|
+ return rowOrderRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow FindByOrderId(int OrderId) {
|
|
|
|
|
+ return ((OrderRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ OrderId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ OrderDataTable cln = ((OrderDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new OrderDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnOrderId = base.Columns["OrderId"];
|
|
|
|
|
+ this.columnOrderDate = base.Columns["OrderDate"];
|
|
|
|
|
+ this.columnDeliveryDate = base.Columns["DeliveryDate"];
|
|
|
|
|
+ this.columnPickupPointId = base.Columns["PickupPointId"];
|
|
|
|
|
+ this.columnClientUserId = base.Columns["ClientUserId"];
|
|
|
|
|
+ this.columnReceiveCode = base.Columns["ReceiveCode"];
|
|
|
|
|
+ this.columnStatusId = base.Columns["StatusId"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnOrderId = new global::System.Data.DataColumn("OrderId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnOrderId);
|
|
|
|
|
+ this.columnOrderDate = new global::System.Data.DataColumn("OrderDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnOrderDate);
|
|
|
|
|
+ this.columnDeliveryDate = new global::System.Data.DataColumn("DeliveryDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnDeliveryDate);
|
|
|
|
|
+ this.columnPickupPointId = new global::System.Data.DataColumn("PickupPointId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPickupPointId);
|
|
|
|
|
+ this.columnClientUserId = new global::System.Data.DataColumn("ClientUserId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnClientUserId);
|
|
|
|
|
+ this.columnReceiveCode = new global::System.Data.DataColumn("ReceiveCode", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnReceiveCode);
|
|
|
|
|
+ this.columnStatusId = new global::System.Data.DataColumn("StatusId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnStatusId);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnOrderId}, true));
|
|
|
|
|
+ this.columnOrderId.AllowDBNull = false;
|
|
|
|
|
+ this.columnOrderId.Unique = true;
|
|
|
|
|
+ this.columnPickupPointId.AllowDBNull = false;
|
|
|
|
|
+ this.columnStatusId.AllowDBNull = false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow NewOrderRow() {
|
|
|
|
|
+ return ((OrderRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new OrderRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(OrderRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.OrderRowChanged != null)) {
|
|
|
|
|
+ this.OrderRowChanged(this, new OrderRowChangeEvent(((OrderRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.OrderRowChanging != null)) {
|
|
|
|
|
+ this.OrderRowChanging(this, new OrderRowChangeEvent(((OrderRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.OrderRowDeleted != null)) {
|
|
|
|
|
+ this.OrderRowDeleted(this, new OrderRowChangeEvent(((OrderRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.OrderRowDeleting != null)) {
|
|
|
|
|
+ this.OrderRowDeleting(this, new OrderRowChangeEvent(((OrderRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveOrderRow(OrderRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "OrderDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class OrderItemDataTable : global::System.Data.TypedTableBase<OrderItemRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnOrderItemId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnOrderId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnArticle;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnQuantity;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemDataTable() {
|
|
|
|
|
+ this.TableName = "OrderItem";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderItemDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected OrderItemDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn OrderItemIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnOrderItemId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn OrderIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnOrderId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ArticleColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnArticle;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn QuantityColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnQuantity;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((OrderItemRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderItemRowChangeEventHandler OrderItemRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderItemRowChangeEventHandler OrderItemRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderItemRowChangeEventHandler OrderItemRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderItemRowChangeEventHandler OrderItemRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddOrderItemRow(OrderItemRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow AddOrderItemRow(OrderRow parentOrderRowByFK_Item_Order, ProductRow parentProductRowByFK_Item_Product, int Quantity) {
|
|
|
|
|
+ OrderItemRow rowOrderItemRow = ((OrderItemRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ Quantity};
|
|
|
|
|
+ if ((parentOrderRowByFK_Item_Order != null)) {
|
|
|
|
|
+ columnValuesArray[1] = parentOrderRowByFK_Item_Order[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentProductRowByFK_Item_Product != null)) {
|
|
|
|
|
+ columnValuesArray[2] = parentProductRowByFK_Item_Product[1];
|
|
|
|
|
+ }
|
|
|
|
|
+ rowOrderItemRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowOrderItemRow);
|
|
|
|
|
+ return rowOrderItemRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow FindByOrderItemId(int OrderItemId) {
|
|
|
|
|
+ return ((OrderItemRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ OrderItemId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ OrderItemDataTable cln = ((OrderItemDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new OrderItemDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnOrderItemId = base.Columns["OrderItemId"];
|
|
|
|
|
+ this.columnOrderId = base.Columns["OrderId"];
|
|
|
|
|
+ this.columnArticle = base.Columns["Article"];
|
|
|
|
|
+ this.columnQuantity = base.Columns["Quantity"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnOrderItemId = new global::System.Data.DataColumn("OrderItemId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnOrderItemId);
|
|
|
|
|
+ this.columnOrderId = new global::System.Data.DataColumn("OrderId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnOrderId);
|
|
|
|
|
+ this.columnArticle = new global::System.Data.DataColumn("Article", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnArticle);
|
|
|
|
|
+ this.columnQuantity = new global::System.Data.DataColumn("Quantity", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnQuantity);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnOrderItemId}, true));
|
|
|
|
|
+ this.columnOrderItemId.AutoIncrement = true;
|
|
|
|
|
+ this.columnOrderItemId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnOrderItemId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnOrderItemId.AllowDBNull = false;
|
|
|
|
|
+ this.columnOrderItemId.ReadOnly = true;
|
|
|
|
|
+ this.columnOrderItemId.Unique = true;
|
|
|
|
|
+ this.columnOrderId.AllowDBNull = false;
|
|
|
|
|
+ this.columnArticle.AllowDBNull = false;
|
|
|
|
|
+ this.columnArticle.MaxLength = 50;
|
|
|
|
|
+ this.columnQuantity.AllowDBNull = false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow NewOrderItemRow() {
|
|
|
|
|
+ return ((OrderItemRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new OrderItemRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(OrderItemRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.OrderItemRowChanged != null)) {
|
|
|
|
|
+ this.OrderItemRowChanged(this, new OrderItemRowChangeEvent(((OrderItemRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.OrderItemRowChanging != null)) {
|
|
|
|
|
+ this.OrderItemRowChanging(this, new OrderItemRowChangeEvent(((OrderItemRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.OrderItemRowDeleted != null)) {
|
|
|
|
|
+ this.OrderItemRowDeleted(this, new OrderItemRowChangeEvent(((OrderItemRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.OrderItemRowDeleting != null)) {
|
|
|
|
|
+ this.OrderItemRowDeleting(this, new OrderItemRowChangeEvent(((OrderItemRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveOrderItemRow(OrderItemRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "OrderItemDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class OrderStatusDataTable : global::System.Data.TypedTableBase<OrderStatusRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnStatusId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnStatusName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusDataTable() {
|
|
|
|
|
+ this.TableName = "OrderStatus";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderStatusDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected OrderStatusDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn StatusIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnStatusId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn StatusNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnStatusName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((OrderStatusRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderStatusRowChangeEventHandler OrderStatusRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderStatusRowChangeEventHandler OrderStatusRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderStatusRowChangeEventHandler OrderStatusRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event OrderStatusRowChangeEventHandler OrderStatusRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddOrderStatusRow(OrderStatusRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow AddOrderStatusRow(string StatusName) {
|
|
|
|
|
+ OrderStatusRow rowOrderStatusRow = ((OrderStatusRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ StatusName};
|
|
|
|
|
+ rowOrderStatusRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowOrderStatusRow);
|
|
|
|
|
+ return rowOrderStatusRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow FindByStatusId(int StatusId) {
|
|
|
|
|
+ return ((OrderStatusRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ StatusId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ OrderStatusDataTable cln = ((OrderStatusDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new OrderStatusDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnStatusId = base.Columns["StatusId"];
|
|
|
|
|
+ this.columnStatusName = base.Columns["StatusName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnStatusId = new global::System.Data.DataColumn("StatusId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnStatusId);
|
|
|
|
|
+ this.columnStatusName = new global::System.Data.DataColumn("StatusName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnStatusName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnStatusId}, true));
|
|
|
|
|
+ this.columnStatusId.AutoIncrement = true;
|
|
|
|
|
+ this.columnStatusId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnStatusId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnStatusId.AllowDBNull = false;
|
|
|
|
|
+ this.columnStatusId.ReadOnly = true;
|
|
|
|
|
+ this.columnStatusId.Unique = true;
|
|
|
|
|
+ this.columnStatusName.AllowDBNull = false;
|
|
|
|
|
+ this.columnStatusName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow NewOrderStatusRow() {
|
|
|
|
|
+ return ((OrderStatusRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new OrderStatusRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(OrderStatusRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.OrderStatusRowChanged != null)) {
|
|
|
|
|
+ this.OrderStatusRowChanged(this, new OrderStatusRowChangeEvent(((OrderStatusRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.OrderStatusRowChanging != null)) {
|
|
|
|
|
+ this.OrderStatusRowChanging(this, new OrderStatusRowChangeEvent(((OrderStatusRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.OrderStatusRowDeleted != null)) {
|
|
|
|
|
+ this.OrderStatusRowDeleted(this, new OrderStatusRowChangeEvent(((OrderStatusRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.OrderStatusRowDeleting != null)) {
|
|
|
|
|
+ this.OrderStatusRowDeleting(this, new OrderStatusRowChangeEvent(((OrderStatusRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveOrderStatusRow(OrderStatusRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "OrderStatusDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class PickupPointDataTable : global::System.Data.TypedTableBase<PickupPointRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPickupPointId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPostalCode;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCityId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnStreet;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnHouse;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointDataTable() {
|
|
|
|
|
+ this.TableName = "PickupPoint";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal PickupPointDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected PickupPointDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PickupPointIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPickupPointId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PostalCodeColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPostalCode;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CityIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCityId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn StreetColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnStreet;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn HouseColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnHouse;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((PickupPointRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event PickupPointRowChangeEventHandler PickupPointRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event PickupPointRowChangeEventHandler PickupPointRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event PickupPointRowChangeEventHandler PickupPointRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event PickupPointRowChangeEventHandler PickupPointRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddPickupPointRow(PickupPointRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow AddPickupPointRow(int PickupPointId, string PostalCode, CityRow parentCityRowByFK_Pickup_City, string Street, string House) {
|
|
|
|
|
+ PickupPointRow rowPickupPointRow = ((PickupPointRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ PickupPointId,
|
|
|
|
|
+ PostalCode,
|
|
|
|
|
+ null,
|
|
|
|
|
+ Street,
|
|
|
|
|
+ House};
|
|
|
|
|
+ if ((parentCityRowByFK_Pickup_City != null)) {
|
|
|
|
|
+ columnValuesArray[2] = parentCityRowByFK_Pickup_City[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ rowPickupPointRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowPickupPointRow);
|
|
|
|
|
+ return rowPickupPointRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow FindByPickupPointId(int PickupPointId) {
|
|
|
|
|
+ return ((PickupPointRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ PickupPointId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ PickupPointDataTable cln = ((PickupPointDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new PickupPointDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnPickupPointId = base.Columns["PickupPointId"];
|
|
|
|
|
+ this.columnPostalCode = base.Columns["PostalCode"];
|
|
|
|
|
+ this.columnCityId = base.Columns["CityId"];
|
|
|
|
|
+ this.columnStreet = base.Columns["Street"];
|
|
|
|
|
+ this.columnHouse = base.Columns["House"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnPickupPointId = new global::System.Data.DataColumn("PickupPointId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPickupPointId);
|
|
|
|
|
+ this.columnPostalCode = new global::System.Data.DataColumn("PostalCode", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPostalCode);
|
|
|
|
|
+ this.columnCityId = new global::System.Data.DataColumn("CityId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCityId);
|
|
|
|
|
+ this.columnStreet = new global::System.Data.DataColumn("Street", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnStreet);
|
|
|
|
|
+ this.columnHouse = new global::System.Data.DataColumn("House", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnHouse);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnPickupPointId}, true));
|
|
|
|
|
+ this.columnPickupPointId.AllowDBNull = false;
|
|
|
|
|
+ this.columnPickupPointId.Unique = true;
|
|
|
|
|
+ this.columnPostalCode.AllowDBNull = false;
|
|
|
|
|
+ this.columnPostalCode.MaxLength = 50;
|
|
|
|
|
+ this.columnCityId.AllowDBNull = false;
|
|
|
|
|
+ this.columnStreet.AllowDBNull = false;
|
|
|
|
|
+ this.columnStreet.MaxLength = 50;
|
|
|
|
|
+ this.columnHouse.AllowDBNull = false;
|
|
|
|
|
+ this.columnHouse.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow NewPickupPointRow() {
|
|
|
|
|
+ return ((PickupPointRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new PickupPointRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(PickupPointRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.PickupPointRowChanged != null)) {
|
|
|
|
|
+ this.PickupPointRowChanged(this, new PickupPointRowChangeEvent(((PickupPointRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.PickupPointRowChanging != null)) {
|
|
|
|
|
+ this.PickupPointRowChanging(this, new PickupPointRowChangeEvent(((PickupPointRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.PickupPointRowDeleted != null)) {
|
|
|
|
|
+ this.PickupPointRowDeleted(this, new PickupPointRowChangeEvent(((PickupPointRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.PickupPointRowDeleting != null)) {
|
|
|
|
|
+ this.PickupPointRowDeleting(this, new PickupPointRowChangeEvent(((PickupPointRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemovePickupPointRow(PickupPointRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "PickupPointDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class ProductDataTable : global::System.Data.TypedTableBase<ProductRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnProductId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnArticle;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnName;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnUnitId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPrice;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnSupplierId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnManufacturerId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnCategoryId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnDiscount;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnStock;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnDescription;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPhoto;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductDataTable() {
|
|
|
|
|
+ this.TableName = "Product";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal ProductDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected ProductDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ProductIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnProductId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ArticleColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnArticle;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn NameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn UnitIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnUnitId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PriceColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPrice;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn SupplierIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnSupplierId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ManufacturerIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnManufacturerId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn CategoryIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnCategoryId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn DiscountColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnDiscount;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn StockColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnStock;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn DescriptionColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnDescription;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PhotoColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPhoto;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((ProductRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ProductRowChangeEventHandler ProductRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ProductRowChangeEventHandler ProductRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ProductRowChangeEventHandler ProductRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event ProductRowChangeEventHandler ProductRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddProductRow(ProductRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow AddProductRow(string Article, string Name, UnitRow parentUnitRowByFK_Product_Unit, decimal Price, SupplierRow parentSupplierRowByFK_Product_Supplier, ManufacturerRow parentManufacturerRowByFK_Product_Manufacturer, CategoryRow parentCategoryRowByFK_Product_Category, int Discount, int Stock, string Description, string Photo) {
|
|
|
|
|
+ ProductRow rowProductRow = ((ProductRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ Article,
|
|
|
|
|
+ Name,
|
|
|
|
|
+ null,
|
|
|
|
|
+ Price,
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ Discount,
|
|
|
|
|
+ Stock,
|
|
|
|
|
+ Description,
|
|
|
|
|
+ Photo};
|
|
|
|
|
+ if ((parentUnitRowByFK_Product_Unit != null)) {
|
|
|
|
|
+ columnValuesArray[3] = parentUnitRowByFK_Product_Unit[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentSupplierRowByFK_Product_Supplier != null)) {
|
|
|
|
|
+ columnValuesArray[5] = parentSupplierRowByFK_Product_Supplier[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentManufacturerRowByFK_Product_Manufacturer != null)) {
|
|
|
|
|
+ columnValuesArray[6] = parentManufacturerRowByFK_Product_Manufacturer[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((parentCategoryRowByFK_Product_Category != null)) {
|
|
|
|
|
+ columnValuesArray[7] = parentCategoryRowByFK_Product_Category[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ rowProductRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowProductRow);
|
|
|
|
|
+ return rowProductRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow FindByProductId(int ProductId) {
|
|
|
|
|
+ return ((ProductRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ ProductId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ ProductDataTable cln = ((ProductDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new ProductDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnProductId = base.Columns["ProductId"];
|
|
|
|
|
+ this.columnArticle = base.Columns["Article"];
|
|
|
|
|
+ this.columnName = base.Columns["Name"];
|
|
|
|
|
+ this.columnUnitId = base.Columns["UnitId"];
|
|
|
|
|
+ this.columnPrice = base.Columns["Price"];
|
|
|
|
|
+ this.columnSupplierId = base.Columns["SupplierId"];
|
|
|
|
|
+ this.columnManufacturerId = base.Columns["ManufacturerId"];
|
|
|
|
|
+ this.columnCategoryId = base.Columns["CategoryId"];
|
|
|
|
|
+ this.columnDiscount = base.Columns["Discount"];
|
|
|
|
|
+ this.columnStock = base.Columns["Stock"];
|
|
|
|
|
+ this.columnDescription = base.Columns["Description"];
|
|
|
|
|
+ this.columnPhoto = base.Columns["Photo"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnProductId = new global::System.Data.DataColumn("ProductId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnProductId);
|
|
|
|
|
+ this.columnArticle = new global::System.Data.DataColumn("Article", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnArticle);
|
|
|
|
|
+ this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnName);
|
|
|
|
|
+ this.columnUnitId = new global::System.Data.DataColumn("UnitId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnUnitId);
|
|
|
|
|
+ this.columnPrice = new global::System.Data.DataColumn("Price", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPrice);
|
|
|
|
|
+ this.columnSupplierId = new global::System.Data.DataColumn("SupplierId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnSupplierId);
|
|
|
|
|
+ this.columnManufacturerId = new global::System.Data.DataColumn("ManufacturerId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnManufacturerId);
|
|
|
|
|
+ this.columnCategoryId = new global::System.Data.DataColumn("CategoryId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnCategoryId);
|
|
|
|
|
+ this.columnDiscount = new global::System.Data.DataColumn("Discount", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnDiscount);
|
|
|
|
|
+ this.columnStock = new global::System.Data.DataColumn("Stock", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnStock);
|
|
|
|
|
+ this.columnDescription = new global::System.Data.DataColumn("Description", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnDescription);
|
|
|
|
|
+ this.columnPhoto = new global::System.Data.DataColumn("Photo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPhoto);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnProductId}, true));
|
|
|
|
|
+ this.columnProductId.AutoIncrement = true;
|
|
|
|
|
+ this.columnProductId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnProductId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnProductId.AllowDBNull = false;
|
|
|
|
|
+ this.columnProductId.ReadOnly = true;
|
|
|
|
|
+ this.columnProductId.Unique = true;
|
|
|
|
|
+ this.columnArticle.AllowDBNull = false;
|
|
|
|
|
+ this.columnArticle.MaxLength = 50;
|
|
|
|
|
+ this.columnName.AllowDBNull = false;
|
|
|
|
|
+ this.columnName.MaxLength = 150;
|
|
|
|
|
+ this.columnUnitId.AllowDBNull = false;
|
|
|
|
|
+ this.columnPrice.AllowDBNull = false;
|
|
|
|
|
+ this.columnSupplierId.AllowDBNull = false;
|
|
|
|
|
+ this.columnManufacturerId.AllowDBNull = false;
|
|
|
|
|
+ this.columnCategoryId.AllowDBNull = false;
|
|
|
|
|
+ this.columnDiscount.AllowDBNull = false;
|
|
|
|
|
+ this.columnStock.AllowDBNull = false;
|
|
|
|
|
+ this.columnDescription.MaxLength = 2147483647;
|
|
|
|
|
+ this.columnPhoto.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow NewProductRow() {
|
|
|
|
|
+ return ((ProductRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new ProductRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(ProductRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.ProductRowChanged != null)) {
|
|
|
|
|
+ this.ProductRowChanged(this, new ProductRowChangeEvent(((ProductRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.ProductRowChanging != null)) {
|
|
|
|
|
+ this.ProductRowChanging(this, new ProductRowChangeEvent(((ProductRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.ProductRowDeleted != null)) {
|
|
|
|
|
+ this.ProductRowDeleted(this, new ProductRowChangeEvent(((ProductRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.ProductRowDeleting != null)) {
|
|
|
|
|
+ this.ProductRowDeleting(this, new ProductRowChangeEvent(((ProductRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveProductRow(ProductRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "ProductDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class RoleDataTable : global::System.Data.TypedTableBase<RoleRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnRoleId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnRoleName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleDataTable() {
|
|
|
|
|
+ this.TableName = "Role";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal RoleDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected RoleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn RoleIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnRoleId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn RoleNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnRoleName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((RoleRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event RoleRowChangeEventHandler RoleRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event RoleRowChangeEventHandler RoleRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event RoleRowChangeEventHandler RoleRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event RoleRowChangeEventHandler RoleRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddRoleRow(RoleRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow AddRoleRow(string RoleName) {
|
|
|
|
|
+ RoleRow rowRoleRow = ((RoleRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ RoleName};
|
|
|
|
|
+ rowRoleRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowRoleRow);
|
|
|
|
|
+ return rowRoleRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow FindByRoleId(int RoleId) {
|
|
|
|
|
+ return ((RoleRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ RoleId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ RoleDataTable cln = ((RoleDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new RoleDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnRoleId = base.Columns["RoleId"];
|
|
|
|
|
+ this.columnRoleName = base.Columns["RoleName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnRoleId = new global::System.Data.DataColumn("RoleId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnRoleId);
|
|
|
|
|
+ this.columnRoleName = new global::System.Data.DataColumn("RoleName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnRoleName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnRoleId}, true));
|
|
|
|
|
+ this.columnRoleId.AutoIncrement = true;
|
|
|
|
|
+ this.columnRoleId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnRoleId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnRoleId.AllowDBNull = false;
|
|
|
|
|
+ this.columnRoleId.ReadOnly = true;
|
|
|
|
|
+ this.columnRoleId.Unique = true;
|
|
|
|
|
+ this.columnRoleName.AllowDBNull = false;
|
|
|
|
|
+ this.columnRoleName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow NewRoleRow() {
|
|
|
|
|
+ return ((RoleRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new RoleRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(RoleRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.RoleRowChanged != null)) {
|
|
|
|
|
+ this.RoleRowChanged(this, new RoleRowChangeEvent(((RoleRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.RoleRowChanging != null)) {
|
|
|
|
|
+ this.RoleRowChanging(this, new RoleRowChangeEvent(((RoleRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.RoleRowDeleted != null)) {
|
|
|
|
|
+ this.RoleRowDeleted(this, new RoleRowChangeEvent(((RoleRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.RoleRowDeleting != null)) {
|
|
|
|
|
+ this.RoleRowDeleting(this, new RoleRowChangeEvent(((RoleRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveRoleRow(RoleRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "RoleDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class SupplierDataTable : global::System.Data.TypedTableBase<SupplierRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnSupplierId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnSupplierName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierDataTable() {
|
|
|
|
|
+ this.TableName = "Supplier";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal SupplierDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected SupplierDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn SupplierIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnSupplierId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn SupplierNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnSupplierName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((SupplierRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event SupplierRowChangeEventHandler SupplierRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event SupplierRowChangeEventHandler SupplierRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event SupplierRowChangeEventHandler SupplierRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event SupplierRowChangeEventHandler SupplierRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddSupplierRow(SupplierRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow AddSupplierRow(string SupplierName) {
|
|
|
|
|
+ SupplierRow rowSupplierRow = ((SupplierRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ SupplierName};
|
|
|
|
|
+ rowSupplierRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowSupplierRow);
|
|
|
|
|
+ return rowSupplierRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow FindBySupplierId(int SupplierId) {
|
|
|
|
|
+ return ((SupplierRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ SupplierId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ SupplierDataTable cln = ((SupplierDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new SupplierDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnSupplierId = base.Columns["SupplierId"];
|
|
|
|
|
+ this.columnSupplierName = base.Columns["SupplierName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnSupplierId = new global::System.Data.DataColumn("SupplierId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnSupplierId);
|
|
|
|
|
+ this.columnSupplierName = new global::System.Data.DataColumn("SupplierName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnSupplierName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnSupplierId}, true));
|
|
|
|
|
+ this.columnSupplierId.AutoIncrement = true;
|
|
|
|
|
+ this.columnSupplierId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnSupplierId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnSupplierId.AllowDBNull = false;
|
|
|
|
|
+ this.columnSupplierId.ReadOnly = true;
|
|
|
|
|
+ this.columnSupplierId.Unique = true;
|
|
|
|
|
+ this.columnSupplierName.AllowDBNull = false;
|
|
|
|
|
+ this.columnSupplierName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow NewSupplierRow() {
|
|
|
|
|
+ return ((SupplierRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new SupplierRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(SupplierRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.SupplierRowChanged != null)) {
|
|
|
|
|
+ this.SupplierRowChanged(this, new SupplierRowChangeEvent(((SupplierRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.SupplierRowChanging != null)) {
|
|
|
|
|
+ this.SupplierRowChanging(this, new SupplierRowChangeEvent(((SupplierRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.SupplierRowDeleted != null)) {
|
|
|
|
|
+ this.SupplierRowDeleted(this, new SupplierRowChangeEvent(((SupplierRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.SupplierRowDeleting != null)) {
|
|
|
|
|
+ this.SupplierRowDeleting(this, new SupplierRowChangeEvent(((SupplierRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveSupplierRow(SupplierRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "SupplierDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class UnitDataTable : global::System.Data.TypedTableBase<UnitRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnUnitId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnUnitName;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitDataTable() {
|
|
|
|
|
+ this.TableName = "Unit";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal UnitDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected UnitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn UnitIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnUnitId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn UnitNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnUnitName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((UnitRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UnitRowChangeEventHandler UnitRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UnitRowChangeEventHandler UnitRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UnitRowChangeEventHandler UnitRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UnitRowChangeEventHandler UnitRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddUnitRow(UnitRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow AddUnitRow(string UnitName) {
|
|
|
|
|
+ UnitRow rowUnitRow = ((UnitRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ UnitName};
|
|
|
|
|
+ rowUnitRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowUnitRow);
|
|
|
|
|
+ return rowUnitRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow FindByUnitId(int UnitId) {
|
|
|
|
|
+ return ((UnitRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ UnitId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ UnitDataTable cln = ((UnitDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new UnitDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnUnitId = base.Columns["UnitId"];
|
|
|
|
|
+ this.columnUnitName = base.Columns["UnitName"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnUnitId = new global::System.Data.DataColumn("UnitId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnUnitId);
|
|
|
|
|
+ this.columnUnitName = new global::System.Data.DataColumn("UnitName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnUnitName);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnUnitId}, true));
|
|
|
|
|
+ this.columnUnitId.AutoIncrement = true;
|
|
|
|
|
+ this.columnUnitId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnUnitId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnUnitId.AllowDBNull = false;
|
|
|
|
|
+ this.columnUnitId.ReadOnly = true;
|
|
|
|
|
+ this.columnUnitId.Unique = true;
|
|
|
|
|
+ this.columnUnitName.AllowDBNull = false;
|
|
|
|
|
+ this.columnUnitName.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow NewUnitRow() {
|
|
|
|
|
+ return ((UnitRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new UnitRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(UnitRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.UnitRowChanged != null)) {
|
|
|
|
|
+ this.UnitRowChanged(this, new UnitRowChangeEvent(((UnitRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.UnitRowChanging != null)) {
|
|
|
|
|
+ this.UnitRowChanging(this, new UnitRowChangeEvent(((UnitRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.UnitRowDeleted != null)) {
|
|
|
|
|
+ this.UnitRowDeleted(this, new UnitRowChangeEvent(((UnitRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.UnitRowDeleting != null)) {
|
|
|
|
|
+ this.UnitRowDeleting(this, new UnitRowChangeEvent(((UnitRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveUnitRow(UnitRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "UnitDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class UserDataTable : global::System.Data.TypedTableBase<UserRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnUserId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnRoleId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnFullName;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnLogin;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnPassword;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserDataTable() {
|
|
|
|
|
+ this.TableName = "User";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal UserDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected UserDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn UserIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnUserId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn RoleIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnRoleId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn FullNameColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnFullName;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn LoginColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnLogin;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn PasswordColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnPassword;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((UserRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UserRowChangeEventHandler UserRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UserRowChangeEventHandler UserRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UserRowChangeEventHandler UserRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event UserRowChangeEventHandler UserRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddUserRow(UserRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow AddUserRow(RoleRow parentRoleRowByFK_User_Role, string FullName, string Login, string Password) {
|
|
|
|
|
+ UserRow rowUserRow = ((UserRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ null,
|
|
|
|
|
+ null,
|
|
|
|
|
+ FullName,
|
|
|
|
|
+ Login,
|
|
|
|
|
+ Password};
|
|
|
|
|
+ if ((parentRoleRowByFK_User_Role != null)) {
|
|
|
|
|
+ columnValuesArray[1] = parentRoleRowByFK_User_Role[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ rowUserRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowUserRow);
|
|
|
|
|
+ return rowUserRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow FindByUserId(int UserId) {
|
|
|
|
|
+ return ((UserRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ UserId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ UserDataTable cln = ((UserDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new UserDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnUserId = base.Columns["UserId"];
|
|
|
|
|
+ this.columnRoleId = base.Columns["RoleId"];
|
|
|
|
|
+ this.columnFullName = base.Columns["FullName"];
|
|
|
|
|
+ this.columnLogin = base.Columns["Login"];
|
|
|
|
|
+ this.columnPassword = base.Columns["Password"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnUserId = new global::System.Data.DataColumn("UserId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnUserId);
|
|
|
|
|
+ this.columnRoleId = new global::System.Data.DataColumn("RoleId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnRoleId);
|
|
|
|
|
+ this.columnFullName = new global::System.Data.DataColumn("FullName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnFullName);
|
|
|
|
|
+ this.columnLogin = new global::System.Data.DataColumn("Login", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnLogin);
|
|
|
|
|
+ this.columnPassword = new global::System.Data.DataColumn("Password", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnPassword);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnUserId}, true));
|
|
|
|
|
+ this.columnUserId.AutoIncrement = true;
|
|
|
|
|
+ this.columnUserId.AutoIncrementSeed = -1;
|
|
|
|
|
+ this.columnUserId.AutoIncrementStep = -1;
|
|
|
|
|
+ this.columnUserId.AllowDBNull = false;
|
|
|
|
|
+ this.columnUserId.ReadOnly = true;
|
|
|
|
|
+ this.columnUserId.Unique = true;
|
|
|
|
|
+ this.columnRoleId.AllowDBNull = false;
|
|
|
|
|
+ this.columnFullName.AllowDBNull = false;
|
|
|
|
|
+ this.columnFullName.MaxLength = 50;
|
|
|
|
|
+ this.columnLogin.AllowDBNull = false;
|
|
|
|
|
+ this.columnLogin.MaxLength = 50;
|
|
|
|
|
+ this.columnPassword.AllowDBNull = false;
|
|
|
|
|
+ this.columnPassword.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow NewUserRow() {
|
|
|
|
|
+ return ((UserRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new UserRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(UserRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.UserRowChanged != null)) {
|
|
|
|
|
+ this.UserRowChanged(this, new UserRowChangeEvent(((UserRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.UserRowChanging != null)) {
|
|
|
|
|
+ this.UserRowChanging(this, new UserRowChangeEvent(((UserRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.UserRowDeleted != null)) {
|
|
|
|
|
+ this.UserRowDeleted(this, new UserRowChangeEvent(((UserRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.UserRowDeleting != null)) {
|
|
|
|
|
+ this.UserRowDeleting(this, new UserRowChangeEvent(((UserRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemoveUserRow(UserRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "UserDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class vCatalogDataTable : global::System.Data.TypedTableBase<vCatalogRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnArticle;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnФото;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnКатегория_товара;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnНаименование_товара;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnОписание_товара;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnПроизводитель;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnПоставщик;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnЦена;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnЕдиница_измерения;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn _columnКол_во_на_складе;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnДействующая_скидка;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogDataTable() {
|
|
|
|
|
+ this.TableName = "vCatalog";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vCatalogDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected vCatalogDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ArticleColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnArticle;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ФотоColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnФото;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Категория_товараColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnКатегория_товара;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Наименование_товараColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnНаименование_товара;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Описание_товараColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnОписание_товара;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ПроизводительColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnПроизводитель;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ПоставщикColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnПоставщик;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ЦенаColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnЦена;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Единица_измеренияColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnЕдиница_измерения;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn _Кол_во_на_складеColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._columnКол_во_на_складе;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Действующая_скидкаColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnДействующая_скидка;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((vCatalogRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vCatalogRowChangeEventHandler vCatalogRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vCatalogRowChangeEventHandler vCatalogRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vCatalogRowChangeEventHandler vCatalogRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vCatalogRowChangeEventHandler vCatalogRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddvCatalogRow(vCatalogRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogRow AddvCatalogRow(string Article, string Фото, string Категория_товара, string Наименование_товара, string Описание_товара, string Производитель, string Поставщик, decimal Цена, string Единица_измерения, int _Кол_во_на_складе, int Действующая_скидка) {
|
|
|
|
|
+ vCatalogRow rowvCatalogRow = ((vCatalogRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ Article,
|
|
|
|
|
+ Фото,
|
|
|
|
|
+ Категория_товара,
|
|
|
|
|
+ Наименование_товара,
|
|
|
|
|
+ Описание_товара,
|
|
|
|
|
+ Производитель,
|
|
|
|
|
+ Поставщик,
|
|
|
|
|
+ Цена,
|
|
|
|
|
+ Единица_измерения,
|
|
|
|
|
+ _Кол_во_на_складе,
|
|
|
|
|
+ Действующая_скидка};
|
|
|
|
|
+ rowvCatalogRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowvCatalogRow);
|
|
|
|
|
+ return rowvCatalogRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ vCatalogDataTable cln = ((vCatalogDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new vCatalogDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnArticle = base.Columns["Article"];
|
|
|
|
|
+ this.columnФото = base.Columns["Фото"];
|
|
|
|
|
+ this.columnКатегория_товара = base.Columns["Категория товара"];
|
|
|
|
|
+ this.columnНаименование_товара = base.Columns["Наименование товара"];
|
|
|
|
|
+ this.columnОписание_товара = base.Columns["Описание товара"];
|
|
|
|
|
+ this.columnПроизводитель = base.Columns["Производитель"];
|
|
|
|
|
+ this.columnПоставщик = base.Columns["Поставщик"];
|
|
|
|
|
+ this.columnЦена = base.Columns["Цена"];
|
|
|
|
|
+ this.columnЕдиница_измерения = base.Columns["Единица измерения"];
|
|
|
|
|
+ this._columnКол_во_на_складе = base.Columns["Кол-во на складе"];
|
|
|
|
|
+ this.columnДействующая_скидка = base.Columns["Действующая скидка"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnArticle = new global::System.Data.DataColumn("Article", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnArticle);
|
|
|
|
|
+ this.columnФото = new global::System.Data.DataColumn("Фото", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnФото);
|
|
|
|
|
+ this.columnКатегория_товара = new global::System.Data.DataColumn("Категория товара", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnКатегория_товара);
|
|
|
|
|
+ this.columnНаименование_товара = new global::System.Data.DataColumn("Наименование товара", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnНаименование_товара);
|
|
|
|
|
+ this.columnОписание_товара = new global::System.Data.DataColumn("Описание товара", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnОписание_товара);
|
|
|
|
|
+ this.columnПроизводитель = new global::System.Data.DataColumn("Производитель", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnПроизводитель);
|
|
|
|
|
+ this.columnПоставщик = new global::System.Data.DataColumn("Поставщик", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnПоставщик);
|
|
|
|
|
+ this.columnЦена = new global::System.Data.DataColumn("Цена", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnЦена);
|
|
|
|
|
+ this.columnЕдиница_измерения = new global::System.Data.DataColumn("Единица измерения", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnЕдиница_измерения);
|
|
|
|
|
+ this._columnКол_во_на_складе = new global::System.Data.DataColumn("Кол-во на складе", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ this._columnКол_во_на_складе.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "_columnКол_во_на_складе");
|
|
|
|
|
+ this._columnКол_во_на_складе.ExtendedProperties.Add("Generator_UserColumnName", "Кол-во на складе");
|
|
|
|
|
+ base.Columns.Add(this._columnКол_во_на_складе);
|
|
|
|
|
+ this.columnДействующая_скидка = new global::System.Data.DataColumn("Действующая скидка", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnДействующая_скидка);
|
|
|
|
|
+ this.columnArticle.AllowDBNull = false;
|
|
|
|
|
+ this.columnArticle.MaxLength = 50;
|
|
|
|
|
+ this.columnФото.MaxLength = 50;
|
|
|
|
|
+ this.columnКатегория_товара.AllowDBNull = false;
|
|
|
|
|
+ this.columnКатегория_товара.MaxLength = 50;
|
|
|
|
|
+ this.columnНаименование_товара.AllowDBNull = false;
|
|
|
|
|
+ this.columnНаименование_товара.MaxLength = 150;
|
|
|
|
|
+ this.columnОписание_товара.MaxLength = 2147483647;
|
|
|
|
|
+ this.columnПроизводитель.AllowDBNull = false;
|
|
|
|
|
+ this.columnПроизводитель.MaxLength = 50;
|
|
|
|
|
+ this.columnПоставщик.AllowDBNull = false;
|
|
|
|
|
+ this.columnПоставщик.MaxLength = 50;
|
|
|
|
|
+ this.columnЦена.AllowDBNull = false;
|
|
|
|
|
+ this.columnЕдиница_измерения.AllowDBNull = false;
|
|
|
|
|
+ this.columnЕдиница_измерения.MaxLength = 50;
|
|
|
|
|
+ this._columnКол_во_на_складе.AllowDBNull = false;
|
|
|
|
|
+ this.columnДействующая_скидка.AllowDBNull = false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogRow NewvCatalogRow() {
|
|
|
|
|
+ return ((vCatalogRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new vCatalogRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(vCatalogRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.vCatalogRowChanged != null)) {
|
|
|
|
|
+ this.vCatalogRowChanged(this, new vCatalogRowChangeEvent(((vCatalogRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.vCatalogRowChanging != null)) {
|
|
|
|
|
+ this.vCatalogRowChanging(this, new vCatalogRowChangeEvent(((vCatalogRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.vCatalogRowDeleted != null)) {
|
|
|
|
|
+ this.vCatalogRowDeleted(this, new vCatalogRowChangeEvent(((vCatalogRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.vCatalogRowDeleting != null)) {
|
|
|
|
|
+ this.vCatalogRowDeleting(this, new vCatalogRowChangeEvent(((vCatalogRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemovevCatalogRow(vCatalogRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "vCatalogDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class vOrdersDataTable : global::System.Data.TypedTableBase<vOrdersRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnOrderId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnАртикул_заказа;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnСтатус_заказа;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnАдрес_пункта_выдачи;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnДата_заказа;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnДата_доставки;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersDataTable() {
|
|
|
|
|
+ this.TableName = "vOrders";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vOrdersDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected vOrdersDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn OrderIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnOrderId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Артикул_заказаColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnАртикул_заказа;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Статус_заказаColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnСтатус_заказа;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Адрес_пункта_выдачиColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnАдрес_пункта_выдачи;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Дата_заказаColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnДата_заказа;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn Дата_доставкиColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnДата_доставки;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((vOrdersRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vOrdersRowChangeEventHandler vOrdersRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vOrdersRowChangeEventHandler vOrdersRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vOrdersRowChangeEventHandler vOrdersRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vOrdersRowChangeEventHandler vOrdersRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void AddvOrdersRow(vOrdersRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRow AddvOrdersRow(int OrderId, string Артикул_заказа, string Статус_заказа, string Адрес_пункта_выдачи, System.DateTime Дата_заказа, System.DateTime Дата_доставки) {
|
|
|
|
|
+ vOrdersRow rowvOrdersRow = ((vOrdersRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ OrderId,
|
|
|
|
|
+ Артикул_заказа,
|
|
|
|
|
+ Статус_заказа,
|
|
|
|
|
+ Адрес_пункта_выдачи,
|
|
|
|
|
+ Дата_заказа,
|
|
|
|
|
+ Дата_доставки};
|
|
|
|
|
+ rowvOrdersRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowvOrdersRow);
|
|
|
|
|
+ return rowvOrdersRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRow FindByOrderId(int OrderId) {
|
|
|
|
|
+ return ((vOrdersRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ OrderId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ vOrdersDataTable cln = ((vOrdersDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new vOrdersDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnOrderId = base.Columns["OrderId"];
|
|
|
|
|
+ this.columnАртикул_заказа = base.Columns["Артикул заказа"];
|
|
|
|
|
+ this.columnСтатус_заказа = base.Columns["Статус заказа"];
|
|
|
|
|
+ this.columnАдрес_пункта_выдачи = base.Columns["Адрес пункта выдачи"];
|
|
|
|
|
+ this.columnДата_заказа = base.Columns["Дата заказа"];
|
|
|
|
|
+ this.columnДата_доставки = base.Columns["Дата доставки"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnOrderId = new global::System.Data.DataColumn("OrderId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnOrderId);
|
|
|
|
|
+ this.columnАртикул_заказа = new global::System.Data.DataColumn("Артикул заказа", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnАртикул_заказа);
|
|
|
|
|
+ this.columnСтатус_заказа = new global::System.Data.DataColumn("Статус заказа", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnСтатус_заказа);
|
|
|
|
|
+ this.columnАдрес_пункта_выдачи = new global::System.Data.DataColumn("Адрес пункта выдачи", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnАдрес_пункта_выдачи);
|
|
|
|
|
+ this.columnДата_заказа = new global::System.Data.DataColumn("Дата заказа", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnДата_заказа);
|
|
|
|
|
+ this.columnДата_доставки = new global::System.Data.DataColumn("Дата доставки", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnДата_доставки);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnOrderId}, true));
|
|
|
|
|
+ this.columnOrderId.AllowDBNull = false;
|
|
|
|
|
+ this.columnOrderId.Unique = true;
|
|
|
|
|
+ this.columnАртикул_заказа.MaxLength = 4000;
|
|
|
|
|
+ this.columnСтатус_заказа.AllowDBNull = false;
|
|
|
|
|
+ this.columnСтатус_заказа.MaxLength = 50;
|
|
|
|
|
+ this.columnАдрес_пункта_выдачи.ReadOnly = true;
|
|
|
|
|
+ this.columnАдрес_пункта_выдачи.MaxLength = 216;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRow NewvOrdersRow() {
|
|
|
|
|
+ return ((vOrdersRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new vOrdersRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(vOrdersRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.vOrdersRowChanged != null)) {
|
|
|
|
|
+ this.vOrdersRowChanged(this, new vOrdersRowChangeEvent(((vOrdersRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.vOrdersRowChanging != null)) {
|
|
|
|
|
+ this.vOrdersRowChanging(this, new vOrdersRowChangeEvent(((vOrdersRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.vOrdersRowDeleted != null)) {
|
|
|
|
|
+ this.vOrdersRowDeleted(this, new vOrdersRowChangeEvent(((vOrdersRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.vOrdersRowDeleting != null)) {
|
|
|
|
|
+ this.vOrdersRowDeleting(this, new vOrdersRowChangeEvent(((vOrdersRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void RemovevOrdersRow(vOrdersRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "vOrdersDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the strongly named DataTable class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Serializable()]
|
|
|
|
|
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
+ public partial class vw_UsersLoginDataTable : global::System.Data.TypedTableBase<vw_UsersLoginRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnUserId;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnФИО;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnЛогин;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnПароль;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataColumn columnРоль;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginDataTable() {
|
|
|
|
|
+ this.TableName = "vw_UsersLogin";
|
|
|
|
|
+ this.BeginInit();
|
|
|
|
|
+ this.InitClass();
|
|
|
|
|
+ this.EndInit();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vw_UsersLoginDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
+ this.TableName = table.TableName;
|
|
|
|
|
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
+ this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
+ this.Locale = table.Locale;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
+ this.Namespace = table.Namespace;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Prefix = table.Prefix;
|
|
|
|
|
+ this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected vw_UsersLoginDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
+ base(info, context) {
|
|
|
|
|
+ this.InitVars();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn UserIdColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnUserId;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ФИОColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnФИО;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ЛогинColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnЛогин;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn ПарольColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnПароль;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataColumn РольColumn {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.columnРоль;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int Count {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.Rows.Count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRow this[int index] {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((vw_UsersLoginRow)(this.Rows[index]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vw_UsersLoginRowChangeEventHandler vw_UsersLoginRowChanging;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vw_UsersLoginRowChangeEventHandler vw_UsersLoginRowChanged;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vw_UsersLoginRowChangeEventHandler vw_UsersLoginRowDeleting;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public event vw_UsersLoginRowChangeEventHandler vw_UsersLoginRowDeleted;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void Addvw_UsersLoginRow(vw_UsersLoginRow row) {
|
|
|
|
|
+ this.Rows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRow Addvw_UsersLoginRow(int UserId, string ФИО, string Логин, string Пароль, string Роль) {
|
|
|
|
|
+ vw_UsersLoginRow rowvw_UsersLoginRow = ((vw_UsersLoginRow)(this.NewRow()));
|
|
|
|
|
+ object[] columnValuesArray = new object[] {
|
|
|
|
|
+ UserId,
|
|
|
|
|
+ ФИО,
|
|
|
|
|
+ Логин,
|
|
|
|
|
+ Пароль,
|
|
|
|
|
+ Роль};
|
|
|
|
|
+ rowvw_UsersLoginRow.ItemArray = columnValuesArray;
|
|
|
|
|
+ this.Rows.Add(rowvw_UsersLoginRow);
|
|
|
|
|
+ return rowvw_UsersLoginRow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRow FindByUserId(int UserId) {
|
|
|
|
|
+ return ((vw_UsersLoginRow)(this.Rows.Find(new object[] {
|
|
|
|
|
+ UserId})));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public override global::System.Data.DataTable Clone() {
|
|
|
|
|
+ vw_UsersLoginDataTable cln = ((vw_UsersLoginDataTable)(base.Clone()));
|
|
|
|
|
+ cln.InitVars();
|
|
|
|
|
+ return cln;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
+ return new vw_UsersLoginDataTable();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal void InitVars() {
|
|
|
|
|
+ this.columnUserId = base.Columns["UserId"];
|
|
|
|
|
+ this.columnФИО = base.Columns["ФИО"];
|
|
|
|
|
+ this.columnЛогин = base.Columns["Логин"];
|
|
|
|
|
+ this.columnПароль = base.Columns["Пароль"];
|
|
|
|
|
+ this.columnРоль = base.Columns["Роль"];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitClass() {
|
|
|
|
|
+ this.columnUserId = new global::System.Data.DataColumn("UserId", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnUserId);
|
|
|
|
|
+ this.columnФИО = new global::System.Data.DataColumn("ФИО", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnФИО);
|
|
|
|
|
+ this.columnЛогин = new global::System.Data.DataColumn("Логин", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnЛогин);
|
|
|
|
|
+ this.columnПароль = new global::System.Data.DataColumn("Пароль", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnПароль);
|
|
|
|
|
+ this.columnРоль = new global::System.Data.DataColumn("Роль", typeof(string), null, global::System.Data.MappingType.Element);
|
|
|
|
|
+ base.Columns.Add(this.columnРоль);
|
|
|
|
|
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
+ this.columnUserId}, true));
|
|
|
|
|
+ this.columnUserId.AllowDBNull = false;
|
|
|
|
|
+ this.columnUserId.Unique = true;
|
|
|
|
|
+ this.columnФИО.AllowDBNull = false;
|
|
|
|
|
+ this.columnФИО.MaxLength = 50;
|
|
|
|
|
+ this.columnЛогин.AllowDBNull = false;
|
|
|
|
|
+ this.columnЛогин.MaxLength = 50;
|
|
|
|
|
+ this.columnПароль.AllowDBNull = false;
|
|
|
|
|
+ this.columnПароль.MaxLength = 50;
|
|
|
|
|
+ this.columnРоль.AllowDBNull = false;
|
|
|
|
|
+ this.columnРоль.MaxLength = 50;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRow Newvw_UsersLoginRow() {
|
|
|
|
|
+ return ((vw_UsersLoginRow)(this.NewRow()));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
+ return new vw_UsersLoginRow(builder);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override global::System.Type GetRowType() {
|
|
|
|
|
+ return typeof(vw_UsersLoginRow);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanged(e);
|
|
|
|
|
+ if ((this.vw_UsersLoginRowChanged != null)) {
|
|
|
|
|
+ this.vw_UsersLoginRowChanged(this, new vw_UsersLoginRowChangeEvent(((vw_UsersLoginRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowChanging(e);
|
|
|
|
|
+ if ((this.vw_UsersLoginRowChanging != null)) {
|
|
|
|
|
+ this.vw_UsersLoginRowChanging(this, new vw_UsersLoginRowChangeEvent(((vw_UsersLoginRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleted(e);
|
|
|
|
|
+ if ((this.vw_UsersLoginRowDeleted != null)) {
|
|
|
|
|
+ this.vw_UsersLoginRowDeleted(this, new vw_UsersLoginRowChangeEvent(((vw_UsersLoginRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
+ base.OnRowDeleting(e);
|
|
|
|
|
+ if ((this.vw_UsersLoginRowDeleting != null)) {
|
|
|
|
|
+ this.vw_UsersLoginRowDeleting(this, new vw_UsersLoginRowChangeEvent(((vw_UsersLoginRow)(e.Row)), e.Action));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void Removevw_UsersLoginRow(vw_UsersLoginRow row) {
|
|
|
|
|
+ this.Rows.Remove(row);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
+ qweDataSet ds = new qweDataSet();
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
+ any1.MinOccurs = new decimal(0);
|
|
|
|
|
+ any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
+ any2.MinOccurs = new decimal(1);
|
|
|
|
|
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
+ sequence.Items.Add(any2);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute1.Name = "namespace";
|
|
|
|
|
+ attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
+ type.Attributes.Add(attribute1);
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
+ attribute2.Name = "tableTypeName";
|
|
|
|
|
+ attribute2.FixedValue = "vw_UsersLoginDataTable";
|
|
|
|
|
+ type.Attributes.Add(attribute2);
|
|
|
|
|
+ type.Particle = sequence;
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
+ if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
+ try {
|
|
|
|
|
+ global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
+ dsSchema.Write(s1);
|
|
|
|
|
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
+ s2.SetLength(0);
|
|
|
|
|
+ schema.Write(s2);
|
|
|
|
|
+ if ((s1.Length == s2.Length)) {
|
|
|
|
|
+ s1.Position = 0;
|
|
|
|
|
+ s2.Position = 0;
|
|
|
|
|
+ for (; ((s1.Position != s1.Length)
|
|
|
|
|
+ && (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
+ ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s1.Position == s1.Length)) {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((s1 != null)) {
|
|
|
|
|
+ s1.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((s2 != null)) {
|
|
|
|
|
+ s2.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ xs.Add(dsSchema);
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class CategoryRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private CategoryDataTable tableCategory;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal CategoryRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableCategory = ((CategoryDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int CategoryId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableCategory.CategoryIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableCategory.CategoryIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string CategoryName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableCategory.CategoryNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableCategory.CategoryNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow[] GetProductRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Product_Category"] == null)) {
|
|
|
|
|
+ return new ProductRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((ProductRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Product_Category"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class CityRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private CityDataTable tableCity;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal CityRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableCity = ((CityDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int CityId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableCity.CityIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableCity.CityIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string CityName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableCity.CityNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableCity.CityNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow[] GetPickupPointRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Pickup_City"] == null)) {
|
|
|
|
|
+ return new PickupPointRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((PickupPointRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Pickup_City"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class ManufacturerRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private ManufacturerDataTable tableManufacturer;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal ManufacturerRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableManufacturer = ((ManufacturerDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int ManufacturerId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableManufacturer.ManufacturerIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableManufacturer.ManufacturerIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string ManufacturerName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableManufacturer.ManufacturerNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableManufacturer.ManufacturerNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow[] GetProductRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Product_Manufacturer"] == null)) {
|
|
|
|
|
+ return new ProductRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((ProductRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Product_Manufacturer"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class OrderRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderDataTable tableOrder;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableOrder = ((OrderDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int OrderId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrder.OrderIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.OrderIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public System.DateTime OrderDate {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((global::System.DateTime)(this[this.tableOrder.OrderDateColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'OrderDate\' в таблице \'Order\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.OrderDateColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public System.DateTime DeliveryDate {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((global::System.DateTime)(this[this.tableOrder.DeliveryDateColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'DeliveryDate\' в таблице \'Order\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.DeliveryDateColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int PickupPointId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrder.PickupPointIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.PickupPointIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int ClientUserId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((int)(this[this.tableOrder.ClientUserIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'ClientUserId\' в таблице \'Order\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.ClientUserIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int ReceiveCode {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((int)(this[this.tableOrder.ReceiveCodeColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'ReceiveCode\' в таблице \'Order\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.ReceiveCodeColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int StatusId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrder.StatusIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrder.StatusIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow PickupPointRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((PickupPointRow)(this.GetParentRow(this.Table.ParentRelations["FK_Order_Pickup"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Order_Pickup"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow OrderStatusRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((OrderStatusRow)(this.GetParentRow(this.Table.ParentRelations["FK_Order_Status"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Order_Status"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow UserRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((UserRow)(this.GetParentRow(this.Table.ParentRelations["FK_Order_User"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Order_User"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsOrderDateNull() {
|
|
|
|
|
+ return this.IsNull(this.tableOrder.OrderDateColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetOrderDateNull() {
|
|
|
|
|
+ this[this.tableOrder.OrderDateColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsDeliveryDateNull() {
|
|
|
|
|
+ return this.IsNull(this.tableOrder.DeliveryDateColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetDeliveryDateNull() {
|
|
|
|
|
+ this[this.tableOrder.DeliveryDateColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsClientUserIdNull() {
|
|
|
|
|
+ return this.IsNull(this.tableOrder.ClientUserIdColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetClientUserIdNull() {
|
|
|
|
|
+ this[this.tableOrder.ClientUserIdColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsReceiveCodeNull() {
|
|
|
|
|
+ return this.IsNull(this.tableOrder.ReceiveCodeColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetReceiveCodeNull() {
|
|
|
|
|
+ this[this.tableOrder.ReceiveCodeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow[] GetOrderItemRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Item_Order"] == null)) {
|
|
|
|
|
+ return new OrderItemRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((OrderItemRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Item_Order"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class OrderItemRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderItemDataTable tableOrderItem;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderItemRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableOrderItem = ((OrderItemDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int OrderItemId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrderItem.OrderItemIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderItem.OrderItemIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int OrderId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrderItem.OrderIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderItem.OrderIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Article {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableOrderItem.ArticleColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderItem.ArticleColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int Quantity {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrderItem.QuantityColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderItem.QuantityColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow OrderRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((OrderRow)(this.GetParentRow(this.Table.ParentRelations["FK_Item_Order"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Item_Order"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow ProductRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((ProductRow)(this.GetParentRow(this.Table.ParentRelations["FK_Item_Product"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Item_Product"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class OrderStatusRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderStatusDataTable tableOrderStatus;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal OrderStatusRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableOrderStatus = ((OrderStatusDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int StatusId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableOrderStatus.StatusIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderStatus.StatusIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string StatusName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableOrderStatus.StatusNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableOrderStatus.StatusNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow[] GetOrderRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Order_Status"] == null)) {
|
|
|
|
|
+ return new OrderRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((OrderRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Order_Status"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class PickupPointRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private PickupPointDataTable tablePickupPoint;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal PickupPointRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tablePickupPoint = ((PickupPointDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int PickupPointId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablePickupPoint.PickupPointIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablePickupPoint.PickupPointIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string PostalCode {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablePickupPoint.PostalCodeColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablePickupPoint.PostalCodeColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int CityId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablePickupPoint.CityIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablePickupPoint.CityIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Street {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablePickupPoint.StreetColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablePickupPoint.StreetColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string House {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablePickupPoint.HouseColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablePickupPoint.HouseColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow CityRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((CityRow)(this.GetParentRow(this.Table.ParentRelations["FK_Pickup_City"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Pickup_City"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow[] GetOrderRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Order_Pickup"] == null)) {
|
|
|
|
|
+ return new OrderRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((OrderRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Order_Pickup"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class ProductRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private ProductDataTable tableProduct;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal ProductRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableProduct = ((ProductDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int ProductId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.ProductIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.ProductIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Article {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableProduct.ArticleColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.ArticleColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Name {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableProduct.NameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.NameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int UnitId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.UnitIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.UnitIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public decimal Price {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((decimal)(this[this.tableProduct.PriceColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.PriceColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int SupplierId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.SupplierIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.SupplierIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int ManufacturerId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.ManufacturerIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.ManufacturerIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int CategoryId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.CategoryIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.CategoryIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int Discount {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.DiscountColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.DiscountColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int Stock {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableProduct.StockColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.StockColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Description {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tableProduct.DescriptionColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Description\' в таблице \'Product\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.DescriptionColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Photo {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tableProduct.PhotoColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Photo\' в таблице \'Product\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableProduct.PhotoColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow CategoryRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((CategoryRow)(this.GetParentRow(this.Table.ParentRelations["FK_Product_Category"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Product_Category"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow ManufacturerRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((ManufacturerRow)(this.GetParentRow(this.Table.ParentRelations["FK_Product_Manufacturer"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Product_Manufacturer"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow SupplierRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((SupplierRow)(this.GetParentRow(this.Table.ParentRelations["FK_Product_Supplier"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Product_Supplier"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow UnitRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((UnitRow)(this.GetParentRow(this.Table.ParentRelations["FK_Product_Unit"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_Product_Unit"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsDescriptionNull() {
|
|
|
|
|
+ return this.IsNull(this.tableProduct.DescriptionColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetDescriptionNull() {
|
|
|
|
|
+ this[this.tableProduct.DescriptionColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsPhotoNull() {
|
|
|
|
|
+ return this.IsNull(this.tableProduct.PhotoColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetPhotoNull() {
|
|
|
|
|
+ this[this.tableProduct.PhotoColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow[] GetOrderItemRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Item_Product"] == null)) {
|
|
|
|
|
+ return new OrderItemRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((OrderItemRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Item_Product"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class RoleRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private RoleDataTable tableRole;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal RoleRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableRole = ((RoleDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int RoleId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableRole.RoleIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableRole.RoleIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string RoleName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableRole.RoleNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableRole.RoleNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow[] GetUserRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_User_Role"] == null)) {
|
|
|
|
|
+ return new UserRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((UserRow[])(base.GetChildRows(this.Table.ChildRelations["FK_User_Role"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class SupplierRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private SupplierDataTable tableSupplier;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal SupplierRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableSupplier = ((SupplierDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int SupplierId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableSupplier.SupplierIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableSupplier.SupplierIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string SupplierName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableSupplier.SupplierNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableSupplier.SupplierNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow[] GetProductRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Product_Supplier"] == null)) {
|
|
|
|
|
+ return new ProductRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((ProductRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Product_Supplier"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class UnitRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private UnitDataTable tableUnit;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal UnitRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableUnit = ((UnitDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int UnitId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableUnit.UnitIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUnit.UnitIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string UnitName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableUnit.UnitNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUnit.UnitNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow[] GetProductRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Product_Unit"] == null)) {
|
|
|
|
|
+ return new ProductRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((ProductRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Product_Unit"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class UserRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private UserDataTable tableUser;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal UserRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tableUser = ((UserDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int UserId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableUser.UserIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUser.UserIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int RoleId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tableUser.RoleIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUser.RoleIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string FullName {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableUser.FullNameColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUser.FullNameColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Login {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableUser.LoginColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUser.LoginColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Password {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tableUser.PasswordColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tableUser.PasswordColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow RoleRow {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((RoleRow)(this.GetParentRow(this.Table.ParentRelations["FK_User_Role"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this.SetParentRow(value, this.Table.ParentRelations["FK_User_Role"]);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow[] GetOrderRows() {
|
|
|
|
|
+ if ((this.Table.ChildRelations["FK_Order_User"] == null)) {
|
|
|
|
|
+ return new OrderRow[0];
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return ((OrderRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Order_User"])));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class vCatalogRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private vCatalogDataTable tablevCatalog;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vCatalogRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tablevCatalog = ((vCatalogDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Article {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.ArticleColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.ArticleColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Фото {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.ФотоColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Фото\' в таблице \'vCatalog\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.ФотоColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Категория_товара {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.Категория_товараColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.Категория_товараColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Наименование_товара {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.Наименование_товараColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.Наименование_товараColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Описание_товара {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.Описание_товараColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Описание товара\' в таблице \'vCatalog\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.Описание_товараColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Производитель {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.ПроизводительColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.ПроизводительColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Поставщик {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.ПоставщикColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.ПоставщикColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public decimal Цена {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((decimal)(this[this.tablevCatalog.ЦенаColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.ЦенаColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Единица_измерения {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevCatalog.Единица_измеренияColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.Единица_измеренияColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int _Кол_во_на_складе {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablevCatalog._Кол_во_на_складеColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog._Кол_во_на_складеColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int Действующая_скидка {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablevCatalog.Действующая_скидкаColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevCatalog.Действующая_скидкаColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsФотоNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevCatalog.ФотоColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetФотоNull() {
|
|
|
|
|
+ this[this.tablevCatalog.ФотоColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsОписание_товараNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevCatalog.Описание_товараColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetОписание_товараNull() {
|
|
|
|
|
+ this[this.tablevCatalog.Описание_товараColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class vOrdersRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private vOrdersDataTable tablevOrders;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vOrdersRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tablevOrders = ((vOrdersDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int OrderId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablevOrders.OrderIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.OrderIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Артикул_заказа {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tablevOrders.Артикул_заказаColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Артикул заказа\' в таблице \'vOrders\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.Артикул_заказаColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Статус_заказа {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevOrders.Статус_заказаColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.Статус_заказаColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Адрес_пункта_выдачи {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((string)(this[this.tablevOrders.Адрес_пункта_выдачиColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Адрес пункта выдачи\' в таблице \'vOrders\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.Адрес_пункта_выдачиColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public System.DateTime Дата_заказа {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((global::System.DateTime)(this[this.tablevOrders.Дата_заказаColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Дата заказа\' в таблице \'vOrders\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.Дата_заказаColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public System.DateTime Дата_доставки {
|
|
|
|
|
+ get {
|
|
|
|
|
+ try {
|
|
|
|
|
+ return ((global::System.DateTime)(this[this.tablevOrders.Дата_доставкиColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.InvalidCastException e) {
|
|
|
|
|
+ throw new global::System.Data.StrongTypingException("Значение для столбца \'Дата доставки\' в таблице \'vOrders\' равно DBNull.", e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevOrders.Дата_доставкиColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsАртикул_заказаNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevOrders.Артикул_заказаColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetАртикул_заказаNull() {
|
|
|
|
|
+ this[this.tablevOrders.Артикул_заказаColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsАдрес_пункта_выдачиNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevOrders.Адрес_пункта_выдачиColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetАдрес_пункта_выдачиNull() {
|
|
|
|
|
+ this[this.tablevOrders.Адрес_пункта_выдачиColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsДата_заказаNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevOrders.Дата_заказаColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetДата_заказаNull() {
|
|
|
|
|
+ this[this.tablevOrders.Дата_заказаColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool IsДата_доставкиNull() {
|
|
|
|
|
+ return this.IsNull(this.tablevOrders.Дата_доставкиColumn);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public void SetДата_доставкиNull() {
|
|
|
|
|
+ this[this.tablevOrders.Дата_доставкиColumn] = global::System.Convert.DBNull;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents strongly named DataRow class.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ public partial class vw_UsersLoginRow : global::System.Data.DataRow {
|
|
|
|
|
+
|
|
|
|
|
+ private vw_UsersLoginDataTable tablevw_UsersLogin;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal vw_UsersLoginRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
+ base(rb) {
|
|
|
|
|
+ this.tablevw_UsersLogin = ((vw_UsersLoginDataTable)(this.Table));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int UserId {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((int)(this[this.tablevw_UsersLogin.UserIdColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevw_UsersLogin.UserIdColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string ФИО {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevw_UsersLogin.ФИОColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevw_UsersLogin.ФИОColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Логин {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevw_UsersLogin.ЛогинColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevw_UsersLogin.ЛогинColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Пароль {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevw_UsersLogin.ПарольColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevw_UsersLogin.ПарольColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public string Роль {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this[this.tablevw_UsersLogin.РольColumn]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this[this.tablevw_UsersLogin.РольColumn] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class CategoryRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private CategoryRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRowChangeEvent(CategoryRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class CityRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private CityRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRowChangeEvent(CityRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class ManufacturerRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private ManufacturerRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRowChangeEvent(ManufacturerRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class OrderRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRowChangeEvent(OrderRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class OrderItemRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderItemRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRowChangeEvent(OrderItemRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class OrderStatusRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private OrderStatusRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRowChangeEvent(OrderStatusRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class PickupPointRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private PickupPointRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRowChangeEvent(PickupPointRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class ProductRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private ProductRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRowChangeEvent(ProductRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class RoleRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private RoleRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRowChangeEvent(RoleRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class SupplierRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private SupplierRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRowChangeEvent(SupplierRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class UnitRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private UnitRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRowChangeEvent(UnitRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class UserRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private UserRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRowChangeEvent(UserRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class vCatalogRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private vCatalogRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogRowChangeEvent(vCatalogRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class vOrdersRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private vOrdersRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRowChangeEvent(vOrdersRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Row event argument class
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public class vw_UsersLoginRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
+
|
|
|
|
|
+ private vw_UsersLoginRow eventRow;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRowChangeEvent(vw_UsersLoginRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
+ this.eventRow = row;
|
|
|
|
|
+ this.eventAction = action;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginRow Row {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventRow;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public global::System.Data.DataRowAction Action {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this.eventAction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+namespace qwe.qweDataSetTableAdapters {
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class CategoryTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CategoryTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Category";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CategoryId", "CategoryId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CategoryName", "CategoryName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Category] WHERE (([CategoryId] = @Original_CategoryId) AND ([C" +
|
|
|
|
|
+ "ategoryName] = @Original_CategoryName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Category] ([CategoryName]) VALUES (@CategoryName);\r\nSELECT Cat" +
|
|
|
|
|
+ "egoryId, CategoryName FROM Category WHERE (CategoryId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CategoryName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[Category] SET [CategoryName] = @CategoryName WHERE (([CategoryId] =" +
|
|
|
|
|
+ " @Original_CategoryId) AND ([CategoryName] = @Original_CategoryName));\r\nSELECT C" +
|
|
|
|
|
+ "ategoryId, CategoryName FROM Category WHERE (CategoryId = @CategoryId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CategoryName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CategoryId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT CategoryId, CategoryName FROM dbo.Category";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.CategoryDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.CategoryDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.CategoryDataTable dataTable = new qweDataSet.CategoryDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.CategoryDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Category");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_CategoryId, string Original_CategoryName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_CategoryId));
|
|
|
|
|
+ if ((Original_CategoryName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_CategoryName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CategoryName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string CategoryName) {
|
|
|
|
|
+ if ((CategoryName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("CategoryName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CategoryName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string CategoryName, int Original_CategoryId, string Original_CategoryName, int CategoryId) {
|
|
|
|
|
+ if ((CategoryName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("CategoryName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CategoryName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_CategoryId));
|
|
|
|
|
+ if ((Original_CategoryName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_CategoryName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_CategoryName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(CategoryId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string CategoryName, int Original_CategoryId, string Original_CategoryName) {
|
|
|
|
|
+ return this.Update(CategoryName, Original_CategoryId, Original_CategoryName, Original_CategoryId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class CityTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public CityTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "City";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CityId", "CityId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CityName", "CityName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[City] WHERE (([CityId] = @Original_CityId) AND ([CityName] = @" +
|
|
|
|
|
+ "Original_CityName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[City] ([CityName]) VALUES (@CityName);\r\nSELECT CityId, CityNam" +
|
|
|
|
|
+ "e FROM City WHERE (CityId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CityName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[City] SET [CityName] = @CityName WHERE (([CityId] = @Original_CityI" +
|
|
|
|
|
+ "d) AND ([CityName] = @Original_CityName));\r\nSELECT CityId, CityName FROM City WH" +
|
|
|
|
|
+ "ERE (CityId = @CityId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CityName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CityId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT CityId, CityName FROM dbo.City";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.CityDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.CityDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.CityDataTable dataTable = new qweDataSet.CityDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.CityDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "City");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_CityId, string Original_CityName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_CityId));
|
|
|
|
|
+ if ((Original_CityName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_CityName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CityName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string CityName) {
|
|
|
|
|
+ if ((CityName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("CityName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CityName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string CityName, int Original_CityId, string Original_CityName, int CityId) {
|
|
|
|
|
+ if ((CityName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("CityName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CityName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_CityId));
|
|
|
|
|
+ if ((Original_CityName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_CityName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_CityName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(CityId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string CityName, int Original_CityId, string Original_CityName) {
|
|
|
|
|
+ return this.Update(CityName, Original_CityId, Original_CityName, Original_CityId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class ManufacturerTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ManufacturerTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Manufacturer";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ManufacturerId", "ManufacturerId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ManufacturerName", "ManufacturerName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Manufacturer] WHERE (([ManufacturerId] = @Original_Manufacture" +
|
|
|
|
|
+ "rId) AND ([ManufacturerName] = @Original_ManufacturerName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Manufacturer] ([ManufacturerName]) VALUES (@ManufacturerName);" +
|
|
|
|
|
+ "\r\nSELECT ManufacturerId, ManufacturerName FROM Manufacturer WHERE (ManufacturerI" +
|
|
|
|
|
+ "d = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ManufacturerName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[Manufacturer] SET [ManufacturerName] = @ManufacturerName WHERE (([ManufacturerId] = @Original_ManufacturerId) AND ([ManufacturerName] = @Original_ManufacturerName));
|
|
|
|
|
+SELECT ManufacturerId, ManufacturerName FROM Manufacturer WHERE (ManufacturerId = @ManufacturerId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ManufacturerName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ManufacturerId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT ManufacturerId, ManufacturerName FROM dbo.Manufacturer";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.ManufacturerDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.ManufacturerDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.ManufacturerDataTable dataTable = new qweDataSet.ManufacturerDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.ManufacturerDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Manufacturer");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_ManufacturerId, string Original_ManufacturerName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_ManufacturerId));
|
|
|
|
|
+ if ((Original_ManufacturerName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_ManufacturerName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_ManufacturerName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string ManufacturerName) {
|
|
|
|
|
+ if ((ManufacturerName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("ManufacturerName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(ManufacturerName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string ManufacturerName, int Original_ManufacturerId, string Original_ManufacturerName, int ManufacturerId) {
|
|
|
|
|
+ if ((ManufacturerName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("ManufacturerName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(ManufacturerName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_ManufacturerId));
|
|
|
|
|
+ if ((Original_ManufacturerName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_ManufacturerName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_ManufacturerName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(ManufacturerId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string ManufacturerName, int Original_ManufacturerId, string Original_ManufacturerName) {
|
|
|
|
|
+ return this.Update(ManufacturerName, Original_ManufacturerId, Original_ManufacturerName, Original_ManufacturerId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class OrderTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Order";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("OrderId", "OrderId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("OrderDate", "OrderDate");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("DeliveryDate", "DeliveryDate");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("PickupPointId", "PickupPointId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ClientUserId", "ClientUserId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ReceiveCode", "ReceiveCode");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("StatusId", "StatusId");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = @"DELETE FROM [dbo].[Order] WHERE (([OrderId] = @Original_OrderId) AND ((@IsNull_OrderDate = 1 AND [OrderDate] IS NULL) OR ([OrderDate] = @Original_OrderDate)) AND ((@IsNull_DeliveryDate = 1 AND [DeliveryDate] IS NULL) OR ([DeliveryDate] = @Original_DeliveryDate)) AND ([PickupPointId] = @Original_PickupPointId) AND ((@IsNull_ClientUserId = 1 AND [ClientUserId] IS NULL) OR ([ClientUserId] = @Original_ClientUserId)) AND ((@IsNull_ReceiveCode = 1 AND [ReceiveCode] IS NULL) OR ([ReceiveCode] = @Original_ReceiveCode)) AND ([StatusId] = @Original_StatusId))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_OrderDate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DeliveryDate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DeliveryDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[Order] ([OrderId], [OrderDate], [DeliveryDate], [PickupPointId], [ClientUserId], [ReceiveCode], [StatusId]) VALUES (@OrderId, @OrderDate, @DeliveryDate, @PickupPointId, @ClientUserId, @ReceiveCode, @StatusId);
|
|
|
|
|
+SELECT OrderId, OrderDate, DeliveryDate, PickupPointId, ClientUserId, ReceiveCode, StatusId FROM [Order] WHERE (OrderId = @OrderId)";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DeliveryDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[Order] SET [OrderId] = @OrderId, [OrderDate] = @OrderDate, [DeliveryDate] = @DeliveryDate, [PickupPointId] = @PickupPointId, [ClientUserId] = @ClientUserId, [ReceiveCode] = @ReceiveCode, [StatusId] = @StatusId WHERE (([OrderId] = @Original_OrderId) AND ((@IsNull_OrderDate = 1 AND [OrderDate] IS NULL) OR ([OrderDate] = @Original_OrderDate)) AND ((@IsNull_DeliveryDate = 1 AND [DeliveryDate] IS NULL) OR ([DeliveryDate] = @Original_DeliveryDate)) AND ([PickupPointId] = @Original_PickupPointId) AND ((@IsNull_ClientUserId = 1 AND [ClientUserId] IS NULL) OR ([ClientUserId] = @Original_ClientUserId)) AND ((@IsNull_ReceiveCode = 1 AND [ReceiveCode] IS NULL) OR ([ReceiveCode] = @Original_ReceiveCode)) AND ([StatusId] = @Original_StatusId));
|
|
|
|
|
+SELECT OrderId, OrderDate, DeliveryDate, PickupPointId, ClientUserId, ReceiveCode, StatusId FROM [Order] WHERE (OrderId = @OrderId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DeliveryDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_OrderDate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderDate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DeliveryDate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DeliveryDate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DeliveryDate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ClientUserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ClientUserId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ReceiveCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ReceiveCode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT OrderId, OrderDate, DeliveryDate, PickupPointId, ClientUserId, ReceiveCode" +
|
|
|
|
|
+ ", StatusId FROM dbo.[Order]";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.OrderDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.OrderDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.OrderDataTable dataTable = new qweDataSet.OrderDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.OrderDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Order");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_OrderId, global::System.Nullable<global::System.DateTime> Original_OrderDate, global::System.Nullable<global::System.DateTime> Original_DeliveryDate, int Original_PickupPointId, global::System.Nullable<int> Original_ClientUserId, global::System.Nullable<int> Original_ReceiveCode, int Original_StatusId) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_OrderId));
|
|
|
|
|
+ if ((Original_OrderDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((System.DateTime)(Original_OrderDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_DeliveryDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((System.DateTime)(Original_DeliveryDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_PickupPointId));
|
|
|
|
|
+ if ((Original_ClientUserId.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_ClientUserId.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_ReceiveCode.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((int)(Original_ReceiveCode.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_StatusId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(int OrderId, global::System.Nullable<global::System.DateTime> OrderDate, global::System.Nullable<global::System.DateTime> DeliveryDate, int PickupPointId, global::System.Nullable<int> ClientUserId, global::System.Nullable<int> ReceiveCode, int StatusId) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((int)(OrderId));
|
|
|
|
|
+ if ((OrderDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(OrderDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((DeliveryDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = ((System.DateTime)(DeliveryDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[3].Value = ((int)(PickupPointId));
|
|
|
|
|
+ if ((ClientUserId.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[4].Value = ((int)(ClientUserId.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ReceiveCode.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[5].Value = ((int)(ReceiveCode.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[6].Value = ((int)(StatusId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int OrderId, global::System.Nullable<global::System.DateTime> OrderDate, global::System.Nullable<global::System.DateTime> DeliveryDate, int PickupPointId, global::System.Nullable<int> ClientUserId, global::System.Nullable<int> ReceiveCode, int StatusId, int Original_OrderId, global::System.Nullable<global::System.DateTime> Original_OrderDate, global::System.Nullable<global::System.DateTime> Original_DeliveryDate, int Original_PickupPointId, global::System.Nullable<int> Original_ClientUserId, global::System.Nullable<int> Original_ReceiveCode, int Original_StatusId) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(OrderId));
|
|
|
|
|
+ if ((OrderDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(OrderDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((DeliveryDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((System.DateTime)(DeliveryDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(PickupPointId));
|
|
|
|
|
+ if ((ClientUserId.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(ClientUserId.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((ReceiveCode.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(ReceiveCode.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(StatusId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Original_OrderId));
|
|
|
|
|
+ if ((Original_OrderDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(Original_OrderDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_DeliveryDate.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(Original_DeliveryDate.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(Original_PickupPointId));
|
|
|
|
|
+ if ((Original_ClientUserId.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(Original_ClientUserId.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_ReceiveCode.HasValue == true)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_ReceiveCode.Value));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(Original_StatusId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(global::System.Nullable<global::System.DateTime> OrderDate, global::System.Nullable<global::System.DateTime> DeliveryDate, int PickupPointId, global::System.Nullable<int> ClientUserId, global::System.Nullable<int> ReceiveCode, int StatusId, int Original_OrderId, global::System.Nullable<global::System.DateTime> Original_OrderDate, global::System.Nullable<global::System.DateTime> Original_DeliveryDate, int Original_PickupPointId, global::System.Nullable<int> Original_ClientUserId, global::System.Nullable<int> Original_ReceiveCode, int Original_StatusId) {
|
|
|
|
|
+ return this.Update(Original_OrderId, OrderDate, DeliveryDate, PickupPointId, ClientUserId, ReceiveCode, StatusId, Original_OrderId, Original_OrderDate, Original_DeliveryDate, Original_PickupPointId, Original_ClientUserId, Original_ReceiveCode, Original_StatusId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class OrderItemTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderItemTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "OrderItem";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("OrderItemId", "OrderItemId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("OrderId", "OrderId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Article", "Article");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Quantity", "Quantity");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[OrderItem] WHERE (([OrderItemId] = @Original_OrderItemId) AND " +
|
|
|
|
|
+ "([OrderId] = @Original_OrderId) AND ([Article] = @Original_Article) AND ([Quanti" +
|
|
|
|
|
+ "ty] = @Original_Quantity))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderItemId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderItemId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Quantity", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Quantity", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[OrderItem] ([OrderId], [Article], [Quantity]) VALUES (@OrderId" +
|
|
|
|
|
+ ", @Article, @Quantity);\r\nSELECT OrderItemId, OrderId, Article, Quantity FROM Ord" +
|
|
|
|
|
+ "erItem WHERE (OrderItemId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Quantity", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Quantity", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[OrderItem] SET [OrderId] = @OrderId, [Article] = @Article, [Quantity] = @Quantity WHERE (([OrderItemId] = @Original_OrderItemId) AND ([OrderId] = @Original_OrderId) AND ([Article] = @Original_Article) AND ([Quantity] = @Original_Quantity));
|
|
|
|
|
+SELECT OrderItemId, OrderId, Article, Quantity FROM OrderItem WHERE (OrderItemId = @OrderItemId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Quantity", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Quantity", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderItemId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderItemId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OrderId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OrderId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Quantity", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Quantity", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrderItemId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "OrderItemId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT OrderItemId, OrderId, Article, Quantity FROM dbo.OrderItem";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.OrderItemDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.OrderItemDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.OrderItemDataTable dataTable = new qweDataSet.OrderItemDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.OrderItemDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "OrderItem");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_OrderItemId, int Original_OrderId, string Original_Article, int Original_Quantity) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_OrderItemId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_OrderId));
|
|
|
|
|
+ if ((Original_Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_Quantity));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(int OrderId, string Article, int Quantity) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((int)(OrderId));
|
|
|
|
|
+ if ((Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = ((string)(Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = ((int)(Quantity));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int OrderId, string Article, int Quantity, int Original_OrderItemId, int Original_OrderId, string Original_Article, int Original_Quantity, int OrderItemId) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(OrderId));
|
|
|
|
|
+ if ((Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(Quantity));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(Original_OrderItemId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(Original_OrderId));
|
|
|
|
|
+ if ((Original_Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_Quantity));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(OrderItemId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int OrderId, string Article, int Quantity, int Original_OrderItemId, int Original_OrderId, string Original_Article, int Original_Quantity) {
|
|
|
|
|
+ return this.Update(OrderId, Article, Quantity, Original_OrderItemId, Original_OrderId, Original_Article, Original_Quantity, Original_OrderItemId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class OrderStatusTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public OrderStatusTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "OrderStatus";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("StatusId", "StatusId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("StatusName", "StatusName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[OrderStatus] WHERE (([StatusId] = @Original_StatusId) AND ([St" +
|
|
|
|
|
+ "atusName] = @Original_StatusName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[OrderStatus] ([StatusName]) VALUES (@StatusName);\r\nSELECT Stat" +
|
|
|
|
|
+ "usId, StatusName FROM OrderStatus WHERE (StatusId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatusName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[OrderStatus] SET [StatusName] = @StatusName WHERE (([StatusId] = @O" +
|
|
|
|
|
+ "riginal_StatusId) AND ([StatusName] = @Original_StatusName));\r\nSELECT StatusId, " +
|
|
|
|
|
+ "StatusName FROM OrderStatus WHERE (StatusId = @StatusId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatusName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatusName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatusName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatusId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "StatusId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT StatusId, StatusName FROM dbo.OrderStatus";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.OrderStatusDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.OrderStatusDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.OrderStatusDataTable dataTable = new qweDataSet.OrderStatusDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.OrderStatusDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "OrderStatus");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_StatusId, string Original_StatusName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_StatusId));
|
|
|
|
|
+ if ((Original_StatusName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_StatusName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_StatusName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string StatusName) {
|
|
|
|
|
+ if ((StatusName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("StatusName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(StatusName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string StatusName, int Original_StatusId, string Original_StatusName, int StatusId) {
|
|
|
|
|
+ if ((StatusName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("StatusName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(StatusName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_StatusId));
|
|
|
|
|
+ if ((Original_StatusName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_StatusName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_StatusName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(StatusId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string StatusName, int Original_StatusId, string Original_StatusName) {
|
|
|
|
|
+ return this.Update(StatusName, Original_StatusId, Original_StatusName, Original_StatusId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class PickupPointTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public PickupPointTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "PickupPoint";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("PickupPointId", "PickupPointId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("PostalCode", "PostalCode");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CityId", "CityId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Street", "Street");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("House", "House");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[PickupPoint] WHERE (([PickupPointId] = @Original_PickupPointId" +
|
|
|
|
|
+ ") AND ([PostalCode] = @Original_PostalCode) AND ([CityId] = @Original_CityId) AN" +
|
|
|
|
|
+ "D ([Street] = @Original_Street) AND ([House] = @Original_House))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PostalCode", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PostalCode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Street", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Street", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_House", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "House", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[PickupPoint] ([PickupPointId], [PostalCode], [CityId], [Street], [House]) VALUES (@PickupPointId, @PostalCode, @CityId, @Street, @House);
|
|
|
|
|
+SELECT PickupPointId, PostalCode, CityId, Street, House FROM PickupPoint WHERE (PickupPointId = @PickupPointId)";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PostalCode", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PostalCode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Street", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Street", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@House", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "House", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[PickupPoint] SET [PickupPointId] = @PickupPointId, [PostalCode] = @PostalCode, [CityId] = @CityId, [Street] = @Street, [House] = @House WHERE (([PickupPointId] = @Original_PickupPointId) AND ([PostalCode] = @Original_PostalCode) AND ([CityId] = @Original_CityId) AND ([Street] = @Original_Street) AND ([House] = @Original_House));
|
|
|
|
|
+SELECT PickupPointId, PostalCode, CityId, Street, House FROM PickupPoint WHERE (PickupPointId = @PickupPointId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PostalCode", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PostalCode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Street", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Street", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@House", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "House", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PickupPointId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PickupPointId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PostalCode", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PostalCode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CityId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CityId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Street", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Street", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_House", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "House", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT PickupPointId, PostalCode, CityId, Street, House FROM dbo.PickupPoint";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.PickupPointDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.PickupPointDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.PickupPointDataTable dataTable = new qweDataSet.PickupPointDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.PickupPointDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "PickupPoint");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_PickupPointId, string Original_PostalCode, int Original_CityId, string Original_Street, string Original_House) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_PickupPointId));
|
|
|
|
|
+ if ((Original_PostalCode == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_PostalCode");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_PostalCode));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_CityId));
|
|
|
|
|
+ if ((Original_Street == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Street");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_Street));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_House == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_House");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_House));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(int PickupPointId, string PostalCode, int CityId, string Street, string House) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((int)(PickupPointId));
|
|
|
|
|
+ if ((PostalCode == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("PostalCode");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = ((string)(PostalCode));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = ((int)(CityId));
|
|
|
|
|
+ if ((Street == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Street");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Street));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((House == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("House");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[4].Value = ((string)(House));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int PickupPointId, string PostalCode, int CityId, string Street, string House, int Original_PickupPointId, string Original_PostalCode, int Original_CityId, string Original_Street, string Original_House) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(PickupPointId));
|
|
|
|
|
+ if ((PostalCode == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("PostalCode");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(PostalCode));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(CityId));
|
|
|
|
|
+ if ((Street == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Street");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Street));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((House == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("House");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(House));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_PickupPointId));
|
|
|
|
|
+ if ((Original_PostalCode == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_PostalCode");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Original_PostalCode));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Original_CityId));
|
|
|
|
|
+ if ((Original_Street == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Street");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_Street));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_House == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_House");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Original_House));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string PostalCode, int CityId, string Street, string House, int Original_PickupPointId, string Original_PostalCode, int Original_CityId, string Original_Street, string Original_House) {
|
|
|
|
|
+ return this.Update(Original_PickupPointId, PostalCode, CityId, Street, House, Original_PickupPointId, Original_PostalCode, Original_CityId, Original_Street, Original_House);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class ProductTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public ProductTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Product";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ProductId", "ProductId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Article", "Article");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Name", "Name");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("UnitId", "UnitId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Price", "Price");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("SupplierId", "SupplierId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ManufacturerId", "ManufacturerId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("CategoryId", "CategoryId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Discount", "Discount");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Stock", "Stock");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Description", "Description");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Photo", "Photo");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = @"DELETE FROM [dbo].[Product] WHERE (([ProductId] = @Original_ProductId) AND ([Article] = @Original_Article) AND ([Name] = @Original_Name) AND ([UnitId] = @Original_UnitId) AND ([Price] = @Original_Price) AND ([SupplierId] = @Original_SupplierId) AND ([ManufacturerId] = @Original_ManufacturerId) AND ([CategoryId] = @Original_CategoryId) AND ([Discount] = @Original_Discount) AND ([Stock] = @Original_Stock) AND ((@IsNull_Photo = 1 AND [Photo] IS NULL) OR ([Photo] = @Original_Photo)))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ProductId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ProductId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 10, 2, "Price", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Discount", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Discount", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Stock", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Stock", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Photo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Photo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[Product] ([Article], [Name], [UnitId], [Price], [SupplierId], [ManufacturerId], [CategoryId], [Discount], [Stock], [Description], [Photo]) VALUES (@Article, @Name, @UnitId, @Price, @SupplierId, @ManufacturerId, @CategoryId, @Discount, @Stock, @Description, @Photo);
|
|
|
|
|
+SELECT ProductId, Article, Name, UnitId, Price, SupplierId, ManufacturerId, CategoryId, Discount, Stock, Description, Photo FROM Product WHERE (ProductId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 10, 2, "Price", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Discount", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Discount", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Stock", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Stock", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Photo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[Product] SET [Article] = @Article, [Name] = @Name, [UnitId] = @UnitId, [Price] = @Price, [SupplierId] = @SupplierId, [ManufacturerId] = @ManufacturerId, [CategoryId] = @CategoryId, [Discount] = @Discount, [Stock] = @Stock, [Description] = @Description, [Photo] = @Photo WHERE (([ProductId] = @Original_ProductId) AND ([Article] = @Original_Article) AND ([Name] = @Original_Name) AND ([UnitId] = @Original_UnitId) AND ([Price] = @Original_Price) AND ([SupplierId] = @Original_SupplierId) AND ([ManufacturerId] = @Original_ManufacturerId) AND ([CategoryId] = @Original_CategoryId) AND ([Discount] = @Original_Discount) AND ([Stock] = @Original_Stock) AND ((@IsNull_Photo = 1 AND [Photo] IS NULL) OR ([Photo] = @Original_Photo)));
|
|
|
|
|
+SELECT ProductId, Article, Name, UnitId, Price, SupplierId, ManufacturerId, CategoryId, Discount, Stock, Description, Photo FROM Product WHERE (ProductId = @ProductId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 10, 2, "Price", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Discount", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Discount", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Stock", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Stock", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Photo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ProductId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ProductId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Article", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Article", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 10, 2, "Price", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ManufacturerId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ManufacturerId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CategoryId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CategoryId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Discount", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Discount", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Stock", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Stock", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Photo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Photo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Photo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ProductId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "ProductId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT ProductId, Article, Name, UnitId, Price, SupplierId, ManufacturerId, Categ" +
|
|
|
|
|
+ "oryId, Discount, Stock, Description, Photo FROM dbo.Product";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.ProductDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.ProductDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.ProductDataTable dataTable = new qweDataSet.ProductDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.ProductDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Product");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_ProductId, string Original_Article, string Original_Name, int Original_UnitId, decimal Original_Price, int Original_SupplierId, int Original_ManufacturerId, int Original_CategoryId, int Original_Discount, int Original_Stock, string Original_Photo) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_ProductId));
|
|
|
|
|
+ if ((Original_Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Name == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Name");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Name));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_UnitId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((decimal)(Original_Price));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_SupplierId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_ManufacturerId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_CategoryId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_Discount));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((int)(Original_Stock));
|
|
|
|
|
+ if ((Original_Photo == null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_Photo));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string Article, string Name, int UnitId, decimal Price, int SupplierId, int ManufacturerId, int CategoryId, int Discount, int Stock, string Description, string Photo) {
|
|
|
|
|
+ if ((Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Name == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Name");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = ((string)(Name));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = ((int)(UnitId));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(Price));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[4].Value = ((int)(SupplierId));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[5].Value = ((int)(ManufacturerId));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[6].Value = ((int)(CategoryId));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[7].Value = ((int)(Discount));
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[8].Value = ((int)(Stock));
|
|
|
|
|
+ if ((Description == null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Description));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Photo == null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[10].Value = ((string)(Photo));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(
|
|
|
|
|
+ string Article,
|
|
|
|
|
+ string Name,
|
|
|
|
|
+ int UnitId,
|
|
|
|
|
+ decimal Price,
|
|
|
|
|
+ int SupplierId,
|
|
|
|
|
+ int ManufacturerId,
|
|
|
|
|
+ int CategoryId,
|
|
|
|
|
+ int Discount,
|
|
|
|
|
+ int Stock,
|
|
|
|
|
+ string Description,
|
|
|
|
|
+ string Photo,
|
|
|
|
|
+ int Original_ProductId,
|
|
|
|
|
+ string Original_Article,
|
|
|
|
|
+ string Original_Name,
|
|
|
|
|
+ int Original_UnitId,
|
|
|
|
|
+ decimal Original_Price,
|
|
|
|
|
+ int Original_SupplierId,
|
|
|
|
|
+ int Original_ManufacturerId,
|
|
|
|
|
+ int Original_CategoryId,
|
|
|
|
|
+ int Original_Discount,
|
|
|
|
|
+ int Original_Stock,
|
|
|
|
|
+ string Original_Photo,
|
|
|
|
|
+ int ProductId) {
|
|
|
|
|
+ if ((Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Name == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Name");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(Name));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(UnitId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(Price));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(SupplierId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(ManufacturerId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(CategoryId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Discount));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(Stock));
|
|
|
|
|
+ if ((Description == null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Description));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Photo == null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Photo));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_ProductId));
|
|
|
|
|
+ if ((Original_Article == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Article");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_Article));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Name == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Name");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_Name));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(Original_UnitId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(Original_Price));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_SupplierId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(Original_ManufacturerId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_CategoryId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_Discount));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_Stock));
|
|
|
|
|
+ if ((Original_Photo == null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_Photo));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(ProductId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(
|
|
|
|
|
+ string Article,
|
|
|
|
|
+ string Name,
|
|
|
|
|
+ int UnitId,
|
|
|
|
|
+ decimal Price,
|
|
|
|
|
+ int SupplierId,
|
|
|
|
|
+ int ManufacturerId,
|
|
|
|
|
+ int CategoryId,
|
|
|
|
|
+ int Discount,
|
|
|
|
|
+ int Stock,
|
|
|
|
|
+ string Description,
|
|
|
|
|
+ string Photo,
|
|
|
|
|
+ int Original_ProductId,
|
|
|
|
|
+ string Original_Article,
|
|
|
|
|
+ string Original_Name,
|
|
|
|
|
+ int Original_UnitId,
|
|
|
|
|
+ decimal Original_Price,
|
|
|
|
|
+ int Original_SupplierId,
|
|
|
|
|
+ int Original_ManufacturerId,
|
|
|
|
|
+ int Original_CategoryId,
|
|
|
|
|
+ int Original_Discount,
|
|
|
|
|
+ int Original_Stock,
|
|
|
|
|
+ string Original_Photo) {
|
|
|
|
|
+ return this.Update(Article, Name, UnitId, Price, SupplierId, ManufacturerId, CategoryId, Discount, Stock, Description, Photo, Original_ProductId, Original_Article, Original_Name, Original_UnitId, Original_Price, Original_SupplierId, Original_ManufacturerId, Original_CategoryId, Original_Discount, Original_Stock, Original_Photo, Original_ProductId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class RoleTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public RoleTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Role";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("RoleId", "RoleId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("RoleName", "RoleName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Role] WHERE (([RoleId] = @Original_RoleId) AND ([RoleName] = @" +
|
|
|
|
|
+ "Original_RoleName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Role] ([RoleName]) VALUES (@RoleName);\r\nSELECT RoleId, RoleNam" +
|
|
|
|
|
+ "e FROM Role WHERE (RoleId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RoleName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[Role] SET [RoleName] = @RoleName WHERE (([RoleId] = @Original_RoleI" +
|
|
|
|
|
+ "d) AND ([RoleName] = @Original_RoleName));\r\nSELECT RoleId, RoleName FROM Role WH" +
|
|
|
|
|
+ "ERE (RoleId = @RoleId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RoleName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RoleId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT RoleId, RoleName FROM dbo.Role";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.RoleDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.RoleDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.RoleDataTable dataTable = new qweDataSet.RoleDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.RoleDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Role");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_RoleId, string Original_RoleName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_RoleId));
|
|
|
|
|
+ if ((Original_RoleName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_RoleName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_RoleName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string RoleName) {
|
|
|
|
|
+ if ((RoleName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("RoleName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(RoleName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string RoleName, int Original_RoleId, string Original_RoleName, int RoleId) {
|
|
|
|
|
+ if ((RoleName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("RoleName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(RoleName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_RoleId));
|
|
|
|
|
+ if ((Original_RoleName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_RoleName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_RoleName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(RoleId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string RoleName, int Original_RoleId, string Original_RoleName) {
|
|
|
|
|
+ return this.Update(RoleName, Original_RoleId, Original_RoleName, Original_RoleId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class SupplierTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public SupplierTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Supplier";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("SupplierId", "SupplierId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("SupplierName", "SupplierName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Supplier] WHERE (([SupplierId] = @Original_SupplierId) AND ([S" +
|
|
|
|
|
+ "upplierName] = @Original_SupplierName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Supplier] ([SupplierName]) VALUES (@SupplierName);\r\nSELECT Sup" +
|
|
|
|
|
+ "plierId, SupplierName FROM Supplier WHERE (SupplierId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SupplierName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[Supplier] SET [SupplierName] = @SupplierName WHERE (([SupplierId] =" +
|
|
|
|
|
+ " @Original_SupplierId) AND ([SupplierName] = @Original_SupplierName));\r\nSELECT S" +
|
|
|
|
|
+ "upplierId, SupplierName FROM Supplier WHERE (SupplierId = @SupplierId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SupplierName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SupplierName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SupplierId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "SupplierId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT SupplierId, SupplierName FROM dbo.Supplier";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.SupplierDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.SupplierDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.SupplierDataTable dataTable = new qweDataSet.SupplierDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.SupplierDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Supplier");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_SupplierId, string Original_SupplierName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_SupplierId));
|
|
|
|
|
+ if ((Original_SupplierName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_SupplierName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_SupplierName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string SupplierName) {
|
|
|
|
|
+ if ((SupplierName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("SupplierName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(SupplierName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string SupplierName, int Original_SupplierId, string Original_SupplierName, int SupplierId) {
|
|
|
|
|
+ if ((SupplierName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("SupplierName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(SupplierName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_SupplierId));
|
|
|
|
|
+ if ((Original_SupplierName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_SupplierName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_SupplierName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(SupplierId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string SupplierName, int Original_SupplierId, string Original_SupplierName) {
|
|
|
|
|
+ return this.Update(SupplierName, Original_SupplierId, Original_SupplierName, Original_SupplierId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class UnitTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UnitTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "Unit";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("UnitId", "UnitId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("UnitName", "UnitName");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Unit] WHERE (([UnitId] = @Original_UnitId) AND ([UnitName] = @" +
|
|
|
|
|
+ "Original_UnitName))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Unit] ([UnitName]) VALUES (@UnitName);\r\nSELECT UnitId, UnitNam" +
|
|
|
|
|
+ "e FROM Unit WHERE (UnitId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UnitName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[Unit] SET [UnitName] = @UnitName WHERE (([UnitId] = @Original_UnitI" +
|
|
|
|
|
+ "d) AND ([UnitName] = @Original_UnitName));\r\nSELECT UnitId, UnitName FROM Unit WH" +
|
|
|
|
|
+ "ERE (UnitId = @UnitId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UnitName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UnitName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UnitName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UnitId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "UnitId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT UnitId, UnitName FROM dbo.Unit";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.UnitDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.UnitDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.UnitDataTable dataTable = new qweDataSet.UnitDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.UnitDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "Unit");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_UnitId, string Original_UnitName) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_UnitId));
|
|
|
|
|
+ if ((Original_UnitName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_UnitName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_UnitName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(string UnitName) {
|
|
|
|
|
+ if ((UnitName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("UnitName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(UnitName));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string UnitName, int Original_UnitId, string Original_UnitName, int UnitId) {
|
|
|
|
|
+ if ((UnitName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("UnitName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(UnitName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Original_UnitId));
|
|
|
|
|
+ if ((Original_UnitName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_UnitName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_UnitName));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(UnitId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(string UnitName, int Original_UnitId, string Original_UnitName) {
|
|
|
|
|
+ return this.Update(UnitName, Original_UnitId, Original_UnitName, Original_UnitId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class UserTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UserTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "User";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("UserId", "UserId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("RoleId", "RoleId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("FullName", "FullName");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Login", "Login");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Password", "Password");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.DeleteCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[User] WHERE (([UserId] = @Original_UserId) AND ([RoleId] = @Or" +
|
|
|
|
|
+ "iginal_RoleId) AND ([FullName] = @Original_FullName) AND ([Login] = @Original_Lo" +
|
|
|
|
|
+ "gin) AND ([Password] = @Original_Password))";
|
|
|
|
|
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UserId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FullName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FullName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Login", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Login", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[User] ([RoleId], [FullName], [Login], [Password]) VALUES (@Rol" +
|
|
|
|
|
+ "eId, @FullName, @Login, @Password);\r\nSELECT UserId, RoleId, FullName, Login, Pas" +
|
|
|
|
|
+ "sword FROM [User] WHERE (UserId = SCOPE_IDENTITY())";
|
|
|
|
|
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FullName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FullName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Login", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Login", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[User] SET [RoleId] = @RoleId, [FullName] = @FullName, [Login] = @Login, [Password] = @Password WHERE (([UserId] = @Original_UserId) AND ([RoleId] = @Original_RoleId) AND ([FullName] = @Original_FullName) AND ([Login] = @Original_Login) AND ([Password] = @Original_Password));
|
|
|
|
|
+SELECT UserId, RoleId, FullName, Login, Password FROM [User] WHERE (UserId = @UserId)";
|
|
|
|
|
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FullName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FullName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Login", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Login", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UserId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UserId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RoleId", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RoleId", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FullName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FullName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Login", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Login", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
|
|
|
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UserId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "UserId", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT UserId, RoleId, FullName, Login, Password FROM dbo.[User]";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.UserDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.UserDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.UserDataTable dataTable = new qweDataSet.UserDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet.UserDataTable dataTable) {
|
|
|
|
|
+ return this.Adapter.Update(dataTable);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(qweDataSet dataSet) {
|
|
|
|
|
+ return this.Adapter.Update(dataSet, "User");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
+ dataRow});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
+ return this.Adapter.Update(dataRows);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
|
|
|
+ public virtual int Delete(int Original_UserId, int Original_RoleId, string Original_FullName, string Original_Login, string Original_Password) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_UserId));
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_RoleId));
|
|
|
|
|
+ if ((Original_FullName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_FullName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_FullName));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Login == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Login");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_Login));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Password == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Password");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_Password));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
|
|
|
+ public virtual int Insert(int RoleId, string FullName, string Login, string Password) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[0].Value = ((int)(RoleId));
|
|
|
|
|
+ if ((FullName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("FullName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[1].Value = ((string)(FullName));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Login == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Login");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Login));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Password == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Password");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Password));
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int RoleId, string FullName, string Login, string Password, int Original_UserId, int Original_RoleId, string Original_FullName, string Original_Login, string Original_Password, int UserId) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(RoleId));
|
|
|
|
|
+ if ((FullName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("FullName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(FullName));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Login == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Login");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Login));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Password == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Password");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Password));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(Original_UserId));
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_RoleId));
|
|
|
|
|
+ if ((Original_FullName == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_FullName");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Original_FullName));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Login == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Login");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_Login));
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((Original_Password == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("Original_Password");
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_Password));
|
|
|
|
|
+ }
|
|
|
|
|
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(UserId));
|
|
|
|
|
+ global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
|
|
|
+ if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
|
|
|
+ != global::System.Data.ConnectionState.Open)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Open();
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
|
|
|
+ public virtual int Update(int RoleId, string FullName, string Login, string Password, int Original_UserId, int Original_RoleId, string Original_FullName, string Original_Login, string Original_Password) {
|
|
|
|
|
+ return this.Update(RoleId, FullName, Login, Password, Original_UserId, Original_RoleId, Original_FullName, Original_Login, Original_Password, Original_UserId);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class vCatalogTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vCatalogTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "vCatalog";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Article", "Article");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Фото", "Фото");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Категория товара", "Категория товара");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Наименование товара", "Наименование товара");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Описание товара", "Описание товара");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Производитель", "Производитель");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Поставщик", "Поставщик");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Цена", "Цена");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Единица измерения", "Единица измерения");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Кол-во на складе", "Кол-во на складе");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Действующая скидка", "Действующая скидка");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT Article, Фото, [Категория товара], [Наименование товара], [Описание товара" +
|
|
|
|
|
+ "], Производитель, Поставщик, Цена, [Единица измерения], [Кол-во на складе], [Дей" +
|
|
|
|
|
+ "ствующая скидка] FROM dbo.vCatalog";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.vCatalogDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.vCatalogDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.vCatalogDataTable dataTable = new qweDataSet.vCatalogDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class vOrdersTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vOrdersTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "vOrders";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("OrderId", "OrderId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Артикул заказа", "Артикул заказа");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Статус заказа", "Статус заказа");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Адрес пункта выдачи", "Адрес пункта выдачи");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Дата заказа", "Дата заказа");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Дата доставки", "Дата доставки");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT OrderId, [Артикул заказа], [Статус заказа], [Адрес пункта выдачи], [Дата з" +
|
|
|
|
|
+ "аказа], [Дата доставки] FROM dbo.vOrders";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.vOrdersDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.vOrdersDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.vOrdersDataTable dataTable = new qweDataSet.vOrdersDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ public partial class vw_UsersLoginTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _clearBeforeFill;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public vw_UsersLoginTableAdapter() {
|
|
|
|
|
+ this.ClearBeforeFill = true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._adapter == null)) {
|
|
|
|
|
+ this.InitAdapter();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._adapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection == null)) {
|
|
|
|
|
+ this.InitConnection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._transaction = value;
|
|
|
|
|
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
+ this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
+ this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Adapter != null)
|
|
|
|
|
+ && (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._commandCollection == null)) {
|
|
|
|
|
+ this.InitCommandCollection();
|
|
|
|
|
+ }
|
|
|
|
|
+ return this._commandCollection;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool ClearBeforeFill {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._clearBeforeFill;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._clearBeforeFill = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitAdapter() {
|
|
|
|
|
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
+ tableMapping.SourceTable = "Table";
|
|
|
|
|
+ tableMapping.DataSetTable = "vw_UsersLogin";
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("UserId", "UserId");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("ФИО", "ФИО");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Логин", "Логин");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Пароль", "Пароль");
|
|
|
|
|
+ tableMapping.ColumnMappings.Add("Роль", "Роль");
|
|
|
|
|
+ this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitConnection() {
|
|
|
|
|
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
+ this._connection.ConnectionString = global::qwe.Properties.Settings.Default.qweConnectionString;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private void InitCommandCollection() {
|
|
|
|
|
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
+ this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
+ this._commandCollection[0].CommandText = "SELECT UserId, ФИО, Логин, Пароль, Роль FROM dbo.vw_UsersLogin";
|
|
|
|
|
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
+ public virtual int Fill(qweDataSet.vw_UsersLoginDataTable dataTable) {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
+ dataTable.Clear();
|
|
|
|
|
+ }
|
|
|
|
|
+ int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return returnValue;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
+ public virtual qweDataSet.vw_UsersLoginDataTable GetData() {
|
|
|
|
|
+ this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
+ qweDataSet.vw_UsersLoginDataTable dataTable = new qweDataSet.vw_UsersLoginDataTable();
|
|
|
|
|
+ this.Adapter.Fill(dataTable);
|
|
|
|
|
+ return dataTable;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
+ [global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
|
|
|
|
|
+ "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
|
|
|
|
|
+ public partial class TableAdapterManager : global::System.ComponentModel.Component {
|
|
|
|
|
+
|
|
|
|
|
+ private UpdateOrderOption _updateOrder;
|
|
|
|
|
+
|
|
|
|
|
+ private CategoryTableAdapter _categoryTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private CityTableAdapter _cityTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private ManufacturerTableAdapter _manufacturerTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderTableAdapter _orderTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderItemTableAdapter _orderItemTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private OrderStatusTableAdapter _orderStatusTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private PickupPointTableAdapter _pickupPointTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private ProductTableAdapter _productTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private RoleTableAdapter _roleTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private SupplierTableAdapter _supplierTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private UnitTableAdapter _unitTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private UserTableAdapter _userTableAdapter;
|
|
|
|
|
+
|
|
|
|
|
+ private bool _backupDataSetBeforeUpdate;
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.IDbConnection _connection;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public UpdateOrderOption UpdateOrder {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._updateOrder;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._updateOrder = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public CategoryTableAdapter CategoryTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._categoryTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._categoryTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public CityTableAdapter CityTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._cityTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._cityTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public ManufacturerTableAdapter ManufacturerTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._manufacturerTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._manufacturerTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public OrderTableAdapter OrderTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._orderTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._orderTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public OrderItemTableAdapter OrderItemTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._orderItemTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._orderItemTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public OrderStatusTableAdapter OrderStatusTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._orderStatusTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._orderStatusTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public PickupPointTableAdapter PickupPointTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._pickupPointTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._pickupPointTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public ProductTableAdapter ProductTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._productTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._productTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public RoleTableAdapter RoleTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._roleTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._roleTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public SupplierTableAdapter SupplierTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._supplierTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._supplierTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public UnitTableAdapter UnitTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._unitTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._unitTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
+ "a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
+ public UserTableAdapter UserTableAdapter {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._userTableAdapter;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._userTableAdapter = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public bool BackupDataSetBeforeUpdate {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return this._backupDataSetBeforeUpdate;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._backupDataSetBeforeUpdate = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public global::System.Data.IDbConnection Connection {
|
|
|
|
|
+ get {
|
|
|
|
|
+ if ((this._connection != null)) {
|
|
|
|
|
+ return this._connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._categoryTableAdapter != null)
|
|
|
|
|
+ && (this._categoryTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._categoryTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._cityTableAdapter != null)
|
|
|
|
|
+ && (this._cityTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._cityTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._manufacturerTableAdapter != null)
|
|
|
|
|
+ && (this._manufacturerTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._manufacturerTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderTableAdapter != null)
|
|
|
|
|
+ && (this._orderTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._orderTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderItemTableAdapter != null)
|
|
|
|
|
+ && (this._orderItemTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._orderItemTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderStatusTableAdapter != null)
|
|
|
|
|
+ && (this._orderStatusTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._orderStatusTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._pickupPointTableAdapter != null)
|
|
|
|
|
+ && (this._pickupPointTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._pickupPointTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._productTableAdapter != null)
|
|
|
|
|
+ && (this._productTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._productTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._roleTableAdapter != null)
|
|
|
|
|
+ && (this._roleTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._roleTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._supplierTableAdapter != null)
|
|
|
|
|
+ && (this._supplierTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._supplierTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._unitTableAdapter != null)
|
|
|
|
|
+ && (this._unitTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._unitTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._userTableAdapter != null)
|
|
|
|
|
+ && (this._userTableAdapter.Connection != null))) {
|
|
|
|
|
+ return this._userTableAdapter.Connection;
|
|
|
|
|
+ }
|
|
|
|
|
+ return null;
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this._connection = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ [global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
+ public int TableAdapterInstanceCount {
|
|
|
|
|
+ get {
|
|
|
|
|
+ int count = 0;
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ count = (count + 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ return count;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Update rows in top-down order.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private int UpdateUpdatedRows(qweDataSet dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
+ int result = 0;
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.City.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._cityTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Role.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._roleTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Category.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._categoryTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Manufacturer.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._manufacturerTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.OrderStatus.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderStatusTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.PickupPoint.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._pickupPointTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Supplier.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._supplierTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Unit.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._unitTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.User.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._userTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Order.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.Product.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._productTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] updatedRows = dataSet.OrderItem.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
+ if (((updatedRows != null)
|
|
|
|
|
+ && (0 < updatedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderItemTableAdapter.Update(updatedRows));
|
|
|
|
|
+ allChangedRows.AddRange(updatedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return result;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Insert rows in top-down order.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private int UpdateInsertedRows(qweDataSet dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
+ int result = 0;
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.City.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._cityTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Role.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._roleTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Category.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._categoryTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Manufacturer.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._manufacturerTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.OrderStatus.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderStatusTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.PickupPoint.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._pickupPointTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Supplier.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._supplierTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Unit.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._unitTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.User.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._userTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Order.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.Product.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._productTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] addedRows = dataSet.OrderItem.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
+ if (((addedRows != null)
|
|
|
|
|
+ && (0 < addedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderItemTableAdapter.Update(addedRows));
|
|
|
|
|
+ allAddedRows.AddRange(addedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return result;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Delete rows in bottom-up order.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private int UpdateDeletedRows(qweDataSet dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
|
|
|
+ int result = 0;
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.OrderItem.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderItemTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Product.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._productTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Order.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.User.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._userTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Unit.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._unitTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Supplier.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._supplierTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.PickupPoint.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._pickupPointTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.OrderStatus.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._orderStatusTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Manufacturer.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._manufacturerTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Category.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._categoryTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.Role.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._roleTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ global::System.Data.DataRow[] deletedRows = dataSet.City.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
+ if (((deletedRows != null)
|
|
|
|
|
+ && (0 < deletedRows.Length))) {
|
|
|
|
|
+ result = (result + this._cityTableAdapter.Update(deletedRows));
|
|
|
|
|
+ allChangedRows.AddRange(deletedRows);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return result;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
+ if (((updatedRows == null)
|
|
|
|
|
+ || (updatedRows.Length < 1))) {
|
|
|
|
|
+ return updatedRows;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((allAddedRows == null)
|
|
|
|
|
+ || (allAddedRows.Count < 1))) {
|
|
|
|
|
+ return updatedRows;
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
+ for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
|
|
|
|
|
+ global::System.Data.DataRow row = updatedRows[i];
|
|
|
|
|
+ if ((allAddedRows.Contains(row) == false)) {
|
|
|
|
|
+ realUpdatedRows.Add(row);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return realUpdatedRows.ToArray();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Update all changes to the dataset.
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public virtual int UpdateAll(qweDataSet dataSet) {
|
|
|
|
|
+ if ((dataSet == null)) {
|
|
|
|
|
+ throw new global::System.ArgumentNullException("dataSet");
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((dataSet.HasChanges() == false)) {
|
|
|
|
|
+ return 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._categoryTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._categoryTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._cityTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._cityTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._manufacturerTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._manufacturerTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._orderTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderItemTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._orderItemTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._orderStatusTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._orderStatusTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._pickupPointTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._pickupPointTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._productTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._productTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._roleTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._roleTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._supplierTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._supplierTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._unitTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._unitTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this._userTableAdapter != null)
|
|
|
|
|
+ && (this.MatchTableAdapterConnection(this._userTableAdapter.Connection) == false))) {
|
|
|
|
|
+ throw new global::System.ArgumentException("Все адаптеры таблицы, управляемые диспетчером адаптера таблицы TableAdapterManage" +
|
|
|
|
|
+ "r, должны использовать одинаковую строку подключения.");
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.IDbConnection workConnection = this.Connection;
|
|
|
|
|
+ if ((workConnection == null)) {
|
|
|
|
|
+ throw new global::System.ApplicationException("TableAdapterManager не содержит сведений о подключении. Укажите для каждого адапт" +
|
|
|
|
|
+ "ера таблицы TableAdapterManager допустимый экземпляр адаптера таблицы.");
|
|
|
|
|
+ }
|
|
|
|
|
+ bool workConnOpened = false;
|
|
|
|
|
+ if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
|
|
|
|
+ == global::System.Data.ConnectionState.Broken)) {
|
|
|
|
|
+ workConnection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
+ workConnection.Open();
|
|
|
|
|
+ workConnOpened = true;
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
|
|
|
|
+ if ((workTransaction == null)) {
|
|
|
|
|
+ throw new global::System.ApplicationException("Не удается начать транзакцию. Текущее соединение данных не поддерживает транзакци" +
|
|
|
|
|
+ "и или текущее состояние не позволяет начать транзакцию.");
|
|
|
|
|
+ }
|
|
|
|
|
+ global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
+ global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
+ global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
|
|
|
|
|
+ global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
|
|
|
|
|
+ int result = 0;
|
|
|
|
|
+ global::System.Data.DataSet backupDataSet = null;
|
|
|
|
|
+ if (this.BackupDataSetBeforeUpdate) {
|
|
|
|
|
+ backupDataSet = new global::System.Data.DataSet();
|
|
|
|
|
+ backupDataSet.Merge(dataSet);
|
|
|
|
|
+ }
|
|
|
|
|
+ try {
|
|
|
|
|
+ // ---- Prepare for update -----------
|
|
|
|
|
+ //
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._categoryTableAdapter, this._categoryTableAdapter.Connection);
|
|
|
|
|
+ this._categoryTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._categoryTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._categoryTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._categoryTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._categoryTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._cityTableAdapter, this._cityTableAdapter.Connection);
|
|
|
|
|
+ this._cityTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._cityTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._cityTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._cityTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._cityTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._manufacturerTableAdapter, this._manufacturerTableAdapter.Connection);
|
|
|
|
|
+ this._manufacturerTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._manufacturerTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._manufacturerTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._manufacturerTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._manufacturerTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._orderTableAdapter, this._orderTableAdapter.Connection);
|
|
|
|
|
+ this._orderTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._orderTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._orderTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._orderTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._orderTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._orderItemTableAdapter, this._orderItemTableAdapter.Connection);
|
|
|
|
|
+ this._orderItemTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._orderItemTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._orderItemTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._orderItemTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._orderItemTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._orderStatusTableAdapter, this._orderStatusTableAdapter.Connection);
|
|
|
|
|
+ this._orderStatusTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._orderStatusTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._orderStatusTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._orderStatusTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._orderStatusTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._pickupPointTableAdapter, this._pickupPointTableAdapter.Connection);
|
|
|
|
|
+ this._pickupPointTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._pickupPointTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._pickupPointTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._pickupPointTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._pickupPointTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._productTableAdapter, this._productTableAdapter.Connection);
|
|
|
|
|
+ this._productTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._productTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._productTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._productTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._productTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._roleTableAdapter, this._roleTableAdapter.Connection);
|
|
|
|
|
+ this._roleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._roleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._roleTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._roleTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._roleTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._supplierTableAdapter, this._supplierTableAdapter.Connection);
|
|
|
|
|
+ this._supplierTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._supplierTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._supplierTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._supplierTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._supplierTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._unitTableAdapter, this._unitTableAdapter.Connection);
|
|
|
|
|
+ this._unitTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._unitTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._unitTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._unitTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._unitTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ revertConnections.Add(this._userTableAdapter, this._userTableAdapter.Connection);
|
|
|
|
|
+ this._userTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
+ this._userTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
+ if (this._userTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
+ this._userTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.Add(this._userTableAdapter.Adapter);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ //
|
|
|
|
|
+ //---- Perform updates -----------
|
|
|
|
|
+ //
|
|
|
|
|
+ if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) {
|
|
|
|
|
+ result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
|
|
|
+ result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
|
|
|
+ result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
|
|
|
+ }
|
|
|
|
|
+ result = (result + this.UpdateDeletedRows(dataSet, allChangedRows));
|
|
|
|
|
+ //
|
|
|
|
|
+ //---- Commit updates -----------
|
|
|
|
|
+ //
|
|
|
|
|
+ workTransaction.Commit();
|
|
|
|
|
+ if ((0 < allAddedRows.Count)) {
|
|
|
|
|
+ global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
|
|
|
+ allAddedRows.CopyTo(rows);
|
|
|
|
|
+ for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
+ global::System.Data.DataRow row = rows[i];
|
|
|
|
|
+ row.AcceptChanges();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((0 < allChangedRows.Count)) {
|
|
|
|
|
+ global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count];
|
|
|
|
|
+ allChangedRows.CopyTo(rows);
|
|
|
|
|
+ for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
+ global::System.Data.DataRow row = rows[i];
|
|
|
|
|
+ row.AcceptChanges();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ catch (global::System.Exception ex) {
|
|
|
|
|
+ workTransaction.Rollback();
|
|
|
|
|
+ // ---- Restore the dataset -----------
|
|
|
|
|
+ if (this.BackupDataSetBeforeUpdate) {
|
|
|
|
|
+ global::System.Diagnostics.Debug.Assert((backupDataSet != null));
|
|
|
|
|
+ dataSet.Clear();
|
|
|
|
|
+ dataSet.Merge(backupDataSet);
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ if ((0 < allAddedRows.Count)) {
|
|
|
|
|
+ global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
|
|
|
+ allAddedRows.CopyTo(rows);
|
|
|
|
|
+ for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
+ global::System.Data.DataRow row = rows[i];
|
|
|
|
|
+ row.AcceptChanges();
|
|
|
|
|
+ row.SetAdded();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ throw ex;
|
|
|
|
|
+ }
|
|
|
|
|
+ finally {
|
|
|
|
|
+ if (workConnOpened) {
|
|
|
|
|
+ workConnection.Close();
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._categoryTableAdapter != null)) {
|
|
|
|
|
+ this._categoryTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._categoryTableAdapter]));
|
|
|
|
|
+ this._categoryTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._cityTableAdapter != null)) {
|
|
|
|
|
+ this._cityTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._cityTableAdapter]));
|
|
|
|
|
+ this._cityTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._manufacturerTableAdapter != null)) {
|
|
|
|
|
+ this._manufacturerTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._manufacturerTableAdapter]));
|
|
|
|
|
+ this._manufacturerTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderTableAdapter != null)) {
|
|
|
|
|
+ this._orderTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._orderTableAdapter]));
|
|
|
|
|
+ this._orderTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderItemTableAdapter != null)) {
|
|
|
|
|
+ this._orderItemTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._orderItemTableAdapter]));
|
|
|
|
|
+ this._orderItemTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._orderStatusTableAdapter != null)) {
|
|
|
|
|
+ this._orderStatusTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._orderStatusTableAdapter]));
|
|
|
|
|
+ this._orderStatusTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._pickupPointTableAdapter != null)) {
|
|
|
|
|
+ this._pickupPointTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._pickupPointTableAdapter]));
|
|
|
|
|
+ this._pickupPointTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._productTableAdapter != null)) {
|
|
|
|
|
+ this._productTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._productTableAdapter]));
|
|
|
|
|
+ this._productTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._roleTableAdapter != null)) {
|
|
|
|
|
+ this._roleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._roleTableAdapter]));
|
|
|
|
|
+ this._roleTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._supplierTableAdapter != null)) {
|
|
|
|
|
+ this._supplierTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._supplierTableAdapter]));
|
|
|
|
|
+ this._supplierTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._unitTableAdapter != null)) {
|
|
|
|
|
+ this._unitTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._unitTableAdapter]));
|
|
|
|
|
+ this._unitTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((this._userTableAdapter != null)) {
|
|
|
|
|
+ this._userTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._userTableAdapter]));
|
|
|
|
|
+ this._userTableAdapter.Transaction = null;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) {
|
|
|
|
|
+ global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count];
|
|
|
|
|
+ adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters);
|
|
|
|
|
+ for (int i = 0; (i < adapters.Length); i = (i + 1)) {
|
|
|
|
|
+ global::System.Data.Common.DataAdapter adapter = adapters[i];
|
|
|
|
|
+ adapter.AcceptChangesDuringUpdate = true;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return result;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) {
|
|
|
|
|
+ global::System.Array.Sort<global::System.Data.DataRow>(rows, new SelfReferenceComparer(relation, childFirst));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) {
|
|
|
|
|
+ if ((this._connection != null)) {
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (((this.Connection == null)
|
|
|
|
|
+ || (inputConnection == null))) {
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) {
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Update Order Option
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public enum UpdateOrderOption {
|
|
|
|
|
+
|
|
|
|
|
+ InsertUpdateDelete = 0,
|
|
|
|
|
+
|
|
|
|
|
+ UpdateInsertDelete = 1,
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ ///Used to sort self-referenced table's rows
|
|
|
|
|
+ ///</summary>
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
|
|
|
|
|
+
|
|
|
|
|
+ private global::System.Data.DataRelation _relation;
|
|
|
|
|
+
|
|
|
|
|
+ private int _childFirst;
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) {
|
|
|
|
|
+ this._relation = relation;
|
|
|
|
|
+ if (childFirst) {
|
|
|
|
|
+ this._childFirst = -1;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ this._childFirst = 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) {
|
|
|
|
|
+ global::System.Diagnostics.Debug.Assert((row != null));
|
|
|
|
|
+ global::System.Data.DataRow root = row;
|
|
|
|
|
+ distance = 0;
|
|
|
|
|
+
|
|
|
|
|
+ global::System.Collections.Generic.IDictionary<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
|
|
|
|
|
+ traversedRows[row] = row;
|
|
|
|
|
+
|
|
|
|
|
+ global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
|
|
|
+ for (
|
|
|
|
|
+ ; ((parent != null)
|
|
|
|
|
+ && (traversedRows.ContainsKey(parent) == false));
|
|
|
|
|
+ ) {
|
|
|
|
|
+ distance = (distance + 1);
|
|
|
|
|
+ root = parent;
|
|
|
|
|
+ traversedRows[parent] = parent;
|
|
|
|
|
+ parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ if ((distance == 0)) {
|
|
|
|
|
+ traversedRows.Clear();
|
|
|
|
|
+ traversedRows[row] = row;
|
|
|
|
|
+ parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
|
|
|
+ for (
|
|
|
|
|
+ ; ((parent != null)
|
|
|
|
|
+ && (traversedRows.ContainsKey(parent) == false));
|
|
|
|
|
+ ) {
|
|
|
|
|
+ distance = (distance + 1);
|
|
|
|
|
+ root = parent;
|
|
|
|
|
+ traversedRows[parent] = parent;
|
|
|
|
|
+ parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ return root;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
|
|
|
+ public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) {
|
|
|
|
|
+ if (object.ReferenceEquals(row1, row2)) {
|
|
|
|
|
+ return 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((row1 == null)) {
|
|
|
|
|
+ return -1;
|
|
|
|
|
+ }
|
|
|
|
|
+ if ((row2 == null)) {
|
|
|
|
|
+ return 1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ int distance1 = 0;
|
|
|
|
|
+ global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1);
|
|
|
|
|
+
|
|
|
|
|
+ int distance2 = 0;
|
|
|
|
|
+ global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2);
|
|
|
|
|
+
|
|
|
|
|
+ if (object.ReferenceEquals(root1, root2)) {
|
|
|
|
|
+ return (this._childFirst * distance1.CompareTo(distance2));
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ global::System.Diagnostics.Debug.Assert(((root1.Table != null)
|
|
|
|
|
+ && (root2.Table != null)));
|
|
|
|
|
+ if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) {
|
|
|
|
|
+ return -1;
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ return 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#pragma warning restore 1591
|