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

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

📁 这是一个银行储蓄系统的源代码及数据库文件
💻 CS
📖 第 1 页 / 共 5 页
字号:
            
            [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 int 业务员编号 {
                get {
                    try {
                        return ((int)(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 System.DateTime 开户日期 {
                get {
                    try {
                        return ((System.DateTime)(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 bool Is身份证号Null() {
                return this.IsNull(this.table储户信息.身份证号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set身份证号Null() {
                this[this.table储户信息.身份证号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is储户姓名Null() {
                return this.IsNull(this.table储户信息.储户姓名Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set储户姓名Null() {
                this[this.table储户信息.储户姓名Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is联系电话Null() {
                return this.IsNull(this.table储户信息.联系电话Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set联系电话Null() {
                this[this.table储户信息.联系电话Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is备注Null() {
                return this.IsNull(this.table储户信息.备注Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set备注Null() {
                this[this.table储户信息.备注Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is卡号Null() {
                return this.IsNull(this.table储户信息.卡号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set卡号Null() {
                this[this.table储户信息.卡号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is密码Null() {
                return this.IsNull(this.table储户信息.密码Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set密码Null() {
                this[this.table储户信息.密码Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is地址Null() {
                return this.IsNull(this.table储户信息.地址Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set地址Null() {
                this[this.table储户信息.地址Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is业务员编号Null() {
                return this.IsNull(this.table储户信息.业务员编号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set业务员编号Null() {
                this[this.table储户信息.业务员编号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is开户日期Null() {
                return this.IsNull(this.table储户信息.开户日期Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set开户日期Null() {
                this[this.table储户信息.开户日期Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class 储户信息RowChangeEvent : System.EventArgs {
            
            private 储户信息Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 储户信息RowChangeEvent(储户信息Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 储户信息Row Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}
namespace Store.银行储蓄系统DataSet3TableAdapters {
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.ComponentModel.ToolboxItem(true)]
    [System.ComponentModel.DataObjectAttribute(true)]
    [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
        ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
    public partial class 储户信息TableAdapter : System.ComponentModel.Component {
        
        private System.Data.SqlClient.SqlDataAdapter _adapter;

⌨️ 快捷键说明

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