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

📄 employeedataset.designer.cs

📁 Visual C#2005程序设计教程
💻 CS
📖 第 1 页 / 共 5 页
字号:
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 姓名 {
                get {
                    try {
                        return ((string)(this[this.tableemployee.姓名Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“姓名”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.姓名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 部门 {
                get {
                    try {
                        return ((string)(this[this.tableemployee.部门Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“部门”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.部门Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 基本工资 {
                get {
                    try {
                        return ((float)(this[this.tableemployee.基本工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“基本工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.基本工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 职务工资 {
                get {
                    try {
                        return ((float)(this[this.tableemployee.职务工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“职务工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.职务工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 补贴 {
                get {
                    try {
                        return ((float)(this[this.tableemployee.补贴Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“补贴”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.补贴Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 奖金 {
                get {
                    try {
                        return ((float)(this[this.tableemployee.奖金Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“奖金”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.奖金Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 应发工资 {
                get {
                    try {
                        return ((double)(this[this.tableemployee.应发工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“应发工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.应发工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 扣税 {
                get {
                    try {
                        return ((float)(this[this.tableemployee.扣税Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“扣税”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.扣税Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 实发工资 {
                get {
                    try {
                        return ((double)(this[this.tableemployee.实发工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“employee”中列“实发工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableemployee.实发工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is姓名Null() {
                return this.IsNull(this.tableemployee.姓名Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set姓名Null() {
                this[this.tableemployee.姓名Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is部门Null() {
                return this.IsNull(this.tableemployee.部门Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set部门Null() {
                this[this.tableemployee.部门Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is基本工资Null() {
                return this.IsNull(this.tableemployee.基本工资Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set基本工资Null() {
                this[this.tableemployee.基本工资Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is职务工资Null() {
                return this.IsNull(this.tableemployee.职务工资Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set职务工资Null() {
                this[this.tableemployee.职务工资Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is补贴Null() {
                return this.IsNull(this.tableemployee.补贴Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set补贴Null() {
                this[this.tableemployee.补贴Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is奖金Null() {
                return this.IsNull(this.tableemployee.奖金Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set奖金Null() {
                this[this.tableemployee.奖金Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is应发工资Null() {
                return this.IsNull(this.tableemployee.应发工资Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set应发工资Null() {
                this[this.tableemployee.应发工资Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is扣税Null() {
                return this.IsNull(this.tableemployee.扣税Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set扣税Null() {
                this[this.tableemployee.扣税Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is实发工资Null() {
                return this.IsNull(this.tableemployee.实发工资Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set实发工资Null() {
                this[this.tableemployee.实发工资Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class payRow : System.Data.DataRow {
            
            private payDataTable tablepay;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal payRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablepay = ((payDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 编号 {
                get {
                    return ((string)(this[this.tablepay.编号Column]));
                }
                set {
                    this[this.tablepay.编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 基本工资 {
                get {
                    try {
                        return ((float)(this[this.tablepay.基本工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“pay”中列“基本工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablepay.基本工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 职务工资 {
                get {
                    try {
                        return ((float)(this[this.tablepay.职务工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“pay”中列“职务工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablepay.职务工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public float 补贴 {
                get {
                    try {
                        return ((float)(this[this.tablepay.补贴Column]));
                    }
                    catch (System.InvalidCastException e) {

⌨️ 快捷键说明

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