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

📄 readerdataset.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 4 页
字号:
                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(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(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column限制借阅天数);
                this.column押金 = new System.Data.DataColumn("押金", typeof(decimal), 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(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column借阅书记次数);
                this.column借阅期刊次数 = new System.Data.DataColumn("借阅期刊次数", typeof(int), 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.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column读者编号}, true));
                this.column读者编号.AllowDBNull = false;
                this.column读者编号.Unique = true;
                this.column读者编号.MaxLength = 50;
                this.column姓名.AllowDBNull = false;
                this.column姓名.MaxLength = 50;
                this.column性别.AllowDBNull = false;
                this.column性别.MaxLength = 4;
                this.column生日.AllowDBNull = false;
                this.column有效证件.AllowDBNull = false;
                this.column有效证件.MaxLength = 8;
                this.column证件号.AllowDBNull = false;
                this.column证件号.MaxLength = 20;
                this.column电话.AllowDBNull = false;
                this.column电话.MaxLength = 10;
                this.column登记日期.AllowDBNull = false;
                this.column至限制日期.AllowDBNull = false;
                this.column读者级别.MaxLength = 20;
                this.column限制借阅天数.AllowDBNull = false;
                this.column押金.AllowDBNull = false;
                this.column操作员.AllowDBNull = false;
                this.column操作员.MaxLength = 50;
                this.column备注.MaxLength = 50;
                this.column借阅书记次数.AllowDBNull = false;
                this.column借阅期刊次数.AllowDBNull = false;
                this.column是否挂失.MaxLength = 4;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public Reader_viewRow NewReader_viewRow() {
                return ((Reader_viewRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new Reader_viewRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(Reader_viewRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.Reader_viewRowChanged != null)) {
                    this.Reader_viewRowChanged(this, new Reader_viewRowChangeEvent(((Reader_viewRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.Reader_viewRowChanging != null)) {
                    this.Reader_viewRowChanging(this, new Reader_viewRowChangeEvent(((Reader_viewRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.Reader_viewRowDeleted != null)) {
                    this.Reader_viewRowDeleted(this, new Reader_viewRowChangeEvent(((Reader_viewRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.Reader_viewRowDeleting != null)) {
                    this.Reader_viewRowDeleting(this, new Reader_viewRowChangeEvent(((Reader_viewRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveReader_viewRow(Reader_viewRow row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                ReaderDataSet ds = new ReaderDataSet();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "Reader_viewDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class Reader_viewRow : System.Data.DataRow {
            
            private Reader_viewDataTable tableReader_view;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal Reader_viewRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableReader_view = ((Reader_viewDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 读者编号 {
                get {
                    return ((string)(this[this.tableReader_view.读者编号Column]));
                }
                set {
                    this[this.tableReader_view.读者编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 姓名 {
                get {
                    return ((string)(this[this.tableReader_view.姓名Column]));
                }
                set {
                    this[this.tableReader_view.姓名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 性别 {
                get {
                    return ((string)(this[this.tableReader_view.性别Column]));
                }
                set {
                    this[this.tableReader_view.性别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 生日 {
                get {
                    return ((System.DateTime)(this[this.tableReader_view.生日Column]));
                }
                set {
                    this[this.tableReader_view.生日Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 有效证件 {
                get {
                    return ((string)(this[this.tableReader_view.有效证件Column]));
                }
                set {
                    this[this.tableReader_view.有效证件Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 证件号 {
                get {
                    return ((string)(this[this.tableReader_view.证件号Column]));
                }
                set {
                    this[this.tableReader_view.证件号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 电话 {
                get {
                    return ((string)(this[this.tableReader_view.电话Column]));
                }
                set {
                    this[this.tableReader_view.电话Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 登记日期 {
                get {
                    return ((System.DateTime)(this[this.tableReader_view.登记日期Column]));
                }
                set {
                    this[this.tableReader_view.登记日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 至限制日期 {
                get {
                    return ((System.DateTime)(this[this.tableReader_view.至限制日期Column]));
                }
                set {
                    this[this.tableReader_view.至限制日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 读者级别 {
                get {
                    try {
                        return ((string)(this[this.tableReader_view.读者级别Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“Reader_view”中列“读者级别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableReader_view.读者级别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 限制借阅天数 {
                get {
                    return ((int)(this[this.tableReader_view.限制借阅天数Column]));
                }
                set {
                    this[this.tableReader_view.限制借阅天数Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 押金 {
                get {
                    return ((decimal)(this[this.tableReader_view.押金Column]));
                }
                set {
                    this[this.tableReader_view.押金Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

⌨️ 快捷键说明

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