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

📄 dataset1.designer.cs

📁 图书管理系统源代码,很图书管理系统源代码,很不错,有参考作用不错,有参考作用
💻 CS
📖 第 1 页 / 共 3 页
字号:
                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 byte[] 条形码 {
                get {
                    return ((byte[])(this[this.table读者信息.条形码Column]));
                }
                set {
                    this[this.table读者信息.条形码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 姓名 {
                get {
                    return ((string)(this[this.table读者信息.姓名Column]));
                }
                set {
                    this[this.table读者信息.姓名Column] = value;
                }
            }
            
            [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 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 {
                    return ((string)(this[this.table读者信息.有效证件Column]));
                }
                set {
                    this[this.table读者信息.有效证件Column] = value;
                }
            }
            
            [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 System.DateTime 登记日期 {
                get {
                    return ((System.DateTime)(this[this.table读者信息.登记日期Column]));
                }
                set {
                    this[this.table读者信息.登记日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 有限期至 {
                get {
                    return ((System.DateTime)(this[this.table读者信息.有限期至Column]));
                }
                set {
                    this[this.table读者信息.有限期至Column] = value;
                }
            }
            
            [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 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 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.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 + -