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

📄 bluehillmanagementdataset6.designer.cs

📁 人事管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
        public partial class 员工表Row : global::System.Data.DataRow {
            
            private 员工表DataTable table员工表;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 员工表Row(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table员工表 = ((员工表DataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 员工编号 {
                get {
                    return ((int)(this[this.table员工表.员工编号Column]));
                }
                set {
                    this[this.table员工表.员工编号Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 员工姓名 {
                get {
                    return ((string)(this[this.table员工表.员工姓名Column]));
                }
                set {
                    this[this.table员工表.员工姓名Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 员工登录名 {
                get {
                    return ((string)(this[this.table员工表.员工登录名Column]));
                }
                set {
                    this[this.table员工表.员工登录名Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 员工电子邮件 {
                get {
                    return ((string)(this[this.table员工表.员工电子邮件Column]));
                }
                set {
                    this[this.table员工表.员工电子邮件Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 员工所属部门编号 {
                get {
                    return ((int)(this[this.table员工表.员工所属部门编号Column]));
                }
                set {
                    this[this.table员工表.员工所属部门编号Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 员工基本薪资 {
                get {
                    try {
                        return ((decimal)(this[this.table员工表.员工基本薪资Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“员工基本薪资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.员工基本薪资Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 员工电话 {
                get {
                    try {
                        return ((int)(this[this.table员工表.员工电话Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“员工电话”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.员工电话Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 员工报到日期 {
                get {
                    try {
                        return ((global::System.DateTime)(this[this.table员工表.员工报到日期Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“员工报到日期”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.员工报到日期Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 员工剩余假期 {
                get {
                    try {
                        return ((int)(this[this.table员工表.员工剩余假期Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“员工剩余假期”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.员工剩余假期Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 照片 {
                get {
                    try {
                        return ((string)(this[this.table员工表.照片Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“照片”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.照片Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 级别 {
                get {
                    try {
                        return ((string)(this[this.table员工表.级别Column]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“员工表”中列“级别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table员工表.级别Column] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is员工基本薪资Null() {
                return this.IsNull(this.table员工表.员工基本薪资Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set员工基本薪资Null() {
                this[this.table员工表.员工基本薪资Column] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is员工电话Null() {
                return this.IsNull(this.table员工表.员工电话Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set员工电话Null() {
                this[this.table员工表.员工电话Column] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is员工报到日期Null() {
                return this.IsNull(this.table员工表.员工报到日期Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set员工报到日期Null() {
                this[this.table员工表.员工报到日期Column] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is员工剩余假期Null() {
                return this.IsNull(this.table员工表.员工剩余假期Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set员工剩余假期Null() {
                this[this.table员工表.员工剩余假期Column] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is照片Null() {
                return this.IsNull(this.table员工表.照片Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set照片Null() {
                this[this.table员工表.照片Column] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is级别Null() {
                return this.IsNull(this.table员工表.级别Column);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set级别Null() {
                this[this.table员工表.级别Column] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Row event argument class

⌨️ 快捷键说明

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