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

📄 mydatabasedataset.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 性别 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable2.性别Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable2”中列“性别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable2.性别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 出生日期 {
                get {
                    try {
                        return ((System.DateTime)(this[this.tableMyTable2.出生日期Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable2”中列“出生日期”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable2.出生日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 学院编码 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable2.学院编码Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable2”中列“学院编码”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable2.学院编码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 成绩 {
                get {
                    try {
                        return ((int)(this[this.tableMyTable2.成绩Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable2”中列“成绩”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable2.成绩Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public byte[] 照片 {
                get {
                    try {
                        return ((byte[])(this[this.tableMyTable2.照片Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable2”中列“照片”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable2.照片Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is姓名Null() {
                return this.IsNull(this.tableMyTable2.姓名Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set姓名Null() {
                this[this.tableMyTable2.姓名Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is性别Null() {
                return this.IsNull(this.tableMyTable2.性别Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set性别Null() {
                this[this.tableMyTable2.性别Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is出生日期Null() {
                return this.IsNull(this.tableMyTable2.出生日期Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set出生日期Null() {
                this[this.tableMyTable2.出生日期Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is学院编码Null() {
                return this.IsNull(this.tableMyTable2.学院编码Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set学院编码Null() {
                this[this.tableMyTable2.学院编码Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is成绩Null() {
                return this.IsNull(this.tableMyTable2.成绩Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set成绩Null() {
                this[this.tableMyTable2.成绩Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is照片Null() {
                return this.IsNull(this.tableMyTable2.照片Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set照片Null() {
                this[this.tableMyTable2.照片Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class MyTable3Row : System.Data.DataRow {
            
            private MyTable3DataTable tableMyTable3;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal MyTable3Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableMyTable3 = ((MyTable3DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int id {
                get {
                    return ((int)(this[this.tableMyTable3.idColumn]));
                }
                set {
                    this[this.tableMyTable3.idColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 学号 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable3.学号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable3”中列“学号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable3.学号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 成员姓名 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable3.成员姓名Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable3”中列“成员姓名”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable3.成员姓名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 成员性别 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable3.成员性别Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable3”中列“成员性别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable3.成员性别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 与本人关系 {
                get {
                    try {
                        return ((string)(this[this.tableMyTable3.与本人关系Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“MyTable3”中列“与本人关系”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableMyTable3.与本人关系Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is学号Null() {
                return this.IsNull(this.tableMyTable3.学号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set学号Null() {
                this[this.tableMyTable3.学号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is成员姓名Null() {
                return this.IsNull(this.tableMyTable3.成员姓名Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set成员姓名Null() {
                this[this.tableMyTable3.成员姓名Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is成员性别Null() {
                return this.IsNull(this.tableMyTable3.成员性别Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set成员性别Null() {
                this[this.tableMyTable3.成员性别Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is与本人关系Null() {
                return this.IsNull(this.tableMyTable3.与本人关系Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set与本人关系Null() {
                this[this.tableMyTable3.与本人关系Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class MyTable1RowChangeEvent : System.EventArgs {
            
            private MyTable1Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MyTable1RowChangeEvent(MyTable1Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MyTable1Row Row {
                get {
                    return this.eventRow;
                }
           

⌨️ 快捷键说明

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