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

📄 masterdataset.designer.cs

📁 社区管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.协力厂商信息RowChanged != null)) {
                    this.协力厂商信息RowChanged(this, new 协力厂商信息RowChangeEvent(((协力厂商信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.协力厂商信息RowChanging != null)) {
                    this.协力厂商信息RowChanging(this, new 协力厂商信息RowChangeEvent(((协力厂商信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.协力厂商信息RowDeleted != null)) {
                    this.协力厂商信息RowDeleted(this, new 协力厂商信息RowChangeEvent(((协力厂商信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.协力厂商信息RowDeleting != null)) {
                    this.协力厂商信息RowDeleting(this, new 协力厂商信息RowChangeEvent(((协力厂商信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove协力厂商信息Row(协力厂商信息Row 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();
                masterDataSet ds = new masterDataSet();
                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 = "协力厂商信息DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class 协力厂商信息Row : System.Data.DataRow {
            
            private 协力厂商信息DataTable table协力厂商信息;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 协力厂商信息Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table协力厂商信息 = ((协力厂商信息DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public long 厂商编号 {
                get {
                    return ((long)(this[this.table协力厂商信息.厂商编号Column]));
                }
                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 long 联系电话 {
                get {
                    try {
                        return ((long)(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 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 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;

⌨️ 快捷键说明

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