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

📄 银行储蓄系统dataset3.designer.cs

📁 这是一个银行储蓄系统的源代码及数据库文件
💻 CS
📖 第 1 页 / 共 5 页
字号:
                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["开户日期"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column储户编号 = new System.Data.DataColumn("储户编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column储户编号);
                this.column身份证号 = new System.Data.DataColumn("身份证号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column身份证号);
                this.column储户姓名 = new System.Data.DataColumn("储户姓名", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column储户姓名);
                this.column联系电话 = new System.Data.DataColumn("联系电话", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系电话);
                this.column备注 = new System.Data.DataColumn("备注", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column备注);
                this.column卡号 = new System.Data.DataColumn("卡号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column卡号);
                this.column密码 = new System.Data.DataColumn("密码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column密码);
                this.column地址 = new System.Data.DataColumn("地址", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column地址);
                this.column业务员编号 = new System.Data.DataColumn("业务员编号", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column业务员编号);
                this.column开户日期 = new System.Data.DataColumn("开户日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column开户日期);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column储户编号}, true));
                this.column储户编号.AllowDBNull = false;
                this.column储户编号.Unique = true;
                this.column储户编号.MaxLength = 10;
                this.column身份证号.MaxLength = 20;
                this.column储户姓名.MaxLength = 10;
                this.column联系电话.MaxLength = 20;
                this.column备注.MaxLength = 50;
                this.column卡号.MaxLength = 10;
                this.column密码.MaxLength = 10;
                this.column地址.MaxLength = 50;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 储户信息Row New储户信息Row() {
                return ((储户信息Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 储户信息Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(储户信息Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.储户信息RowChanged != null)) {
                    this.储户信息RowChanged(this, new 储户信息RowChangeEvent(((储户信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.储户信息RowChanging != null)) {
                    this.储户信息RowChanging(this, new 储户信息RowChangeEvent(((储户信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.储户信息RowDeleted != null)) {
                    this.储户信息RowDeleted(this, new 储户信息RowChangeEvent(((储户信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.储户信息RowDeleting != null)) {
                    this.储户信息RowDeleting(this, new 储户信息RowChangeEvent(((储户信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove储户信息Row(储户信息Row row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                银行储蓄系统DataSet3 ds = new 银行储蓄系统DataSet3();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "储户信息DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class 储户信息Row : System.Data.DataRow {
            
            private 储户信息DataTable table储户信息;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 储户信息Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table储户信息 = ((储户信息DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 储户编号 {
                get {
                    return ((string)(this[this.table储户信息.储户编号Column]));
                }
                set {
                    this[this.table储户信息.储户编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 身份证号 {
                get {
                    try {
                        return ((string)(this[this.table储户信息.身份证号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“储户信息”中列“身份证号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table储户信息.身份证号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 储户姓名 {
                get {
                    try {
                        return ((string)(this[this.table储户信息.储户姓名Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“储户信息”中列“储户姓名”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table储户信息.储户姓名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 联系电话 {
                get {
                    try {
                        return ((string)(this[this.table储户信息.联系电话Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“储户信息”中列“联系电话”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table储户信息.联系电话Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 备注 {
                get {
                    try {
                        return ((string)(this[this.table储户信息.备注Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“储户信息”中列“备注”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table储户信息.备注Column] = value;
                }
            }

⌨️ 快捷键说明

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