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

📄 dataset5.designer.cs

📁 图书管理系统源代码,很图书管理系统源代码,很不错,有参考作用不错,有参考作用
💻 CS
📖 第 1 页 / 共 3 页
字号:
                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 int 借阅编号 {
                get {
                    return ((int)(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;
                }
            }
            
            [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 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 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.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 + -