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

📄 bluehillmanagementdataset10.designer.cs

📁 人事管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
                    }
                    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 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 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 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 {

⌨️ 快捷键说明

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