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

📄 readerdataset.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 4 页
字号:
            internal Reader_viewDataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected Reader_viewDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 读者编号Column {
                get {
                    return this.column读者编号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 姓名Column {
                get {
                    return this.column姓名;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 性别Column {
                get {
                    return this.column性别;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 生日Column {
                get {
                    return this.column生日;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 有效证件Column {
                get {
                    return this.column有效证件;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 证件号Column {
                get {
                    return this.column证件号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 电话Column {
                get {
                    return this.column电话;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 登记日期Column {
                get {
                    return this.column登记日期;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 至限制日期Column {
                get {
                    return this.column至限制日期;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 读者级别Column {
                get {
                    return this.column读者级别;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 限制借阅天数Column {
                get {
                    return this.column限制借阅天数;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 押金Column {
                get {
                    return this.column押金;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 操作员Column {
                get {
                    return this.column操作员;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 备注Column {
                get {
                    return this.column备注;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 借阅书记次数Column {
                get {
                    return this.column借阅书记次数;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 借阅期刊次数Column {
                get {
                    return this.column借阅期刊次数;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 是否挂失Column {
                get {
                    return this.column是否挂失;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public Reader_viewRow this[int index] {
                get {
                    return ((Reader_viewRow)(this.Rows[index]));
                }
            }
            
            public event Reader_viewRowChangeEventHandler Reader_viewRowChanging;
            
            public event Reader_viewRowChangeEventHandler Reader_viewRowChanged;
            
            public event Reader_viewRowChangeEventHandler Reader_viewRowDeleting;
            
            public event Reader_viewRowChangeEventHandler Reader_viewRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddReader_viewRow(Reader_viewRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public Reader_viewRow AddReader_viewRow(
                        string 读者编号, 
                        string 姓名, 
                        string 性别, 
                        System.DateTime 生日, 
                        string 有效证件, 
                        string 证件号, 
                        string 电话, 
                        System.DateTime 登记日期, 
                        System.DateTime 至限制日期, 
                        string 读者级别, 
                        int 限制借阅天数, 
                        decimal 押金, 
                        string 操作员, 
                        string 备注, 
                        int 借阅书记次数, 
                        int 借阅期刊次数, 
                        string 是否挂失) {
                Reader_viewRow rowReader_viewRow = ((Reader_viewRow)(this.NewRow()));
                rowReader_viewRow.ItemArray = new object[] {
                        读者编号,
                        姓名,
                        性别,
                        生日,
                        有效证件,
                        证件号,
                        电话,
                        登记日期,
                        至限制日期,
                        读者级别,
                        限制借阅天数,
                        押金,
                        操作员,
                        备注,
                        借阅书记次数,
                        借阅期刊次数,
                        是否挂失};
                this.Rows.Add(rowReader_viewRow);
                return rowReader_viewRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public Reader_viewRow FindBy读者编号(string 读者编号) {
                return ((Reader_viewRow)(this.Rows.Find(new object[] {
                            读者编号})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                Reader_viewDataTable cln = ((Reader_viewDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new Reader_viewDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column读者编号 = base.Columns["读者编号"];
                this.column姓名 = base.Columns["姓名"];
                this.column性别 = base.Columns["性别"];
                this.column生日 = base.Columns["生日"];
                this.column有效证件 = base.Columns["有效证件"];
                this.column证件号 = base.Columns["证件号"];
                this.column电话 = base.Columns["电话"];
                this.column登记日期 = base.Columns["登记日期"];
                this.column至限制日期 = base.Columns["至限制日期"];
                this.column读者级别 = base.Columns["读者级别"];
                this.column限制借阅天数 = base.Columns["限制借阅天数"];
                this.column押金 = base.Columns["押金"];
                this.column操作员 = base.Columns["操作员"];
                this.column备注 = base.Columns["备注"];
                this.column借阅书记次数 = base.Columns["借阅书记次数"];
                this.column借阅期刊次数 = base.Columns["借阅期刊次数"];
                this.column是否挂失 = base.Columns["是否挂失"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column读者编号 = new System.Data.DataColumn("读者编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column读者编号);
                this.column姓名 = new System.Data.DataColumn("姓名", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column姓名);
                this.column性别 = new System.Data.DataColumn("性别", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column性别);
                this.column生日 = new System.Data.DataColumn("生日", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column生日);
                this.column有效证件 = new System.Data.DataColumn("有效证件", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column有效证件);
                this.column证件号 = new System.Data.DataColumn("证件号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column证件号);
                this.column电话 = new System.Data.DataColumn("电话", typeof(string), null, System.Data.MappingType.Element);

⌨️ 快捷键说明

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