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

📄 datasettaglogging.designer.cs

📁 用于SIEMENS的WINCC项目数据库读写
💻 CS
📖 第 1 页 / 共 3 页
字号:
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class DataTableTagLoggingRow : global::System.Data.DataRow {
            
            private DataTableTagLoggingDataTable tableDataTableTagLogging;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal DataTableTagLoggingRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableDataTableTagLogging = ((DataTableTagLoggingDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ValueID {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.ValueIDColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“ValueID”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.ValueIDColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string localTimestamp {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.localTimestampColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“localTimestamp”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.localTimestampColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string RealValue {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.RealValueColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“RealValue”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.RealValueColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Quality {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.QualityColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“Quality”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.QualityColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Flags {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.FlagsColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“Flags”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.FlagsColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ValueName {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.ValueNameColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“ValueName”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.ValueNameColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string localDateTimeFrom {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.localDateTimeFromColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“localDateTimeFrom”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.localDateTimeFromColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string localDateTimeTo {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.localDateTimeToColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“localDateTimeTo”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.localDateTimeToColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string univDateTimeFrom {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.univDateTimeFromColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“univDateTimeFrom”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.univDateTimeFromColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string univDateTimeTo {
                get {
                    try {
                        return ((string)(this[this.tableDataTableTagLogging.univDateTimeToColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“DataTableTagLogging”中列“univDateTimeTo”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableDataTableTagLogging.univDateTimeToColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsValueIDNull() {
                return this.IsNull(this.tableDataTableTagLogging.ValueIDColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetValueIDNull() {
                this[this.tableDataTableTagLogging.ValueIDColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IslocalTimestampNull() {
                return this.IsNull(this.tableDataTableTagLogging.localTimestampColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetlocalTimestampNull() {
                this[this.tableDataTableTagLogging.localTimestampColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsRealValueNull() {
                return this.IsNull(this.tableDataTableTagLogging.RealValueColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetRealValueNull() {
                this[this.tableDataTableTagLogging.RealValueColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsQualityNull() {
                return this.IsNull(this.tableDataTableTagLogging.QualityColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetQualityNull() {
                this[this.tableDataTableTagLogging.QualityColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsFlagsNull() {
                return this.IsNull(this.tableDataTableTagLogging.FlagsColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetFlagsNull() {
                this[this.tableDataTableTagLogging.FlagsColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsValueNameNull() {
                return this.IsNull(this.tableDataTableTagLogging.ValueNameColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetValueNameNull() {
                this[this.tableDataTableTagLogging.ValueNameColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IslocalDateTimeFromNull() {
                return this.IsNull(this.tableDataTableTagLogging.localDateTimeFromColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetlocalDateTimeFromNull() {
                this[this.tableDataTableTagLogging.localDateTimeFromColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IslocalDateTimeToNull() {
                return this.IsNull(this.tableDataTableTagLogging.localDateTimeToColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetlocalDateTimeToNull() {
                this[this.tableDataTableTagLogging.localDateTimeToColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsunivDateTimeFromNull() {
                return this.IsNull(this.tableDataTableTagLogging.univDateTimeFromColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetunivDateTimeFromNull() {
                this[this.tableDataTableTagLogging.univDateTimeFromColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsunivDateTimeToNull() {
                return this.IsNull(this.tableDataTableTagLogging.univDateTimeToColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetunivDateTimeToNull() {
                this[this.tableDataTableTagLogging.univDateTimeToColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class DataTableTagLoggingRowChangeEvent : global::System.EventArgs {
            
            private DataTableTagLoggingRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTableTagLoggingRowChangeEvent(DataTableTagLoggingRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTableTagLoggingRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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