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

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

📁 这是一个银行储蓄系统的源代码及数据库文件
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 利率 {
                get {
                    try {
                        return ((double)(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 decimal 存款金额 {
                get {
                    try {
                        return ((decimal)(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 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 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 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.银行储蓄系统DataSet2TableAdapters {
    
    
    [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 {

⌨️ 快捷键说明

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