⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 invoicedataset.designer.cs

📁 c#三层架构项目开发的全过程
💻 CS
📖 第 1 页 / 共 5 页
字号:
                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 = "InvoiceSetail_Select_ByIDDataTable";
                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 InvoiceSetail_Select_ByIDRow : global::System.Data.DataRow {
            
            private InvoiceSetail_Select_ByIDDataTable tableInvoiceSetail_Select_ByID;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            internal InvoiceSetail_Select_ByIDRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableInvoiceSetail_Select_ByID = ((InvoiceSetail_Select_ByIDDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_list_id {
                get {
                    return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_list_idColumn]));
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_list_idColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public string invoice_id {
                get {
                    try {
                        return ((string)(this[this.tableInvoiceSetail_Select_ByID.invoice_idColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_id”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_idColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public string invoice_list_product_id {
                get {
                    try {
                        return ((string)(this[this.tableInvoiceSetail_Select_ByID.invoice_list_product_idColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_list_product_id”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_list_product_idColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public string invoice_list_color {
                get {
                    try {
                        return ((string)(this[this.tableInvoiceSetail_Select_ByID.invoice_list_colorColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_list_color”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_list_colorColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size1 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size1Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size1”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size1Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size2 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size2Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size2”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size2Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size3 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size3Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size3”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size3Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size4 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size4Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size4”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size4Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size5 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size5Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size5”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size5Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public int invoice_lis_size6 {
                get {
                    try {
                        return ((int)(this[this.tableInvoiceSetail_Select_ByID.invoice_lis_size6Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“InvoiceSetail_Select_ByID”中列“invoice_lis_size6”的值为 DBNull。", e);
                    }
                }
                set {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -