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

📄 dataset2.designer.cs

📁 这是本人学习语言来第一次写的程序
💻 CS
📖 第 1 页 / 共 5 页
字号:
                if ((this.tsxxbRowChanging != null)) {
                    this.tsxxbRowChanging(this, new tsxxbRowChangeEvent(((tsxxbRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.tsxxbRowDeleted != null)) {
                    this.tsxxbRowDeleted(this, new tsxxbRowChangeEvent(((tsxxbRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.tsxxbRowDeleting != null)) {
                    this.tsxxbRowDeleting(this, new tsxxbRowChangeEvent(((tsxxbRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemovetsxxbRow(tsxxbRow row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                DataSet2 ds = new DataSet2();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "tsxxbDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class ygxxbRow : System.Data.DataRow {
            
            private ygxxbDataTable tableygxxb;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal ygxxbRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableygxxb = ((ygxxbDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ICQ {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.ICQColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“ICQ”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.ICQColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OICQ {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.OICQColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“OICQ”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.OICQColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 办公地址 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.办公地址Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“办公地址”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.办公地址Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 电子邮箱 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.电子邮箱Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“电子邮箱”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.电子邮箱Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 密码 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.密码Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“密码”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.密码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 手机 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.手机Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“手机”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.手机Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 系统管理员 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.系统管理员Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“系统管理员”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.系统管理员Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 姓名 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.姓名Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“姓名”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.姓名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 性别 {
                get {
                    try {
                        return ((string)(this[this.tableygxxb.性别Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“ygxxb”中列“性别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableygxxb.性别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 用户名 {
                get {
                    return ((string)(this[this.tableygxxb.用户名Column]));
                }
                set {
                    this[this.tableygxxb.用户名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsICQNull() {
                return this.IsNull(this.tableygxxb.ICQColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetICQNull() {
                this[this.tableygxxb.ICQColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOICQNull() {
                return this.IsNull(this.tableygxxb.OICQColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOICQNull() {
                this[this.tableygxxb.OICQColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is办公地址Null() {
                return this.IsNull(this.tableygxxb.办公地址Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set办公地址Null() {
                this[this.tableygxxb.办公地址Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is电子邮箱Null() {
                return this.IsNull(this.tableygxxb.电子邮箱Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set电子邮箱Null() {
                this[this.tableygxxb.电子邮箱Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is密码Null() {
                return this.IsNull(this.tableygxxb.密码Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set密码Null() {
                this[this.tableygxxb.密码Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is手机Null() {
                return this.IsNull(this.tableygxxb.手机Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set手机Null() {
                this[this.tableygxxb.手机Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is系统管理员Null() {
                return this.IsNull(this.tableygxxb.系统管理员Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set系统管理员Null() {
   

⌨️ 快捷键说明

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