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

📄 dataset2.designer.cs

📁 图书管理系统源代码,很图书管理系统源代码,很不错,有参考作用不错,有参考作用
💻 CS
📖 第 1 页 / 共 4 页
字号:
            [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 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 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 bool 是否挂失 {
                get {
                    try {
                        return ((bool)(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.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;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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