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

📄 cc08dataset.designer.cs

📁 仿华为CC08数据库查询分析器.含相同的数据表和功能.
💻 CS
📖 第 1 页 / 共 5 页
字号:
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class tbl_shlfRow : System.Data.DataRow {
            
            private tbl_shlfDataTable tabletbl_shlf;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal tbl_shlfRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tabletbl_shlf = ((tbl_shlfDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 编号 {
                get {
                    return ((int)(this[this.tabletbl_shlf.编号Column]));
                }
                set {
                    this[this.tabletbl_shlf.编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string filename {
                get {
                    try {
                        return ((string)(this[this.tabletbl_shlf.filenameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_shlf”中列“filename”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_shlf.filenameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsfilenameNull() {
                return this.IsNull(this.tabletbl_shlf.filenameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetfilenameNull() {
                this[this.tabletbl_shlf.filenameColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class tbl_slotRow : System.Data.DataRow {
            
            private tbl_slotDataTable tabletbl_slot;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal tbl_slotRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tabletbl_slot = ((tbl_slotDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 直接索引号 {
                get {
                    return ((int)(this[this.tabletbl_slot.直接索引号Column]));
                }
                set {
                    this[this.tabletbl_slot.直接索引号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 模块号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.模块号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“模块号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.模块号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 框号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.框号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“框号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.框号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 槽号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.槽号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“槽号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.槽号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单板类型 {
                get {
                    try {
                        return ((string)(this[this.tabletbl_slot.单板类型Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“单板类型”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.单板类型Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 单板编号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.单板编号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“单板编号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.单板编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 节点类型 {
                get {
                    try {
                        return ((string)(this[this.tabletbl_slot.节点类型Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“节点类型”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.节点类型Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 节点号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.节点号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“节点号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.节点号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 从节点号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.从节点号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“从节点号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.从节点号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int HW组号 {
                get {
                    try {
                        return ((int)(this[this.tabletbl_slot.HW组号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“HW组号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.HW组号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 可见性 {
                get {
                    try {
                        return ((string)(this[this.tabletbl_slot.可见性Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“可见性”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.可见性Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 保留 {
                get {
                    try {
                        return ((string)(this[this.tabletbl_slot.保留Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“保留”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.保留Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 状态 {
                get {
                    try {
                        return ((string)(this[this.tabletbl_slot.状态Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tbl_slot”中列“状态”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletbl_slot.状态Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is模块号Null() {
                return this.IsNull(this.tabletbl_slot.模块号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set模块号Null() {
                this[this.tabletbl_slot.模块号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is框号Null() {
                return this.IsNull(this.tabletbl_slot.框号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set框号Null() {
                this[this.tabletbl_slot.框号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is槽号Null() {
                return this.IsNull(this.tabletbl_slot.槽号Column);
            }

⌨️ 快捷键说明

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