//------------------------------------------------------------------------------ // // Ten kod został wygenerowany przez narzędzie. // Wersja wykonawcza:4.0.30319.42000 // // Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli // kod zostanie ponownie wygenerowany. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Haftmittel.Database { /// ///Represents a strongly typed in-memory cache of data. /// [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("DataSetXL")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSetXL : global::System.Data.DataSet { private ListaDataTable tableLista; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public DataSetXL() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected DataSetXL(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["Lista"] != null)) { base.Tables.Add(new ListaDataTable(ds.Tables["Lista"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public ListaDataTable Lista { get { return this.tableLista; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataSet Clone() { DataSetXL cln = ((DataSetXL)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["Lista"] != null)) { base.Tables.Add(new ListaDataTable(ds.Tables["Lista"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars(bool initTable) { this.tableLista = ((ListaDataTable)(base.Tables["Lista"])); if ((initTable == true)) { if ((this.tableLista != null)) { this.tableLista.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.DataSetName = "DataSetXL"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSetXL.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLista = new ListaDataTable(); base.Tables.Add(this.tableLista); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private bool ShouldSerializeLista() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSetXL ds = new DataSetXL(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public delegate void ListaRowChangeEventHandler(object sender, ListaRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class ListaDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnhml_TwrTyp; private global::System.Data.DataColumn columnhml_TwrNumer; private global::System.Data.DataColumn columnhml_DataPowstania; private global::System.Data.DataColumn columnhml_DataArchiwizacji; private global::System.Data.DataColumn columnhml_Herstellort; private global::System.Data.DataColumn columnhml_SDStext; private global::System.Data.DataColumn columnhml_SDS1; private global::System.Data.DataColumn columnhml_SDS2; private global::System.Data.DataColumn columnhml_SDS3; private global::System.Data.DataColumn columnhml_SDS4; private global::System.Data.DataColumn columnhml_SDS5; private global::System.Data.DataColumn columnhml_SDS6; private global::System.Data.DataColumn columnhml_SDS7; private global::System.Data.DataColumn columnhml_SDS8; private global::System.Data.DataColumn columnhml_SDS9; private global::System.Data.DataColumn columnhml_SDS10; private global::System.Data.DataColumn columnhml_Schichten; private global::System.Data.DataColumn columnhml_Eigenschaften; private global::System.Data.DataColumn columnhml_Anleitung; private global::System.Data.DataColumn columnhml_FS_od; private global::System.Data.DataColumn columnhml_FS_do; private global::System.Data.DataColumn columnhml_Dichte; private global::System.Data.DataColumn columnhml_Viskositat_od; private global::System.Data.DataColumn columnhml_Viskositat_do; private global::System.Data.DataColumn columnhml_Farbe; private global::System.Data.DataColumn columnhml_Verdunnung; private global::System.Data.DataColumn columnhml_Schichtdicke_od; private global::System.Data.DataColumn columnhml_Schichtdicke_do; private global::System.Data.DataColumn columnhml_Leistung; private global::System.Data.DataColumn columnhml_Lagerkapazitat; private global::System.Data.DataColumn columnhml_Verarbeitung; private global::System.Data.DataColumn columnhml_Inh0_Id; private global::System.Data.DataColumn columnhml_Inh0_Procent; private global::System.Data.DataColumn columnhml_Inh0_ProcentDo; private global::System.Data.DataColumn columnhml_Inh1_Id; private global::System.Data.DataColumn columnhml_Inh1_Procent; private global::System.Data.DataColumn columnhml_Inh1_ProcentDo; private global::System.Data.DataColumn columnhml_Inh2_Id; private global::System.Data.DataColumn columnhml_Inh2_Procent; private global::System.Data.DataColumn columnhml_Inh2_ProcentDo; private global::System.Data.DataColumn columnhml_Inh3_Id; private global::System.Data.DataColumn columnhml_Inh3_Procent; private global::System.Data.DataColumn columnhml_Inh3_ProcentDo; private global::System.Data.DataColumn columnhml_Inh4_Id; private global::System.Data.DataColumn columnhml_Inh4_Procent; private global::System.Data.DataColumn columnhml_Inh4_ProcentDo; private global::System.Data.DataColumn columnhml_Inh5_Id; private global::System.Data.DataColumn columnhml_Inh5_Procent; private global::System.Data.DataColumn columnhml_Inh5_ProcentDo; private global::System.Data.DataColumn columnhml_Inh6_Id; private global::System.Data.DataColumn columnhml_Inh6_Procent; private global::System.Data.DataColumn columnhml_Inh6_ProcentDo; private global::System.Data.DataColumn columnhml_Inh7_Id; private global::System.Data.DataColumn columnhml_Inh7_Procent; private global::System.Data.DataColumn columnhml_Inh7_ProcentDo; private global::System.Data.DataColumn columnhml_Inh8_Id; private global::System.Data.DataColumn columnhml_Inh8_Procent; private global::System.Data.DataColumn columnhml_Inh8_ProcentDo; private global::System.Data.DataColumn columnhml_Inh9_Id; private global::System.Data.DataColumn columnhml_Inh9_Procent; private global::System.Data.DataColumn columnhml_Inh9_ProcentDo; private global::System.Data.DataColumn columnhml_Behelter; private global::System.Data.DataColumn columnhml_OpeNumer; private global::System.Data.DataColumn columnhml_Dichte_do; private global::System.Data.DataColumn columnhml_Inh10_Id; private global::System.Data.DataColumn columnhml_Inh11_Id; private global::System.Data.DataColumn columnhml_Inh12_Id; private global::System.Data.DataColumn columnhml_Inh13_Id; private global::System.Data.DataColumn columnhml_Inh14_Id; private global::System.Data.DataColumn columnhml_Inh15_Id; private global::System.Data.DataColumn columnhml_Inh16_Id; private global::System.Data.DataColumn columnhml_Inh17_Id; private global::System.Data.DataColumn columnhml_Inh18_Id; private global::System.Data.DataColumn columnhml_Inh19_Id; private global::System.Data.DataColumn columnhml_Inh10_Procent; private global::System.Data.DataColumn columnhml_Inh11_Procent; private global::System.Data.DataColumn columnhml_Inh12_Procent; private global::System.Data.DataColumn columnhml_Inh13_Procent; private global::System.Data.DataColumn columnhml_Inh14_Procent; private global::System.Data.DataColumn columnhml_Inh15_Procent; private global::System.Data.DataColumn columnhml_Inh16_Procent; private global::System.Data.DataColumn columnhml_Inh17_Procent; private global::System.Data.DataColumn columnhml_Inh18_Procent; private global::System.Data.DataColumn columnhml_Inh19_Procent; private global::System.Data.DataColumn columnhml_Inh10_ProcentDo; private global::System.Data.DataColumn columnhml_Inh11_ProcentDo; private global::System.Data.DataColumn columnhml_Inh12_ProcentDo; private global::System.Data.DataColumn columnhml_Inh13_ProcentDo; private global::System.Data.DataColumn columnhml_Inh14_ProcentDo; private global::System.Data.DataColumn columnhml_Inh15_ProcentDo; private global::System.Data.DataColumn columnhml_Inh16_ProcentDo; private global::System.Data.DataColumn columnhml_Inh17_ProcentDo; private global::System.Data.DataColumn columnhml_Inh18_ProcentDo; private global::System.Data.DataColumn columnhml_Inh19_ProcentDo; private global::System.Data.DataColumn columnhml_Text1; private global::System.Data.DataColumn columnhml_Text2; private global::System.Data.DataColumn columnhml_Text3; private global::System.Data.DataColumn columnhml_Text4; private global::System.Data.DataColumn columnOpe_Ident; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaDataTable() { this.TableName = "Lista"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal ListaDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected ListaDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_TwrTypColumn { get { return this.columnhml_TwrTyp; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_TwrNumerColumn { get { return this.columnhml_TwrNumer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_DataPowstaniaColumn { get { return this.columnhml_DataPowstania; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_DataArchiwizacjiColumn { get { return this.columnhml_DataArchiwizacji; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_HerstellortColumn { get { return this.columnhml_Herstellort; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDStextColumn { get { return this.columnhml_SDStext; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS1Column { get { return this.columnhml_SDS1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS2Column { get { return this.columnhml_SDS2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS3Column { get { return this.columnhml_SDS3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS4Column { get { return this.columnhml_SDS4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS5Column { get { return this.columnhml_SDS5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS6Column { get { return this.columnhml_SDS6; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS7Column { get { return this.columnhml_SDS7; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS8Column { get { return this.columnhml_SDS8; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS9Column { get { return this.columnhml_SDS9; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SDS10Column { get { return this.columnhml_SDS10; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_SchichtenColumn { get { return this.columnhml_Schichten; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_EigenschaftenColumn { get { return this.columnhml_Eigenschaften; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_AnleitungColumn { get { return this.columnhml_Anleitung; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_FS_odColumn { get { return this.columnhml_FS_od; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_FS_doColumn { get { return this.columnhml_FS_do; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_DichteColumn { get { return this.columnhml_Dichte; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Viskositat_odColumn { get { return this.columnhml_Viskositat_od; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Viskositat_doColumn { get { return this.columnhml_Viskositat_do; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_FarbeColumn { get { return this.columnhml_Farbe; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_VerdunnungColumn { get { return this.columnhml_Verdunnung; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Schichtdicke_odColumn { get { return this.columnhml_Schichtdicke_od; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Schichtdicke_doColumn { get { return this.columnhml_Schichtdicke_do; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_LeistungColumn { get { return this.columnhml_Leistung; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_LagerkapazitatColumn { get { return this.columnhml_Lagerkapazitat; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_VerarbeitungColumn { get { return this.columnhml_Verarbeitung; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh0_IdColumn { get { return this.columnhml_Inh0_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh0_ProcentColumn { get { return this.columnhml_Inh0_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh0_ProcentDoColumn { get { return this.columnhml_Inh0_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh1_IdColumn { get { return this.columnhml_Inh1_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh1_ProcentColumn { get { return this.columnhml_Inh1_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh1_ProcentDoColumn { get { return this.columnhml_Inh1_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh2_IdColumn { get { return this.columnhml_Inh2_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh2_ProcentColumn { get { return this.columnhml_Inh2_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh2_ProcentDoColumn { get { return this.columnhml_Inh2_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh3_IdColumn { get { return this.columnhml_Inh3_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh3_ProcentColumn { get { return this.columnhml_Inh3_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh3_ProcentDoColumn { get { return this.columnhml_Inh3_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh4_IdColumn { get { return this.columnhml_Inh4_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh4_ProcentColumn { get { return this.columnhml_Inh4_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh4_ProcentDoColumn { get { return this.columnhml_Inh4_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh5_IdColumn { get { return this.columnhml_Inh5_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh5_ProcentColumn { get { return this.columnhml_Inh5_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh5_ProcentDoColumn { get { return this.columnhml_Inh5_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh6_IdColumn { get { return this.columnhml_Inh6_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh6_ProcentColumn { get { return this.columnhml_Inh6_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh6_ProcentDoColumn { get { return this.columnhml_Inh6_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh7_IdColumn { get { return this.columnhml_Inh7_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh7_ProcentColumn { get { return this.columnhml_Inh7_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh7_ProcentDoColumn { get { return this.columnhml_Inh7_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh8_IdColumn { get { return this.columnhml_Inh8_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh8_ProcentColumn { get { return this.columnhml_Inh8_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh8_ProcentDoColumn { get { return this.columnhml_Inh8_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh9_IdColumn { get { return this.columnhml_Inh9_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh9_ProcentColumn { get { return this.columnhml_Inh9_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh9_ProcentDoColumn { get { return this.columnhml_Inh9_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_BehelterColumn { get { return this.columnhml_Behelter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_OpeNumerColumn { get { return this.columnhml_OpeNumer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Dichte_doColumn { get { return this.columnhml_Dichte_do; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh10_IdColumn { get { return this.columnhml_Inh10_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh11_IdColumn { get { return this.columnhml_Inh11_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh12_IdColumn { get { return this.columnhml_Inh12_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh13_IdColumn { get { return this.columnhml_Inh13_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh14_IdColumn { get { return this.columnhml_Inh14_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh15_IdColumn { get { return this.columnhml_Inh15_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh16_IdColumn { get { return this.columnhml_Inh16_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh17_IdColumn { get { return this.columnhml_Inh17_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh18_IdColumn { get { return this.columnhml_Inh18_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh19_IdColumn { get { return this.columnhml_Inh19_Id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh10_ProcentColumn { get { return this.columnhml_Inh10_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh11_ProcentColumn { get { return this.columnhml_Inh11_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh12_ProcentColumn { get { return this.columnhml_Inh12_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh13_ProcentColumn { get { return this.columnhml_Inh13_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh14_ProcentColumn { get { return this.columnhml_Inh14_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh15_ProcentColumn { get { return this.columnhml_Inh15_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh16_ProcentColumn { get { return this.columnhml_Inh16_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh17_ProcentColumn { get { return this.columnhml_Inh17_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh18_ProcentColumn { get { return this.columnhml_Inh18_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh19_ProcentColumn { get { return this.columnhml_Inh19_Procent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh10_ProcentDoColumn { get { return this.columnhml_Inh10_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh11_ProcentDoColumn { get { return this.columnhml_Inh11_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh12_ProcentDoColumn { get { return this.columnhml_Inh12_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh13_ProcentDoColumn { get { return this.columnhml_Inh13_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh14_ProcentDoColumn { get { return this.columnhml_Inh14_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh15_ProcentDoColumn { get { return this.columnhml_Inh15_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh16_ProcentDoColumn { get { return this.columnhml_Inh16_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh17_ProcentDoColumn { get { return this.columnhml_Inh17_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh18_ProcentDoColumn { get { return this.columnhml_Inh18_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Inh19_ProcentDoColumn { get { return this.columnhml_Inh19_ProcentDo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Text1Column { get { return this.columnhml_Text1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Text2Column { get { return this.columnhml_Text2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Text3Column { get { return this.columnhml_Text3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn hml_Text4Column { get { return this.columnhml_Text4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Ope_IdentColumn { get { return this.columnOpe_Ident; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaRow this[int index] { get { return ((ListaRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event ListaRowChangeEventHandler ListaRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event ListaRowChangeEventHandler ListaRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event ListaRowChangeEventHandler ListaRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event ListaRowChangeEventHandler ListaRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void AddListaRow(ListaRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaRow AddListaRow( short hml_TwrTyp, int hml_TwrNumer, System.DateTime hml_DataPowstania, System.DateTime hml_DataArchiwizacji, string hml_Herstellort, string hml_SDStext, bool hml_SDS1, bool hml_SDS2, bool hml_SDS3, bool hml_SDS4, bool hml_SDS5, bool hml_SDS6, bool hml_SDS7, bool hml_SDS8, bool hml_SDS9, bool hml_SDS10, string hml_Schichten, string hml_Eigenschaften, string hml_Anleitung, decimal hml_FS_od, decimal hml_FS_do, decimal hml_Dichte, decimal hml_Viskositat_od, decimal hml_Viskositat_do, string hml_Farbe, string hml_Verdunnung, decimal hml_Schichtdicke_od, decimal hml_Schichtdicke_do, decimal hml_Leistung, decimal hml_Lagerkapazitat, string hml_Verarbeitung, int hml_Inh0_Id, decimal hml_Inh0_Procent, decimal hml_Inh0_ProcentDo, int hml_Inh1_Id, decimal hml_Inh1_Procent, decimal hml_Inh1_ProcentDo, int hml_Inh2_Id, decimal hml_Inh2_Procent, decimal hml_Inh2_ProcentDo, int hml_Inh3_Id, decimal hml_Inh3_Procent, decimal hml_Inh3_ProcentDo, int hml_Inh4_Id, decimal hml_Inh4_Procent, decimal hml_Inh4_ProcentDo, int hml_Inh5_Id, decimal hml_Inh5_Procent, decimal hml_Inh5_ProcentDo, int hml_Inh6_Id, decimal hml_Inh6_Procent, decimal hml_Inh6_ProcentDo, int hml_Inh7_Id, decimal hml_Inh7_Procent, decimal hml_Inh7_ProcentDo, int hml_Inh8_Id, decimal hml_Inh8_Procent, decimal hml_Inh8_ProcentDo, int hml_Inh9_Id, decimal hml_Inh9_Procent, decimal hml_Inh9_ProcentDo, string hml_Behelter, int hml_OpeNumer, decimal hml_Dichte_do, int hml_Inh10_Id, int hml_Inh11_Id, int hml_Inh12_Id, int hml_Inh13_Id, int hml_Inh14_Id, int hml_Inh15_Id, int hml_Inh16_Id, int hml_Inh17_Id, int hml_Inh18_Id, int hml_Inh19_Id, decimal hml_Inh10_Procent, decimal hml_Inh11_Procent, decimal hml_Inh12_Procent, decimal hml_Inh13_Procent, decimal hml_Inh14_Procent, decimal hml_Inh15_Procent, decimal hml_Inh16_Procent, decimal hml_Inh17_Procent, decimal hml_Inh18_Procent, decimal hml_Inh19_Procent, decimal hml_Inh10_ProcentDo, decimal hml_Inh11_ProcentDo, decimal hml_Inh12_ProcentDo, decimal hml_Inh13_ProcentDo, decimal hml_Inh14_ProcentDo, decimal hml_Inh15_ProcentDo, decimal hml_Inh16_ProcentDo, decimal hml_Inh17_ProcentDo, decimal hml_Inh18_ProcentDo, decimal hml_Inh19_ProcentDo, string hml_Text1, string hml_Text2, string hml_Text3, string hml_Text4, string Ope_Ident) { ListaRow rowListaRow = ((ListaRow)(this.NewRow())); object[] columnValuesArray = new object[] { hml_TwrTyp, hml_TwrNumer, hml_DataPowstania, hml_DataArchiwizacji, hml_Herstellort, hml_SDStext, hml_SDS1, hml_SDS2, hml_SDS3, hml_SDS4, hml_SDS5, hml_SDS6, hml_SDS7, hml_SDS8, hml_SDS9, hml_SDS10, hml_Schichten, hml_Eigenschaften, hml_Anleitung, hml_FS_od, hml_FS_do, hml_Dichte, hml_Viskositat_od, hml_Viskositat_do, hml_Farbe, hml_Verdunnung, hml_Schichtdicke_od, hml_Schichtdicke_do, hml_Leistung, hml_Lagerkapazitat, hml_Verarbeitung, hml_Inh0_Id, hml_Inh0_Procent, hml_Inh0_ProcentDo, hml_Inh1_Id, hml_Inh1_Procent, hml_Inh1_ProcentDo, hml_Inh2_Id, hml_Inh2_Procent, hml_Inh2_ProcentDo, hml_Inh3_Id, hml_Inh3_Procent, hml_Inh3_ProcentDo, hml_Inh4_Id, hml_Inh4_Procent, hml_Inh4_ProcentDo, hml_Inh5_Id, hml_Inh5_Procent, hml_Inh5_ProcentDo, hml_Inh6_Id, hml_Inh6_Procent, hml_Inh6_ProcentDo, hml_Inh7_Id, hml_Inh7_Procent, hml_Inh7_ProcentDo, hml_Inh8_Id, hml_Inh8_Procent, hml_Inh8_ProcentDo, hml_Inh9_Id, hml_Inh9_Procent, hml_Inh9_ProcentDo, hml_Behelter, hml_OpeNumer, hml_Dichte_do, hml_Inh10_Id, hml_Inh11_Id, hml_Inh12_Id, hml_Inh13_Id, hml_Inh14_Id, hml_Inh15_Id, hml_Inh16_Id, hml_Inh17_Id, hml_Inh18_Id, hml_Inh19_Id, hml_Inh10_Procent, hml_Inh11_Procent, hml_Inh12_Procent, hml_Inh13_Procent, hml_Inh14_Procent, hml_Inh15_Procent, hml_Inh16_Procent, hml_Inh17_Procent, hml_Inh18_Procent, hml_Inh19_Procent, hml_Inh10_ProcentDo, hml_Inh11_ProcentDo, hml_Inh12_ProcentDo, hml_Inh13_ProcentDo, hml_Inh14_ProcentDo, hml_Inh15_ProcentDo, hml_Inh16_ProcentDo, hml_Inh17_ProcentDo, hml_Inh18_ProcentDo, hml_Inh19_ProcentDo, hml_Text1, hml_Text2, hml_Text3, hml_Text4, Ope_Ident}; rowListaRow.ItemArray = columnValuesArray; this.Rows.Add(rowListaRow); return rowListaRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataTable Clone() { ListaDataTable cln = ((ListaDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new ListaDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.columnhml_TwrTyp = base.Columns["hml_TwrTyp"]; this.columnhml_TwrNumer = base.Columns["hml_TwrNumer"]; this.columnhml_DataPowstania = base.Columns["hml_DataPowstania"]; this.columnhml_DataArchiwizacji = base.Columns["hml_DataArchiwizacji"]; this.columnhml_Herstellort = base.Columns["hml_Herstellort"]; this.columnhml_SDStext = base.Columns["hml_SDStext"]; this.columnhml_SDS1 = base.Columns["hml_SDS1"]; this.columnhml_SDS2 = base.Columns["hml_SDS2"]; this.columnhml_SDS3 = base.Columns["hml_SDS3"]; this.columnhml_SDS4 = base.Columns["hml_SDS4"]; this.columnhml_SDS5 = base.Columns["hml_SDS5"]; this.columnhml_SDS6 = base.Columns["hml_SDS6"]; this.columnhml_SDS7 = base.Columns["hml_SDS7"]; this.columnhml_SDS8 = base.Columns["hml_SDS8"]; this.columnhml_SDS9 = base.Columns["hml_SDS9"]; this.columnhml_SDS10 = base.Columns["hml_SDS10"]; this.columnhml_Schichten = base.Columns["hml_Schichten"]; this.columnhml_Eigenschaften = base.Columns["hml_Eigenschaften"]; this.columnhml_Anleitung = base.Columns["hml_Anleitung"]; this.columnhml_FS_od = base.Columns["hml_FS_od"]; this.columnhml_FS_do = base.Columns["hml_FS_do"]; this.columnhml_Dichte = base.Columns["hml_Dichte"]; this.columnhml_Viskositat_od = base.Columns["hml_Viskositat_od"]; this.columnhml_Viskositat_do = base.Columns["hml_Viskositat_do"]; this.columnhml_Farbe = base.Columns["hml_Farbe"]; this.columnhml_Verdunnung = base.Columns["hml_Verdunnung"]; this.columnhml_Schichtdicke_od = base.Columns["hml_Schichtdicke_od"]; this.columnhml_Schichtdicke_do = base.Columns["hml_Schichtdicke_do"]; this.columnhml_Leistung = base.Columns["hml_Leistung"]; this.columnhml_Lagerkapazitat = base.Columns["hml_Lagerkapazitat"]; this.columnhml_Verarbeitung = base.Columns["hml_Verarbeitung"]; this.columnhml_Inh0_Id = base.Columns["hml_Inh0_Id"]; this.columnhml_Inh0_Procent = base.Columns["hml_Inh0_Procent"]; this.columnhml_Inh0_ProcentDo = base.Columns["hml_Inh0_ProcentDo"]; this.columnhml_Inh1_Id = base.Columns["hml_Inh1_Id"]; this.columnhml_Inh1_Procent = base.Columns["hml_Inh1_Procent"]; this.columnhml_Inh1_ProcentDo = base.Columns["hml_Inh1_ProcentDo"]; this.columnhml_Inh2_Id = base.Columns["hml_Inh2_Id"]; this.columnhml_Inh2_Procent = base.Columns["hml_Inh2_Procent"]; this.columnhml_Inh2_ProcentDo = base.Columns["hml_Inh2_ProcentDo"]; this.columnhml_Inh3_Id = base.Columns["hml_Inh3_Id"]; this.columnhml_Inh3_Procent = base.Columns["hml_Inh3_Procent"]; this.columnhml_Inh3_ProcentDo = base.Columns["hml_Inh3_ProcentDo"]; this.columnhml_Inh4_Id = base.Columns["hml_Inh4_Id"]; this.columnhml_Inh4_Procent = base.Columns["hml_Inh4_Procent"]; this.columnhml_Inh4_ProcentDo = base.Columns["hml_Inh4_ProcentDo"]; this.columnhml_Inh5_Id = base.Columns["hml_Inh5_Id"]; this.columnhml_Inh5_Procent = base.Columns["hml_Inh5_Procent"]; this.columnhml_Inh5_ProcentDo = base.Columns["hml_Inh5_ProcentDo"]; this.columnhml_Inh6_Id = base.Columns["hml_Inh6_Id"]; this.columnhml_Inh6_Procent = base.Columns["hml_Inh6_Procent"]; this.columnhml_Inh6_ProcentDo = base.Columns["hml_Inh6_ProcentDo"]; this.columnhml_Inh7_Id = base.Columns["hml_Inh7_Id"]; this.columnhml_Inh7_Procent = base.Columns["hml_Inh7_Procent"]; this.columnhml_Inh7_ProcentDo = base.Columns["hml_Inh7_ProcentDo"]; this.columnhml_Inh8_Id = base.Columns["hml_Inh8_Id"]; this.columnhml_Inh8_Procent = base.Columns["hml_Inh8_Procent"]; this.columnhml_Inh8_ProcentDo = base.Columns["hml_Inh8_ProcentDo"]; this.columnhml_Inh9_Id = base.Columns["hml_Inh9_Id"]; this.columnhml_Inh9_Procent = base.Columns["hml_Inh9_Procent"]; this.columnhml_Inh9_ProcentDo = base.Columns["hml_Inh9_ProcentDo"]; this.columnhml_Behelter = base.Columns["hml_Behelter"]; this.columnhml_OpeNumer = base.Columns["hml_OpeNumer"]; this.columnhml_Dichte_do = base.Columns["hml_Dichte_do"]; this.columnhml_Inh10_Id = base.Columns["hml_Inh10_Id"]; this.columnhml_Inh11_Id = base.Columns["hml_Inh11_Id"]; this.columnhml_Inh12_Id = base.Columns["hml_Inh12_Id"]; this.columnhml_Inh13_Id = base.Columns["hml_Inh13_Id"]; this.columnhml_Inh14_Id = base.Columns["hml_Inh14_Id"]; this.columnhml_Inh15_Id = base.Columns["hml_Inh15_Id"]; this.columnhml_Inh16_Id = base.Columns["hml_Inh16_Id"]; this.columnhml_Inh17_Id = base.Columns["hml_Inh17_Id"]; this.columnhml_Inh18_Id = base.Columns["hml_Inh18_Id"]; this.columnhml_Inh19_Id = base.Columns["hml_Inh19_Id"]; this.columnhml_Inh10_Procent = base.Columns["hml_Inh10_Procent"]; this.columnhml_Inh11_Procent = base.Columns["hml_Inh11_Procent"]; this.columnhml_Inh12_Procent = base.Columns["hml_Inh12_Procent"]; this.columnhml_Inh13_Procent = base.Columns["hml_Inh13_Procent"]; this.columnhml_Inh14_Procent = base.Columns["hml_Inh14_Procent"]; this.columnhml_Inh15_Procent = base.Columns["hml_Inh15_Procent"]; this.columnhml_Inh16_Procent = base.Columns["hml_Inh16_Procent"]; this.columnhml_Inh17_Procent = base.Columns["hml_Inh17_Procent"]; this.columnhml_Inh18_Procent = base.Columns["hml_Inh18_Procent"]; this.columnhml_Inh19_Procent = base.Columns["hml_Inh19_Procent"]; this.columnhml_Inh10_ProcentDo = base.Columns["hml_Inh10_ProcentDo"]; this.columnhml_Inh11_ProcentDo = base.Columns["hml_Inh11_ProcentDo"]; this.columnhml_Inh12_ProcentDo = base.Columns["hml_Inh12_ProcentDo"]; this.columnhml_Inh13_ProcentDo = base.Columns["hml_Inh13_ProcentDo"]; this.columnhml_Inh14_ProcentDo = base.Columns["hml_Inh14_ProcentDo"]; this.columnhml_Inh15_ProcentDo = base.Columns["hml_Inh15_ProcentDo"]; this.columnhml_Inh16_ProcentDo = base.Columns["hml_Inh16_ProcentDo"]; this.columnhml_Inh17_ProcentDo = base.Columns["hml_Inh17_ProcentDo"]; this.columnhml_Inh18_ProcentDo = base.Columns["hml_Inh18_ProcentDo"]; this.columnhml_Inh19_ProcentDo = base.Columns["hml_Inh19_ProcentDo"]; this.columnhml_Text1 = base.Columns["hml_Text1"]; this.columnhml_Text2 = base.Columns["hml_Text2"]; this.columnhml_Text3 = base.Columns["hml_Text3"]; this.columnhml_Text4 = base.Columns["hml_Text4"]; this.columnOpe_Ident = base.Columns["Ope_Ident"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.columnhml_TwrTyp = new global::System.Data.DataColumn("hml_TwrTyp", typeof(short), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_TwrTyp); this.columnhml_TwrNumer = new global::System.Data.DataColumn("hml_TwrNumer", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_TwrNumer); this.columnhml_DataPowstania = new global::System.Data.DataColumn("hml_DataPowstania", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_DataPowstania); this.columnhml_DataArchiwizacji = new global::System.Data.DataColumn("hml_DataArchiwizacji", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_DataArchiwizacji); this.columnhml_Herstellort = new global::System.Data.DataColumn("hml_Herstellort", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Herstellort); this.columnhml_SDStext = new global::System.Data.DataColumn("hml_SDStext", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDStext); this.columnhml_SDS1 = new global::System.Data.DataColumn("hml_SDS1", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS1); this.columnhml_SDS2 = new global::System.Data.DataColumn("hml_SDS2", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS2); this.columnhml_SDS3 = new global::System.Data.DataColumn("hml_SDS3", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS3); this.columnhml_SDS4 = new global::System.Data.DataColumn("hml_SDS4", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS4); this.columnhml_SDS5 = new global::System.Data.DataColumn("hml_SDS5", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS5); this.columnhml_SDS6 = new global::System.Data.DataColumn("hml_SDS6", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS6); this.columnhml_SDS7 = new global::System.Data.DataColumn("hml_SDS7", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS7); this.columnhml_SDS8 = new global::System.Data.DataColumn("hml_SDS8", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS8); this.columnhml_SDS9 = new global::System.Data.DataColumn("hml_SDS9", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS9); this.columnhml_SDS10 = new global::System.Data.DataColumn("hml_SDS10", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_SDS10); this.columnhml_Schichten = new global::System.Data.DataColumn("hml_Schichten", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Schichten); this.columnhml_Eigenschaften = new global::System.Data.DataColumn("hml_Eigenschaften", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Eigenschaften); this.columnhml_Anleitung = new global::System.Data.DataColumn("hml_Anleitung", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Anleitung); this.columnhml_FS_od = new global::System.Data.DataColumn("hml_FS_od", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_FS_od); this.columnhml_FS_do = new global::System.Data.DataColumn("hml_FS_do", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_FS_do); this.columnhml_Dichte = new global::System.Data.DataColumn("hml_Dichte", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Dichte); this.columnhml_Viskositat_od = new global::System.Data.DataColumn("hml_Viskositat_od", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Viskositat_od); this.columnhml_Viskositat_do = new global::System.Data.DataColumn("hml_Viskositat_do", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Viskositat_do); this.columnhml_Farbe = new global::System.Data.DataColumn("hml_Farbe", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Farbe); this.columnhml_Verdunnung = new global::System.Data.DataColumn("hml_Verdunnung", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Verdunnung); this.columnhml_Schichtdicke_od = new global::System.Data.DataColumn("hml_Schichtdicke_od", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Schichtdicke_od); this.columnhml_Schichtdicke_do = new global::System.Data.DataColumn("hml_Schichtdicke_do", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Schichtdicke_do); this.columnhml_Leistung = new global::System.Data.DataColumn("hml_Leistung", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Leistung); this.columnhml_Lagerkapazitat = new global::System.Data.DataColumn("hml_Lagerkapazitat", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Lagerkapazitat); this.columnhml_Verarbeitung = new global::System.Data.DataColumn("hml_Verarbeitung", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Verarbeitung); this.columnhml_Inh0_Id = new global::System.Data.DataColumn("hml_Inh0_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh0_Id); this.columnhml_Inh0_Procent = new global::System.Data.DataColumn("hml_Inh0_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh0_Procent); this.columnhml_Inh0_ProcentDo = new global::System.Data.DataColumn("hml_Inh0_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh0_ProcentDo); this.columnhml_Inh1_Id = new global::System.Data.DataColumn("hml_Inh1_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh1_Id); this.columnhml_Inh1_Procent = new global::System.Data.DataColumn("hml_Inh1_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh1_Procent); this.columnhml_Inh1_ProcentDo = new global::System.Data.DataColumn("hml_Inh1_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh1_ProcentDo); this.columnhml_Inh2_Id = new global::System.Data.DataColumn("hml_Inh2_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh2_Id); this.columnhml_Inh2_Procent = new global::System.Data.DataColumn("hml_Inh2_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh2_Procent); this.columnhml_Inh2_ProcentDo = new global::System.Data.DataColumn("hml_Inh2_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh2_ProcentDo); this.columnhml_Inh3_Id = new global::System.Data.DataColumn("hml_Inh3_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh3_Id); this.columnhml_Inh3_Procent = new global::System.Data.DataColumn("hml_Inh3_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh3_Procent); this.columnhml_Inh3_ProcentDo = new global::System.Data.DataColumn("hml_Inh3_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh3_ProcentDo); this.columnhml_Inh4_Id = new global::System.Data.DataColumn("hml_Inh4_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh4_Id); this.columnhml_Inh4_Procent = new global::System.Data.DataColumn("hml_Inh4_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh4_Procent); this.columnhml_Inh4_ProcentDo = new global::System.Data.DataColumn("hml_Inh4_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh4_ProcentDo); this.columnhml_Inh5_Id = new global::System.Data.DataColumn("hml_Inh5_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh5_Id); this.columnhml_Inh5_Procent = new global::System.Data.DataColumn("hml_Inh5_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh5_Procent); this.columnhml_Inh5_ProcentDo = new global::System.Data.DataColumn("hml_Inh5_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh5_ProcentDo); this.columnhml_Inh6_Id = new global::System.Data.DataColumn("hml_Inh6_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh6_Id); this.columnhml_Inh6_Procent = new global::System.Data.DataColumn("hml_Inh6_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh6_Procent); this.columnhml_Inh6_ProcentDo = new global::System.Data.DataColumn("hml_Inh6_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh6_ProcentDo); this.columnhml_Inh7_Id = new global::System.Data.DataColumn("hml_Inh7_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh7_Id); this.columnhml_Inh7_Procent = new global::System.Data.DataColumn("hml_Inh7_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh7_Procent); this.columnhml_Inh7_ProcentDo = new global::System.Data.DataColumn("hml_Inh7_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh7_ProcentDo); this.columnhml_Inh8_Id = new global::System.Data.DataColumn("hml_Inh8_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh8_Id); this.columnhml_Inh8_Procent = new global::System.Data.DataColumn("hml_Inh8_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh8_Procent); this.columnhml_Inh8_ProcentDo = new global::System.Data.DataColumn("hml_Inh8_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh8_ProcentDo); this.columnhml_Inh9_Id = new global::System.Data.DataColumn("hml_Inh9_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh9_Id); this.columnhml_Inh9_Procent = new global::System.Data.DataColumn("hml_Inh9_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh9_Procent); this.columnhml_Inh9_ProcentDo = new global::System.Data.DataColumn("hml_Inh9_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh9_ProcentDo); this.columnhml_Behelter = new global::System.Data.DataColumn("hml_Behelter", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Behelter); this.columnhml_OpeNumer = new global::System.Data.DataColumn("hml_OpeNumer", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_OpeNumer); this.columnhml_Dichte_do = new global::System.Data.DataColumn("hml_Dichte_do", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Dichte_do); this.columnhml_Inh10_Id = new global::System.Data.DataColumn("hml_Inh10_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh10_Id); this.columnhml_Inh11_Id = new global::System.Data.DataColumn("hml_Inh11_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh11_Id); this.columnhml_Inh12_Id = new global::System.Data.DataColumn("hml_Inh12_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh12_Id); this.columnhml_Inh13_Id = new global::System.Data.DataColumn("hml_Inh13_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh13_Id); this.columnhml_Inh14_Id = new global::System.Data.DataColumn("hml_Inh14_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh14_Id); this.columnhml_Inh15_Id = new global::System.Data.DataColumn("hml_Inh15_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh15_Id); this.columnhml_Inh16_Id = new global::System.Data.DataColumn("hml_Inh16_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh16_Id); this.columnhml_Inh17_Id = new global::System.Data.DataColumn("hml_Inh17_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh17_Id); this.columnhml_Inh18_Id = new global::System.Data.DataColumn("hml_Inh18_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh18_Id); this.columnhml_Inh19_Id = new global::System.Data.DataColumn("hml_Inh19_Id", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh19_Id); this.columnhml_Inh10_Procent = new global::System.Data.DataColumn("hml_Inh10_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh10_Procent); this.columnhml_Inh11_Procent = new global::System.Data.DataColumn("hml_Inh11_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh11_Procent); this.columnhml_Inh12_Procent = new global::System.Data.DataColumn("hml_Inh12_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh12_Procent); this.columnhml_Inh13_Procent = new global::System.Data.DataColumn("hml_Inh13_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh13_Procent); this.columnhml_Inh14_Procent = new global::System.Data.DataColumn("hml_Inh14_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh14_Procent); this.columnhml_Inh15_Procent = new global::System.Data.DataColumn("hml_Inh15_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh15_Procent); this.columnhml_Inh16_Procent = new global::System.Data.DataColumn("hml_Inh16_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh16_Procent); this.columnhml_Inh17_Procent = new global::System.Data.DataColumn("hml_Inh17_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh17_Procent); this.columnhml_Inh18_Procent = new global::System.Data.DataColumn("hml_Inh18_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh18_Procent); this.columnhml_Inh19_Procent = new global::System.Data.DataColumn("hml_Inh19_Procent", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh19_Procent); this.columnhml_Inh10_ProcentDo = new global::System.Data.DataColumn("hml_Inh10_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh10_ProcentDo); this.columnhml_Inh11_ProcentDo = new global::System.Data.DataColumn("hml_Inh11_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh11_ProcentDo); this.columnhml_Inh12_ProcentDo = new global::System.Data.DataColumn("hml_Inh12_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh12_ProcentDo); this.columnhml_Inh13_ProcentDo = new global::System.Data.DataColumn("hml_Inh13_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh13_ProcentDo); this.columnhml_Inh14_ProcentDo = new global::System.Data.DataColumn("hml_Inh14_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh14_ProcentDo); this.columnhml_Inh15_ProcentDo = new global::System.Data.DataColumn("hml_Inh15_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh15_ProcentDo); this.columnhml_Inh16_ProcentDo = new global::System.Data.DataColumn("hml_Inh16_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh16_ProcentDo); this.columnhml_Inh17_ProcentDo = new global::System.Data.DataColumn("hml_Inh17_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh17_ProcentDo); this.columnhml_Inh18_ProcentDo = new global::System.Data.DataColumn("hml_Inh18_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh18_ProcentDo); this.columnhml_Inh19_ProcentDo = new global::System.Data.DataColumn("hml_Inh19_ProcentDo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Inh19_ProcentDo); this.columnhml_Text1 = new global::System.Data.DataColumn("hml_Text1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Text1); this.columnhml_Text2 = new global::System.Data.DataColumn("hml_Text2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Text2); this.columnhml_Text3 = new global::System.Data.DataColumn("hml_Text3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Text3); this.columnhml_Text4 = new global::System.Data.DataColumn("hml_Text4", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnhml_Text4); this.columnOpe_Ident = new global::System.Data.DataColumn("Ope_Ident", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOpe_Ident); this.columnhml_TwrTyp.AllowDBNull = false; this.columnhml_TwrNumer.AllowDBNull = false; this.columnhml_Herstellort.MaxLength = 2147483647; this.columnhml_SDStext.MaxLength = 2147483647; this.columnhml_Schichten.MaxLength = 2147483647; this.columnhml_Eigenschaften.MaxLength = 2147483647; this.columnhml_Anleitung.MaxLength = 2147483647; this.columnhml_Farbe.MaxLength = 2147483647; this.columnhml_Verdunnung.MaxLength = 2147483647; this.columnhml_Verarbeitung.MaxLength = 2147483647; this.columnhml_Behelter.MaxLength = 2147483647; this.columnhml_Text1.MaxLength = 2147483647; this.columnhml_Text2.MaxLength = 2147483647; this.columnhml_Text3.MaxLength = 2147483647; this.columnhml_Text4.MaxLength = 2147483647; this.columnOpe_Ident.ReadOnly = true; this.columnOpe_Ident.MaxLength = 1024; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaRow NewListaRow() { return ((ListaRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new ListaRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Type GetRowType() { return typeof(ListaRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.ListaRowChanged != null)) { this.ListaRowChanged(this, new ListaRowChangeEvent(((ListaRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.ListaRowChanging != null)) { this.ListaRowChanging(this, new ListaRowChangeEvent(((ListaRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.ListaRowDeleted != null)) { this.ListaRowDeleted(this, new ListaRowChangeEvent(((ListaRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.ListaRowDeleting != null)) { this.ListaRowDeleting(this, new ListaRowChangeEvent(((ListaRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void RemoveListaRow(ListaRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSetXL ds = new DataSetXL(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "ListaDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class ListaRow : global::System.Data.DataRow { private ListaDataTable tableLista; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal ListaRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLista = ((ListaDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public short hml_TwrTyp { get { return ((short)(this[this.tableLista.hml_TwrTypColumn])); } set { this[this.tableLista.hml_TwrTypColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_TwrNumer { get { return ((int)(this[this.tableLista.hml_TwrNumerColumn])); } set { this[this.tableLista.hml_TwrNumerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime hml_DataPowstania { get { try { return ((global::System.DateTime)(this[this.tableLista.hml_DataPowstaniaColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_DataPowstania\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_DataPowstaniaColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime hml_DataArchiwizacji { get { try { return ((global::System.DateTime)(this[this.tableLista.hml_DataArchiwizacjiColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_DataArchiwizacji\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_DataArchiwizacjiColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Herstellort { get { try { return ((string)(this[this.tableLista.hml_HerstellortColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Herstellort\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_HerstellortColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_SDStext { get { try { return ((string)(this[this.tableLista.hml_SDStextColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDStext\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDStextColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS1 { get { try { return ((bool)(this[this.tableLista.hml_SDS1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS1\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS2 { get { try { return ((bool)(this[this.tableLista.hml_SDS2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS2\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS3 { get { try { return ((bool)(this[this.tableLista.hml_SDS3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS3\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS4 { get { try { return ((bool)(this[this.tableLista.hml_SDS4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS4\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS5 { get { try { return ((bool)(this[this.tableLista.hml_SDS5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS5\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS6 { get { try { return ((bool)(this[this.tableLista.hml_SDS6Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS6\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS6Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS7 { get { try { return ((bool)(this[this.tableLista.hml_SDS7Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS7\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS7Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS8 { get { try { return ((bool)(this[this.tableLista.hml_SDS8Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS8\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS8Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS9 { get { try { return ((bool)(this[this.tableLista.hml_SDS9Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS9\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS9Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool hml_SDS10 { get { try { return ((bool)(this[this.tableLista.hml_SDS10Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS10\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SDS10Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Schichten { get { try { return ((string)(this[this.tableLista.hml_SchichtenColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichten\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_SchichtenColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Eigenschaften { get { try { return ((string)(this[this.tableLista.hml_EigenschaftenColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Eigenschaften\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_EigenschaftenColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Anleitung { get { try { return ((string)(this[this.tableLista.hml_AnleitungColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Anleitung\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_AnleitungColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_FS_od { get { try { return ((decimal)(this[this.tableLista.hml_FS_odColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_FS_od\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_FS_odColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_FS_do { get { try { return ((decimal)(this[this.tableLista.hml_FS_doColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_FS_do\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_FS_doColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Dichte { get { try { return ((decimal)(this[this.tableLista.hml_DichteColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Dichte\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_DichteColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Viskositat_od { get { try { return ((decimal)(this[this.tableLista.hml_Viskositat_odColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Viskositat_od\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Viskositat_odColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Viskositat_do { get { try { return ((decimal)(this[this.tableLista.hml_Viskositat_doColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Viskositat_do\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Viskositat_doColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Farbe { get { try { return ((string)(this[this.tableLista.hml_FarbeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Farbe\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_FarbeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Verdunnung { get { try { return ((string)(this[this.tableLista.hml_VerdunnungColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Verdunnung\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_VerdunnungColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Schichtdicke_od { get { try { return ((decimal)(this[this.tableLista.hml_Schichtdicke_odColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichtdicke_od\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Schichtdicke_odColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Schichtdicke_do { get { try { return ((decimal)(this[this.tableLista.hml_Schichtdicke_doColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichtdicke_do\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Schichtdicke_doColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Leistung { get { try { return ((decimal)(this[this.tableLista.hml_LeistungColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Leistung\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_LeistungColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Lagerkapazitat { get { try { return ((decimal)(this[this.tableLista.hml_LagerkapazitatColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Lagerkapazitat\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_LagerkapazitatColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Verarbeitung { get { try { return ((string)(this[this.tableLista.hml_VerarbeitungColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Verarbeitung\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_VerarbeitungColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh0_Id { get { try { return ((int)(this[this.tableLista.hml_Inh0_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh0_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh0_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh0_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh0_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh0_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh0_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh0_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh1_Id { get { try { return ((int)(this[this.tableLista.hml_Inh1_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh1_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh1_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh1_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh1_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh1_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh1_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh1_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh2_Id { get { try { return ((int)(this[this.tableLista.hml_Inh2_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh2_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh2_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh2_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh2_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh2_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh2_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh2_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh3_Id { get { try { return ((int)(this[this.tableLista.hml_Inh3_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh3_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh3_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh3_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh3_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh3_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh3_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh3_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh4_Id { get { try { return ((int)(this[this.tableLista.hml_Inh4_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh4_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh4_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh4_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh4_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh4_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh4_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh4_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh5_Id { get { try { return ((int)(this[this.tableLista.hml_Inh5_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh5_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh5_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh5_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh5_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh5_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh5_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh5_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh6_Id { get { try { return ((int)(this[this.tableLista.hml_Inh6_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh6_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh6_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh6_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh6_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh6_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh6_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh6_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh7_Id { get { try { return ((int)(this[this.tableLista.hml_Inh7_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh7_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh7_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh7_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh7_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh7_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh7_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh7_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh8_Id { get { try { return ((int)(this[this.tableLista.hml_Inh8_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh8_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh8_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh8_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh8_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh8_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh8_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh8_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh9_Id { get { try { return ((int)(this[this.tableLista.hml_Inh9_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh9_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh9_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh9_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh9_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh9_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh9_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh9_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Behelter { get { try { return ((string)(this[this.tableLista.hml_BehelterColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Behelter\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_BehelterColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_OpeNumer { get { try { return ((int)(this[this.tableLista.hml_OpeNumerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_OpeNumer\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_OpeNumerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Dichte_do { get { try { return ((decimal)(this[this.tableLista.hml_Dichte_doColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Dichte_do\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Dichte_doColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh10_Id { get { try { return ((int)(this[this.tableLista.hml_Inh10_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh10_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh11_Id { get { try { return ((int)(this[this.tableLista.hml_Inh11_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh11_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh12_Id { get { try { return ((int)(this[this.tableLista.hml_Inh12_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh12_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh13_Id { get { try { return ((int)(this[this.tableLista.hml_Inh13_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh13_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh14_Id { get { try { return ((int)(this[this.tableLista.hml_Inh14_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh14_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh15_Id { get { try { return ((int)(this[this.tableLista.hml_Inh15_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh15_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh16_Id { get { try { return ((int)(this[this.tableLista.hml_Inh16_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh16_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh17_Id { get { try { return ((int)(this[this.tableLista.hml_Inh17_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh17_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh18_Id { get { try { return ((int)(this[this.tableLista.hml_Inh18_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh18_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int hml_Inh19_Id { get { try { return ((int)(this[this.tableLista.hml_Inh19_IdColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_Id\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh19_IdColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh10_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh10_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh10_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh11_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh11_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh11_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh12_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh12_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh12_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh13_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh13_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh13_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh14_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh14_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh14_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh15_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh15_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh15_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh16_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh16_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh16_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh17_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh17_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh17_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh18_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh18_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh18_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh19_Procent { get { try { return ((decimal)(this[this.tableLista.hml_Inh19_ProcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_Procent\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh19_ProcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh10_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh10_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh10_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh11_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh11_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh11_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh12_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh12_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh12_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh13_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh13_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh13_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh14_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh14_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh14_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh15_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh15_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh15_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh16_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh16_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh16_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh17_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh17_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh17_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh18_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh18_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh18_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal hml_Inh19_ProcentDo { get { try { return ((decimal)(this[this.tableLista.hml_Inh19_ProcentDoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_ProcentDo\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Inh19_ProcentDoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Text1 { get { try { return ((string)(this[this.tableLista.hml_Text1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Text1\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Text1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Text2 { get { try { return ((string)(this[this.tableLista.hml_Text2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Text2\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Text2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Text3 { get { try { return ((string)(this[this.tableLista.hml_Text3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Text3\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Text3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string hml_Text4 { get { try { return ((string)(this[this.tableLista.hml_Text4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Text4\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.hml_Text4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Ope_Ident { get { try { return ((string)(this[this.tableLista.Ope_IdentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Ope_Ident\' w tabeli \'Lista\' to DBNull.", e); } } set { this[this.tableLista.Ope_IdentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_DataPowstaniaNull() { return this.IsNull(this.tableLista.hml_DataPowstaniaColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_DataPowstaniaNull() { this[this.tableLista.hml_DataPowstaniaColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_DataArchiwizacjiNull() { return this.IsNull(this.tableLista.hml_DataArchiwizacjiColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_DataArchiwizacjiNull() { this[this.tableLista.hml_DataArchiwizacjiColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_HerstellortNull() { return this.IsNull(this.tableLista.hml_HerstellortColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_HerstellortNull() { this[this.tableLista.hml_HerstellortColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDStextNull() { return this.IsNull(this.tableLista.hml_SDStextColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDStextNull() { this[this.tableLista.hml_SDStextColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS1Null() { return this.IsNull(this.tableLista.hml_SDS1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS1Null() { this[this.tableLista.hml_SDS1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS2Null() { return this.IsNull(this.tableLista.hml_SDS2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS2Null() { this[this.tableLista.hml_SDS2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS3Null() { return this.IsNull(this.tableLista.hml_SDS3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS3Null() { this[this.tableLista.hml_SDS3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS4Null() { return this.IsNull(this.tableLista.hml_SDS4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS4Null() { this[this.tableLista.hml_SDS4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS5Null() { return this.IsNull(this.tableLista.hml_SDS5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS5Null() { this[this.tableLista.hml_SDS5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS6Null() { return this.IsNull(this.tableLista.hml_SDS6Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS6Null() { this[this.tableLista.hml_SDS6Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS7Null() { return this.IsNull(this.tableLista.hml_SDS7Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS7Null() { this[this.tableLista.hml_SDS7Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS8Null() { return this.IsNull(this.tableLista.hml_SDS8Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS8Null() { this[this.tableLista.hml_SDS8Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS9Null() { return this.IsNull(this.tableLista.hml_SDS9Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS9Null() { this[this.tableLista.hml_SDS9Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SDS10Null() { return this.IsNull(this.tableLista.hml_SDS10Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SDS10Null() { this[this.tableLista.hml_SDS10Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_SchichtenNull() { return this.IsNull(this.tableLista.hml_SchichtenColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_SchichtenNull() { this[this.tableLista.hml_SchichtenColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_EigenschaftenNull() { return this.IsNull(this.tableLista.hml_EigenschaftenColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_EigenschaftenNull() { this[this.tableLista.hml_EigenschaftenColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_AnleitungNull() { return this.IsNull(this.tableLista.hml_AnleitungColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_AnleitungNull() { this[this.tableLista.hml_AnleitungColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_FS_odNull() { return this.IsNull(this.tableLista.hml_FS_odColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_FS_odNull() { this[this.tableLista.hml_FS_odColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_FS_doNull() { return this.IsNull(this.tableLista.hml_FS_doColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_FS_doNull() { this[this.tableLista.hml_FS_doColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_DichteNull() { return this.IsNull(this.tableLista.hml_DichteColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_DichteNull() { this[this.tableLista.hml_DichteColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Viskositat_odNull() { return this.IsNull(this.tableLista.hml_Viskositat_odColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Viskositat_odNull() { this[this.tableLista.hml_Viskositat_odColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Viskositat_doNull() { return this.IsNull(this.tableLista.hml_Viskositat_doColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Viskositat_doNull() { this[this.tableLista.hml_Viskositat_doColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_FarbeNull() { return this.IsNull(this.tableLista.hml_FarbeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_FarbeNull() { this[this.tableLista.hml_FarbeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_VerdunnungNull() { return this.IsNull(this.tableLista.hml_VerdunnungColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_VerdunnungNull() { this[this.tableLista.hml_VerdunnungColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Schichtdicke_odNull() { return this.IsNull(this.tableLista.hml_Schichtdicke_odColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Schichtdicke_odNull() { this[this.tableLista.hml_Schichtdicke_odColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Schichtdicke_doNull() { return this.IsNull(this.tableLista.hml_Schichtdicke_doColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Schichtdicke_doNull() { this[this.tableLista.hml_Schichtdicke_doColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_LeistungNull() { return this.IsNull(this.tableLista.hml_LeistungColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_LeistungNull() { this[this.tableLista.hml_LeistungColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_LagerkapazitatNull() { return this.IsNull(this.tableLista.hml_LagerkapazitatColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_LagerkapazitatNull() { this[this.tableLista.hml_LagerkapazitatColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_VerarbeitungNull() { return this.IsNull(this.tableLista.hml_VerarbeitungColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_VerarbeitungNull() { this[this.tableLista.hml_VerarbeitungColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh0_IdNull() { return this.IsNull(this.tableLista.hml_Inh0_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh0_IdNull() { this[this.tableLista.hml_Inh0_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh0_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh0_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh0_ProcentNull() { this[this.tableLista.hml_Inh0_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh0_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh0_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh0_ProcentDoNull() { this[this.tableLista.hml_Inh0_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh1_IdNull() { return this.IsNull(this.tableLista.hml_Inh1_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh1_IdNull() { this[this.tableLista.hml_Inh1_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh1_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh1_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh1_ProcentNull() { this[this.tableLista.hml_Inh1_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh1_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh1_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh1_ProcentDoNull() { this[this.tableLista.hml_Inh1_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh2_IdNull() { return this.IsNull(this.tableLista.hml_Inh2_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh2_IdNull() { this[this.tableLista.hml_Inh2_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh2_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh2_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh2_ProcentNull() { this[this.tableLista.hml_Inh2_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh2_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh2_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh2_ProcentDoNull() { this[this.tableLista.hml_Inh2_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh3_IdNull() { return this.IsNull(this.tableLista.hml_Inh3_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh3_IdNull() { this[this.tableLista.hml_Inh3_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh3_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh3_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh3_ProcentNull() { this[this.tableLista.hml_Inh3_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh3_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh3_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh3_ProcentDoNull() { this[this.tableLista.hml_Inh3_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh4_IdNull() { return this.IsNull(this.tableLista.hml_Inh4_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh4_IdNull() { this[this.tableLista.hml_Inh4_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh4_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh4_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh4_ProcentNull() { this[this.tableLista.hml_Inh4_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh4_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh4_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh4_ProcentDoNull() { this[this.tableLista.hml_Inh4_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh5_IdNull() { return this.IsNull(this.tableLista.hml_Inh5_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh5_IdNull() { this[this.tableLista.hml_Inh5_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh5_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh5_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh5_ProcentNull() { this[this.tableLista.hml_Inh5_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh5_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh5_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh5_ProcentDoNull() { this[this.tableLista.hml_Inh5_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh6_IdNull() { return this.IsNull(this.tableLista.hml_Inh6_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh6_IdNull() { this[this.tableLista.hml_Inh6_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh6_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh6_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh6_ProcentNull() { this[this.tableLista.hml_Inh6_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh6_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh6_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh6_ProcentDoNull() { this[this.tableLista.hml_Inh6_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh7_IdNull() { return this.IsNull(this.tableLista.hml_Inh7_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh7_IdNull() { this[this.tableLista.hml_Inh7_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh7_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh7_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh7_ProcentNull() { this[this.tableLista.hml_Inh7_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh7_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh7_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh7_ProcentDoNull() { this[this.tableLista.hml_Inh7_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh8_IdNull() { return this.IsNull(this.tableLista.hml_Inh8_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh8_IdNull() { this[this.tableLista.hml_Inh8_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh8_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh8_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh8_ProcentNull() { this[this.tableLista.hml_Inh8_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh8_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh8_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh8_ProcentDoNull() { this[this.tableLista.hml_Inh8_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh9_IdNull() { return this.IsNull(this.tableLista.hml_Inh9_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh9_IdNull() { this[this.tableLista.hml_Inh9_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh9_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh9_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh9_ProcentNull() { this[this.tableLista.hml_Inh9_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh9_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh9_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh9_ProcentDoNull() { this[this.tableLista.hml_Inh9_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_BehelterNull() { return this.IsNull(this.tableLista.hml_BehelterColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_BehelterNull() { this[this.tableLista.hml_BehelterColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_OpeNumerNull() { return this.IsNull(this.tableLista.hml_OpeNumerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_OpeNumerNull() { this[this.tableLista.hml_OpeNumerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Dichte_doNull() { return this.IsNull(this.tableLista.hml_Dichte_doColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Dichte_doNull() { this[this.tableLista.hml_Dichte_doColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh10_IdNull() { return this.IsNull(this.tableLista.hml_Inh10_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh10_IdNull() { this[this.tableLista.hml_Inh10_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh11_IdNull() { return this.IsNull(this.tableLista.hml_Inh11_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh11_IdNull() { this[this.tableLista.hml_Inh11_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh12_IdNull() { return this.IsNull(this.tableLista.hml_Inh12_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh12_IdNull() { this[this.tableLista.hml_Inh12_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh13_IdNull() { return this.IsNull(this.tableLista.hml_Inh13_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh13_IdNull() { this[this.tableLista.hml_Inh13_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh14_IdNull() { return this.IsNull(this.tableLista.hml_Inh14_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh14_IdNull() { this[this.tableLista.hml_Inh14_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh15_IdNull() { return this.IsNull(this.tableLista.hml_Inh15_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh15_IdNull() { this[this.tableLista.hml_Inh15_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh16_IdNull() { return this.IsNull(this.tableLista.hml_Inh16_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh16_IdNull() { this[this.tableLista.hml_Inh16_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh17_IdNull() { return this.IsNull(this.tableLista.hml_Inh17_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh17_IdNull() { this[this.tableLista.hml_Inh17_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh18_IdNull() { return this.IsNull(this.tableLista.hml_Inh18_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh18_IdNull() { this[this.tableLista.hml_Inh18_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh19_IdNull() { return this.IsNull(this.tableLista.hml_Inh19_IdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh19_IdNull() { this[this.tableLista.hml_Inh19_IdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh10_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh10_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh10_ProcentNull() { this[this.tableLista.hml_Inh10_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh11_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh11_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh11_ProcentNull() { this[this.tableLista.hml_Inh11_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh12_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh12_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh12_ProcentNull() { this[this.tableLista.hml_Inh12_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh13_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh13_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh13_ProcentNull() { this[this.tableLista.hml_Inh13_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh14_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh14_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh14_ProcentNull() { this[this.tableLista.hml_Inh14_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh15_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh15_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh15_ProcentNull() { this[this.tableLista.hml_Inh15_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh16_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh16_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh16_ProcentNull() { this[this.tableLista.hml_Inh16_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh17_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh17_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh17_ProcentNull() { this[this.tableLista.hml_Inh17_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh18_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh18_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh18_ProcentNull() { this[this.tableLista.hml_Inh18_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh19_ProcentNull() { return this.IsNull(this.tableLista.hml_Inh19_ProcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh19_ProcentNull() { this[this.tableLista.hml_Inh19_ProcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh10_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh10_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh10_ProcentDoNull() { this[this.tableLista.hml_Inh10_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh11_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh11_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh11_ProcentDoNull() { this[this.tableLista.hml_Inh11_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh12_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh12_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh12_ProcentDoNull() { this[this.tableLista.hml_Inh12_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh13_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh13_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh13_ProcentDoNull() { this[this.tableLista.hml_Inh13_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh14_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh14_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh14_ProcentDoNull() { this[this.tableLista.hml_Inh14_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh15_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh15_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh15_ProcentDoNull() { this[this.tableLista.hml_Inh15_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh16_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh16_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh16_ProcentDoNull() { this[this.tableLista.hml_Inh16_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh17_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh17_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh17_ProcentDoNull() { this[this.tableLista.hml_Inh17_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh18_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh18_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh18_ProcentDoNull() { this[this.tableLista.hml_Inh18_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Inh19_ProcentDoNull() { return this.IsNull(this.tableLista.hml_Inh19_ProcentDoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Inh19_ProcentDoNull() { this[this.tableLista.hml_Inh19_ProcentDoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Text1Null() { return this.IsNull(this.tableLista.hml_Text1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Text1Null() { this[this.tableLista.hml_Text1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Text2Null() { return this.IsNull(this.tableLista.hml_Text2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Text2Null() { this[this.tableLista.hml_Text2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Text3Null() { return this.IsNull(this.tableLista.hml_Text3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Text3Null() { this[this.tableLista.hml_Text3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Ishml_Text4Null() { return this.IsNull(this.tableLista.hml_Text4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void Sethml_Text4Null() { this[this.tableLista.hml_Text4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsOpe_IdentNull() { return this.IsNull(this.tableLista.Ope_IdentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetOpe_IdentNull() { this[this.tableLista.Ope_IdentColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public class ListaRowChangeEvent : global::System.EventArgs { private ListaRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaRowChangeEvent(ListaRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Haftmittel.Database.DataSetXLTableAdapters { /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class ListaTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; private global::System.Data.SqlClient.SqlConnection _connection; private global::System.Data.SqlClient.SqlTransaction _transaction; private global::System.Data.SqlClient.SqlCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public ListaTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlConnection Connection { get { if ((this._connection == null)) { this.InitConnection(); } return this._connection; } set { this._connection = value; if ((this.Adapter.InsertCommand != null)) { this.Adapter.InsertCommand.Connection = value; } if ((this.Adapter.DeleteCommand != null)) { this.Adapter.DeleteCommand.Connection = value; } if ((this.Adapter.UpdateCommand != null)) { this.Adapter.UpdateCommand.Connection = value; } for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { if ((this.CommandCollection[i] != null)) { ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlTransaction Transaction { get { return this._transaction; } set { this._transaction = value; for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { this.CommandCollection[i].Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.DeleteCommand != null))) { this.Adapter.DeleteCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.InsertCommand != null))) { this.Adapter.InsertCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.UpdateCommand != null))) { this.Adapter.UpdateCommand.Transaction = this._transaction; } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool ClearBeforeFill { get { return this._clearBeforeFill; } set { this._clearBeforeFill = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "Lista"; tableMapping.ColumnMappings.Add("hml_TwrTyp", "hml_TwrTyp"); tableMapping.ColumnMappings.Add("hml_TwrNumer", "hml_TwrNumer"); tableMapping.ColumnMappings.Add("hml_DataPowstania", "hml_DataPowstania"); tableMapping.ColumnMappings.Add("hml_DataArchiwizacji", "hml_DataArchiwizacji"); tableMapping.ColumnMappings.Add("hml_Herstellort", "hml_Herstellort"); tableMapping.ColumnMappings.Add("hml_SDStext", "hml_SDStext"); tableMapping.ColumnMappings.Add("hml_SDS1", "hml_SDS1"); tableMapping.ColumnMappings.Add("hml_SDS2", "hml_SDS2"); tableMapping.ColumnMappings.Add("hml_SDS3", "hml_SDS3"); tableMapping.ColumnMappings.Add("hml_SDS4", "hml_SDS4"); tableMapping.ColumnMappings.Add("hml_SDS5", "hml_SDS5"); tableMapping.ColumnMappings.Add("hml_SDS6", "hml_SDS6"); tableMapping.ColumnMappings.Add("hml_SDS7", "hml_SDS7"); tableMapping.ColumnMappings.Add("hml_SDS8", "hml_SDS8"); tableMapping.ColumnMappings.Add("hml_SDS9", "hml_SDS9"); tableMapping.ColumnMappings.Add("hml_SDS10", "hml_SDS10"); tableMapping.ColumnMappings.Add("hml_Schichten", "hml_Schichten"); tableMapping.ColumnMappings.Add("hml_Eigenschaften", "hml_Eigenschaften"); tableMapping.ColumnMappings.Add("hml_Anleitung", "hml_Anleitung"); tableMapping.ColumnMappings.Add("hml_FS_od", "hml_FS_od"); tableMapping.ColumnMappings.Add("hml_FS_do", "hml_FS_do"); tableMapping.ColumnMappings.Add("hml_Dichte", "hml_Dichte"); tableMapping.ColumnMappings.Add("hml_Viskositat_od", "hml_Viskositat_od"); tableMapping.ColumnMappings.Add("hml_Viskositat_do", "hml_Viskositat_do"); tableMapping.ColumnMappings.Add("hml_Farbe", "hml_Farbe"); tableMapping.ColumnMappings.Add("hml_Verdunnung", "hml_Verdunnung"); tableMapping.ColumnMappings.Add("hml_Schichtdicke_od", "hml_Schichtdicke_od"); tableMapping.ColumnMappings.Add("hml_Schichtdicke_do", "hml_Schichtdicke_do"); tableMapping.ColumnMappings.Add("hml_Leistung", "hml_Leistung"); tableMapping.ColumnMappings.Add("hml_Lagerkapazitat", "hml_Lagerkapazitat"); tableMapping.ColumnMappings.Add("hml_Verarbeitung", "hml_Verarbeitung"); tableMapping.ColumnMappings.Add("hml_Inh0_Id", "hml_Inh0_Id"); tableMapping.ColumnMappings.Add("hml_Inh0_Procent", "hml_Inh0_Procent"); tableMapping.ColumnMappings.Add("hml_Inh0_ProcentDo", "hml_Inh0_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh1_Id", "hml_Inh1_Id"); tableMapping.ColumnMappings.Add("hml_Inh1_Procent", "hml_Inh1_Procent"); tableMapping.ColumnMappings.Add("hml_Inh1_ProcentDo", "hml_Inh1_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh2_Id", "hml_Inh2_Id"); tableMapping.ColumnMappings.Add("hml_Inh2_Procent", "hml_Inh2_Procent"); tableMapping.ColumnMappings.Add("hml_Inh2_ProcentDo", "hml_Inh2_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh3_Id", "hml_Inh3_Id"); tableMapping.ColumnMappings.Add("hml_Inh3_Procent", "hml_Inh3_Procent"); tableMapping.ColumnMappings.Add("hml_Inh3_ProcentDo", "hml_Inh3_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh4_Id", "hml_Inh4_Id"); tableMapping.ColumnMappings.Add("hml_Inh4_Procent", "hml_Inh4_Procent"); tableMapping.ColumnMappings.Add("hml_Inh4_ProcentDo", "hml_Inh4_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh5_Id", "hml_Inh5_Id"); tableMapping.ColumnMappings.Add("hml_Inh5_Procent", "hml_Inh5_Procent"); tableMapping.ColumnMappings.Add("hml_Inh5_ProcentDo", "hml_Inh5_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh6_Id", "hml_Inh6_Id"); tableMapping.ColumnMappings.Add("hml_Inh6_Procent", "hml_Inh6_Procent"); tableMapping.ColumnMappings.Add("hml_Inh6_ProcentDo", "hml_Inh6_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh7_Id", "hml_Inh7_Id"); tableMapping.ColumnMappings.Add("hml_Inh7_Procent", "hml_Inh7_Procent"); tableMapping.ColumnMappings.Add("hml_Inh7_ProcentDo", "hml_Inh7_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh8_Id", "hml_Inh8_Id"); tableMapping.ColumnMappings.Add("hml_Inh8_Procent", "hml_Inh8_Procent"); tableMapping.ColumnMappings.Add("hml_Inh8_ProcentDo", "hml_Inh8_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh9_Id", "hml_Inh9_Id"); tableMapping.ColumnMappings.Add("hml_Inh9_Procent", "hml_Inh9_Procent"); tableMapping.ColumnMappings.Add("hml_Inh9_ProcentDo", "hml_Inh9_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Behelter", "hml_Behelter"); tableMapping.ColumnMappings.Add("hml_OpeNumer", "hml_OpeNumer"); tableMapping.ColumnMappings.Add("hml_Dichte_do", "hml_Dichte_do"); tableMapping.ColumnMappings.Add("hml_Inh10_Id", "hml_Inh10_Id"); tableMapping.ColumnMappings.Add("hml_Inh11_Id", "hml_Inh11_Id"); tableMapping.ColumnMappings.Add("hml_Inh12_Id", "hml_Inh12_Id"); tableMapping.ColumnMappings.Add("hml_Inh13_Id", "hml_Inh13_Id"); tableMapping.ColumnMappings.Add("hml_Inh14_Id", "hml_Inh14_Id"); tableMapping.ColumnMappings.Add("hml_Inh15_Id", "hml_Inh15_Id"); tableMapping.ColumnMappings.Add("hml_Inh16_Id", "hml_Inh16_Id"); tableMapping.ColumnMappings.Add("hml_Inh17_Id", "hml_Inh17_Id"); tableMapping.ColumnMappings.Add("hml_Inh18_Id", "hml_Inh18_Id"); tableMapping.ColumnMappings.Add("hml_Inh19_Id", "hml_Inh19_Id"); tableMapping.ColumnMappings.Add("hml_Inh10_Procent", "hml_Inh10_Procent"); tableMapping.ColumnMappings.Add("hml_Inh11_Procent", "hml_Inh11_Procent"); tableMapping.ColumnMappings.Add("hml_Inh12_Procent", "hml_Inh12_Procent"); tableMapping.ColumnMappings.Add("hml_Inh13_Procent", "hml_Inh13_Procent"); tableMapping.ColumnMappings.Add("hml_Inh14_Procent", "hml_Inh14_Procent"); tableMapping.ColumnMappings.Add("hml_Inh15_Procent", "hml_Inh15_Procent"); tableMapping.ColumnMappings.Add("hml_Inh16_Procent", "hml_Inh16_Procent"); tableMapping.ColumnMappings.Add("hml_Inh17_Procent", "hml_Inh17_Procent"); tableMapping.ColumnMappings.Add("hml_Inh18_Procent", "hml_Inh18_Procent"); tableMapping.ColumnMappings.Add("hml_Inh19_Procent", "hml_Inh19_Procent"); tableMapping.ColumnMappings.Add("hml_Inh10_ProcentDo", "hml_Inh10_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh11_ProcentDo", "hml_Inh11_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh12_ProcentDo", "hml_Inh12_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh13_ProcentDo", "hml_Inh13_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh14_ProcentDo", "hml_Inh14_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh15_ProcentDo", "hml_Inh15_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh16_ProcentDo", "hml_Inh16_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh17_ProcentDo", "hml_Inh17_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh18_ProcentDo", "hml_Inh18_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Inh19_ProcentDo", "hml_Inh19_ProcentDo"); tableMapping.ColumnMappings.Add("hml_Text1", "hml_Text1"); tableMapping.ColumnMappings.Add("hml_Text2", "hml_Text2"); tableMapping.ColumnMappings.Add("hml_Text3", "hml_Text3"); tableMapping.ColumnMappings.Add("hml_Text4", "hml_Text4"); tableMapping.ColumnMappings.Add("Ope_Ident", "Ope_Ident"); this._adapter.TableMappings.Add(tableMapping); this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO [myconsult_haftmittel].[Lista] ([hml_TwrTyp], [hml_TwrNumer], [hml_Da" + "taPowstania], [hml_DataArchiwizacji], [hml_Herstellort], [hml_SDStext], [hml_SDS" + "1], [hml_SDS2], [hml_SDS3], [hml_SDS4], [hml_SDS5], [hml_SDS6], [hml_SDS7], [hml" + "_SDS8], [hml_SDS9], [hml_SDS10], [hml_Schichten], [hml_Eigenschaften], [hml_Anle" + "itung], [hml_FS_od], [hml_FS_do], [hml_Dichte], [hml_Viskositat_od], [hml_Viskos" + "itat_do], [hml_Farbe], [hml_Verdunnung], [hml_Schichtdicke_od], [hml_Schichtdick" + "e_do], [hml_Leistung], [hml_Lagerkapazitat], [hml_Verarbeitung], [hml_Inh0_Id], " + "[hml_Inh0_Procent], [hml_Inh0_ProcentDo], [hml_Inh1_Id], [hml_Inh1_Procent], [hm" + "l_Inh1_ProcentDo], [hml_Inh2_Id], [hml_Inh2_Procent], [hml_Inh2_ProcentDo], [hml" + "_Inh3_Id], [hml_Inh3_Procent], [hml_Inh3_ProcentDo], [hml_Inh4_Id], [hml_Inh4_Pr" + "ocent], [hml_Inh4_ProcentDo], [hml_Inh5_Id], [hml_Inh5_Procent], [hml_Inh5_Proce" + "ntDo], [hml_Inh6_Id], [hml_Inh6_Procent], [hml_Inh6_ProcentDo], [hml_Inh7_Id], [" + "hml_Inh7_Procent], [hml_Inh7_ProcentDo], [hml_Inh8_Id], [hml_Inh8_Procent], [hml" + "_Inh8_ProcentDo], [hml_Inh9_Id], [hml_Inh9_Procent], [hml_Inh9_ProcentDo], [hml_" + "Behelter], [hml_OpeNumer], [hml_Dichte_do], [hml_Inh10_Id], [hml_Inh11_Id], [hml" + "_Inh12_Id], [hml_Inh13_Id], [hml_Inh14_Id], [hml_Inh15_Id], [hml_Inh16_Id], [hml" + "_Inh17_Id], [hml_Inh18_Id], [hml_Inh19_Id], [hml_Inh10_Procent], [hml_Inh11_Proc" + "ent], [hml_Inh12_Procent], [hml_Inh13_Procent], [hml_Inh14_Procent], [hml_Inh15_" + "Procent], [hml_Inh16_Procent], [hml_Inh17_Procent], [hml_Inh18_Procent], [hml_In" + "h19_Procent], [hml_Inh10_ProcentDo], [hml_Inh11_ProcentDo], [hml_Inh12_ProcentDo" + "], [hml_Inh13_ProcentDo], [hml_Inh14_ProcentDo], [hml_Inh15_ProcentDo], [hml_Inh" + "16_ProcentDo], [hml_Inh17_ProcentDo], [hml_Inh18_ProcentDo], [hml_Inh19_ProcentD" + "o], [hml_Text1], [hml_Text2], [hml_Text3], [hml_Text4]) VALUES (@hml_TwrTyp, @hm" + "l_TwrNumer, @hml_DataPowstania, @hml_DataArchiwizacji, @hml_Herstellort, @hml_SD" + "Stext, @hml_SDS1, @hml_SDS2, @hml_SDS3, @hml_SDS4, @hml_SDS5, @hml_SDS6, @hml_SD" + "S7, @hml_SDS8, @hml_SDS9, @hml_SDS10, @hml_Schichten, @hml_Eigenschaften, @hml_A" + "nleitung, @hml_FS_od, @hml_FS_do, @hml_Dichte, @hml_Viskositat_od, @hml_Viskosit" + "at_do, @hml_Farbe, @hml_Verdunnung, @hml_Schichtdicke_od, @hml_Schichtdicke_do, " + "@hml_Leistung, @hml_Lagerkapazitat, @hml_Verarbeitung, @hml_Inh0_Id, @hml_Inh0_P" + "rocent, @hml_Inh0_ProcentDo, @hml_Inh1_Id, @hml_Inh1_Procent, @hml_Inh1_ProcentD" + "o, @hml_Inh2_Id, @hml_Inh2_Procent, @hml_Inh2_ProcentDo, @hml_Inh3_Id, @hml_Inh3" + "_Procent, @hml_Inh3_ProcentDo, @hml_Inh4_Id, @hml_Inh4_Procent, @hml_Inh4_Procen" + "tDo, @hml_Inh5_Id, @hml_Inh5_Procent, @hml_Inh5_ProcentDo, @hml_Inh6_Id, @hml_In" + "h6_Procent, @hml_Inh6_ProcentDo, @hml_Inh7_Id, @hml_Inh7_Procent, @hml_Inh7_Proc" + "entDo, @hml_Inh8_Id, @hml_Inh8_Procent, @hml_Inh8_ProcentDo, @hml_Inh9_Id, @hml_" + "Inh9_Procent, @hml_Inh9_ProcentDo, @hml_Behelter, @hml_OpeNumer, @hml_Dichte_do," + " @hml_Inh10_Id, @hml_Inh11_Id, @hml_Inh12_Id, @hml_Inh13_Id, @hml_Inh14_Id, @hml" + "_Inh15_Id, @hml_Inh16_Id, @hml_Inh17_Id, @hml_Inh18_Id, @hml_Inh19_Id, @hml_Inh1" + "0_Procent, @hml_Inh11_Procent, @hml_Inh12_Procent, @hml_Inh13_Procent, @hml_Inh1" + "4_Procent, @hml_Inh15_Procent, @hml_Inh16_Procent, @hml_Inh17_Procent, @hml_Inh1" + "8_Procent, @hml_Inh19_Procent, @hml_Inh10_ProcentDo, @hml_Inh11_ProcentDo, @hml_" + "Inh12_ProcentDo, @hml_Inh13_ProcentDo, @hml_Inh14_ProcentDo, @hml_Inh15_ProcentD" + "o, @hml_Inh16_ProcentDo, @hml_Inh17_ProcentDo, @hml_Inh18_ProcentDo, @hml_Inh19_" + "ProcentDo, @hml_Text1, @hml_Text2, @hml_Text3, @hml_Text4)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_TwrTyp", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_TwrTyp", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_TwrNumer", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_TwrNumer", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_DataPowstania", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_DataPowstania", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_DataArchiwizacji", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_DataArchiwizacji", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Herstellort", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Herstellort", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDStext", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDStext", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS3", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS3", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS4", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS4", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS5", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS5", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS6", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS6", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS7", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS7", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS8", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS8", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS9", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS9", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_SDS10", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_SDS10", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Schichten", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Schichten", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Eigenschaften", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Eigenschaften", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Anleitung", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Anleitung", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_FS_od", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_FS_od", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_FS_do", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_FS_do", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Dichte", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Dichte", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Viskositat_od", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Viskositat_od", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Viskositat_do", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Viskositat_do", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Farbe", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Farbe", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Verdunnung", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Verdunnung", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Schichtdicke_od", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Schichtdicke_od", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Schichtdicke_do", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Schichtdicke_do", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Leistung", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Leistung", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Lagerkapazitat", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Lagerkapazitat", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Verarbeitung", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Verarbeitung", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh0_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh0_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh0_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh0_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh0_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh0_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh1_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh1_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh1_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh1_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh1_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh1_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh2_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh2_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh2_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh2_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh2_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh2_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh3_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh3_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh3_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh3_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh3_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh3_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh4_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh4_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh4_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh4_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh4_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh4_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh5_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh5_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh5_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh5_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh5_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh5_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh6_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh6_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh6_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh6_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh6_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh6_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh7_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh7_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh7_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh7_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh7_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh7_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh8_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh8_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh8_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh8_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh8_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh8_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh9_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh9_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh9_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh9_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh9_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh9_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Behelter", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Behelter", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_OpeNumer", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_OpeNumer", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Dichte_do", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 15, 4, "hml_Dichte_do", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh10_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh10_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh11_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh11_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh12_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh12_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh13_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh13_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh14_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh14_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh15_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh15_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh16_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh16_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh17_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh17_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh18_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh18_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh19_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Inh19_Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh10_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh10_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh11_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh11_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh12_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh12_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh13_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh13_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh14_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh14_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh15_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh15_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh16_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh16_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh17_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh17_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh18_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh18_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh19_Procent", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh19_Procent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh10_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh10_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh11_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh11_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh12_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh12_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh13_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh13_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh14_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh14_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh15_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh15_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh16_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh16_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh17_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh17_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh18_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh18_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Inh19_ProcentDo", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 4, "hml_Inh19_ProcentDo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Text1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Text1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Text2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Text2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Text3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Text3", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hml_Text4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hml_Text4", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); this._connection.ConnectionString = global::Haftmittel.Properties.Settings.Default.ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT\t*\t\r\n\t, COALESCE(CDN.NazwaObiektu(128, hml_OpeNumer, 0, 2), \'\') AS Ope_Iden" + "t\r\nFROM\tmyconsult_haftmittel.Lista\r\nWHERE\thml_TwrNumer = @TwrNumer\r\nORDER BY hml" + "_DataPowstania"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TwrNumer", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "hml_TwrNumer", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSetXL.ListaDataTable dataTable, int TwrNumer) { this.Adapter.SelectCommand = this.CommandCollection[0]; this.Adapter.SelectCommand.Parameters[0].Value = ((int)(TwrNumer)); if ((this.ClearBeforeFill == true)) { dataTable.Clear(); } int returnValue = this.Adapter.Fill(dataTable); return returnValue; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] public virtual DataSetXL.ListaDataTable GetData(int TwrNumer) { this.Adapter.SelectCommand = this.CommandCollection[0]; this.Adapter.SelectCommand.Parameters[0].Value = ((int)(TwrNumer)); DataSetXL.ListaDataTable dataTable = new DataSetXL.ListaDataTable(); this.Adapter.Fill(dataTable); return dataTable; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSetXL.ListaDataTable dataTable) { return this.Adapter.Update(dataTable); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSetXL dataSet) { return this.Adapter.Update(dataSet, "Lista"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( short hml_TwrTyp, int hml_TwrNumer, global::System.Nullable hml_DataPowstania, global::System.Nullable hml_DataArchiwizacji, string hml_Herstellort, string hml_SDStext, global::System.Nullable hml_SDS1, global::System.Nullable hml_SDS2, global::System.Nullable hml_SDS3, global::System.Nullable hml_SDS4, global::System.Nullable hml_SDS5, global::System.Nullable hml_SDS6, global::System.Nullable hml_SDS7, global::System.Nullable hml_SDS8, global::System.Nullable hml_SDS9, global::System.Nullable hml_SDS10, string hml_Schichten, string hml_Eigenschaften, string hml_Anleitung, global::System.Nullable hml_FS_od, global::System.Nullable hml_FS_do, global::System.Nullable hml_Dichte, global::System.Nullable hml_Viskositat_od, global::System.Nullable hml_Viskositat_do, string hml_Farbe, string hml_Verdunnung, global::System.Nullable hml_Schichtdicke_od, global::System.Nullable hml_Schichtdicke_do, global::System.Nullable hml_Leistung, global::System.Nullable hml_Lagerkapazitat, string hml_Verarbeitung, global::System.Nullable hml_Inh0_Id, global::System.Nullable hml_Inh0_Procent, global::System.Nullable hml_Inh0_ProcentDo, global::System.Nullable hml_Inh1_Id, global::System.Nullable hml_Inh1_Procent, global::System.Nullable hml_Inh1_ProcentDo, global::System.Nullable hml_Inh2_Id, global::System.Nullable hml_Inh2_Procent, global::System.Nullable hml_Inh2_ProcentDo, global::System.Nullable hml_Inh3_Id, global::System.Nullable hml_Inh3_Procent, global::System.Nullable hml_Inh3_ProcentDo, global::System.Nullable hml_Inh4_Id, global::System.Nullable hml_Inh4_Procent, global::System.Nullable hml_Inh4_ProcentDo, global::System.Nullable hml_Inh5_Id, global::System.Nullable hml_Inh5_Procent, global::System.Nullable hml_Inh5_ProcentDo, global::System.Nullable hml_Inh6_Id, global::System.Nullable hml_Inh6_Procent, global::System.Nullable hml_Inh6_ProcentDo, global::System.Nullable hml_Inh7_Id, global::System.Nullable hml_Inh7_Procent, global::System.Nullable hml_Inh7_ProcentDo, global::System.Nullable hml_Inh8_Id, global::System.Nullable hml_Inh8_Procent, global::System.Nullable hml_Inh8_ProcentDo, global::System.Nullable hml_Inh9_Id, global::System.Nullable hml_Inh9_Procent, global::System.Nullable hml_Inh9_ProcentDo, string hml_Behelter, global::System.Nullable hml_OpeNumer, global::System.Nullable hml_Dichte_do, global::System.Nullable hml_Inh10_Id, global::System.Nullable hml_Inh11_Id, global::System.Nullable hml_Inh12_Id, global::System.Nullable hml_Inh13_Id, global::System.Nullable hml_Inh14_Id, global::System.Nullable hml_Inh15_Id, global::System.Nullable hml_Inh16_Id, global::System.Nullable hml_Inh17_Id, global::System.Nullable hml_Inh18_Id, global::System.Nullable hml_Inh19_Id, global::System.Nullable hml_Inh10_Procent, global::System.Nullable hml_Inh11_Procent, global::System.Nullable hml_Inh12_Procent, global::System.Nullable hml_Inh13_Procent, global::System.Nullable hml_Inh14_Procent, global::System.Nullable hml_Inh15_Procent, global::System.Nullable hml_Inh16_Procent, global::System.Nullable hml_Inh17_Procent, global::System.Nullable hml_Inh18_Procent, global::System.Nullable hml_Inh19_Procent, global::System.Nullable hml_Inh10_ProcentDo, global::System.Nullable hml_Inh11_ProcentDo, global::System.Nullable hml_Inh12_ProcentDo, global::System.Nullable hml_Inh13_ProcentDo, global::System.Nullable hml_Inh14_ProcentDo, global::System.Nullable hml_Inh15_ProcentDo, global::System.Nullable hml_Inh16_ProcentDo, global::System.Nullable hml_Inh17_ProcentDo, global::System.Nullable hml_Inh18_ProcentDo, global::System.Nullable hml_Inh19_ProcentDo, string hml_Text1, string hml_Text2, string hml_Text3, string hml_Text4) { this.Adapter.InsertCommand.Parameters[0].Value = ((short)(hml_TwrTyp)); this.Adapter.InsertCommand.Parameters[1].Value = ((int)(hml_TwrNumer)); if ((hml_DataPowstania.HasValue == true)) { this.Adapter.InsertCommand.Parameters[2].Value = ((System.DateTime)(hml_DataPowstania.Value)); } else { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } if ((hml_DataArchiwizacji.HasValue == true)) { this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(hml_DataArchiwizacji.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((hml_Herstellort == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(hml_Herstellort)); } if ((hml_SDStext == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(hml_SDStext)); } if ((hml_SDS1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(hml_SDS1.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((hml_SDS2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((bool)(hml_SDS2.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((hml_SDS3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(hml_SDS3.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((hml_SDS4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(hml_SDS4.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((hml_SDS5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((bool)(hml_SDS5.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((hml_SDS6.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((bool)(hml_SDS6.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((hml_SDS7.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(hml_SDS7.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((hml_SDS8.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((bool)(hml_SDS8.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((hml_SDS9.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((bool)(hml_SDS9.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((hml_SDS10.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((bool)(hml_SDS10.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((hml_Schichten == null)) { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[16].Value = ((string)(hml_Schichten)); } if ((hml_Eigenschaften == null)) { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[17].Value = ((string)(hml_Eigenschaften)); } if ((hml_Anleitung == null)) { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[18].Value = ((string)(hml_Anleitung)); } if ((hml_FS_od.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(hml_FS_od.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((hml_FS_do.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(hml_FS_do.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((hml_Dichte.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(hml_Dichte.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((hml_Viskositat_od.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(hml_Viskositat_od.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((hml_Viskositat_do.HasValue == true)) { this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(hml_Viskositat_do.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((hml_Farbe == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(hml_Farbe)); } if ((hml_Verdunnung == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(hml_Verdunnung)); } if ((hml_Schichtdicke_od.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(hml_Schichtdicke_od.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((hml_Schichtdicke_do.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(hml_Schichtdicke_do.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((hml_Leistung.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(hml_Leistung.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((hml_Lagerkapazitat.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(hml_Lagerkapazitat.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((hml_Verarbeitung == null)) { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[30].Value = ((string)(hml_Verarbeitung)); } if ((hml_Inh0_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((int)(hml_Inh0_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((hml_Inh0_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(hml_Inh0_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((hml_Inh0_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(hml_Inh0_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((hml_Inh1_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((int)(hml_Inh1_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((hml_Inh1_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(hml_Inh1_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((hml_Inh1_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(hml_Inh1_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((hml_Inh2_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((int)(hml_Inh2_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((hml_Inh2_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(hml_Inh2_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((hml_Inh2_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(hml_Inh2_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((hml_Inh3_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((int)(hml_Inh3_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((hml_Inh3_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(hml_Inh3_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((hml_Inh3_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(hml_Inh3_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((hml_Inh4_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((int)(hml_Inh4_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((hml_Inh4_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(hml_Inh4_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((hml_Inh4_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(hml_Inh4_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((hml_Inh5_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((int)(hml_Inh5_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((hml_Inh5_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(hml_Inh5_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((hml_Inh5_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(hml_Inh5_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((hml_Inh6_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((int)(hml_Inh6_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((hml_Inh6_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(hml_Inh6_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((hml_Inh6_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(hml_Inh6_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((hml_Inh7_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((int)(hml_Inh7_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((hml_Inh7_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(hml_Inh7_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((hml_Inh7_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(hml_Inh7_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((hml_Inh8_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[55].Value = ((int)(hml_Inh8_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((hml_Inh8_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(hml_Inh8_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((hml_Inh8_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(hml_Inh8_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } if ((hml_Inh9_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[58].Value = ((int)(hml_Inh9_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } if ((hml_Inh9_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[59].Value = ((decimal)(hml_Inh9_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((hml_Inh9_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(hml_Inh9_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((hml_Behelter == null)) { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[61].Value = ((string)(hml_Behelter)); } if ((hml_OpeNumer.HasValue == true)) { this.Adapter.InsertCommand.Parameters[62].Value = ((int)(hml_OpeNumer.Value)); } else { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((hml_Dichte_do.HasValue == true)) { this.Adapter.InsertCommand.Parameters[63].Value = ((decimal)(hml_Dichte_do.Value)); } else { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((hml_Inh10_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[64].Value = ((int)(hml_Inh10_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } if ((hml_Inh11_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[65].Value = ((int)(hml_Inh11_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((hml_Inh12_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[66].Value = ((int)(hml_Inh12_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } if ((hml_Inh13_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[67].Value = ((int)(hml_Inh13_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((hml_Inh14_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[68].Value = ((int)(hml_Inh14_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((hml_Inh15_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[69].Value = ((int)(hml_Inh15_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((hml_Inh16_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[70].Value = ((int)(hml_Inh16_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((hml_Inh17_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[71].Value = ((int)(hml_Inh17_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } if ((hml_Inh18_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[72].Value = ((int)(hml_Inh18_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } if ((hml_Inh19_Id.HasValue == true)) { this.Adapter.InsertCommand.Parameters[73].Value = ((int)(hml_Inh19_Id.Value)); } else { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } if ((hml_Inh10_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[74].Value = ((decimal)(hml_Inh10_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } if ((hml_Inh11_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[75].Value = ((decimal)(hml_Inh11_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((hml_Inh12_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(hml_Inh12_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((hml_Inh13_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[77].Value = ((decimal)(hml_Inh13_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((hml_Inh14_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[78].Value = ((decimal)(hml_Inh14_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } if ((hml_Inh15_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[79].Value = ((decimal)(hml_Inh15_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((hml_Inh16_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(hml_Inh16_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((hml_Inh17_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(hml_Inh17_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((hml_Inh18_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(hml_Inh18_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((hml_Inh19_Procent.HasValue == true)) { this.Adapter.InsertCommand.Parameters[83].Value = ((decimal)(hml_Inh19_Procent.Value)); } else { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } if ((hml_Inh10_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(hml_Inh10_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((hml_Inh11_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[85].Value = ((decimal)(hml_Inh11_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } if ((hml_Inh12_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(hml_Inh12_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((hml_Inh13_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[87].Value = ((decimal)(hml_Inh13_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } if ((hml_Inh14_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[88].Value = ((decimal)(hml_Inh14_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } if ((hml_Inh15_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[89].Value = ((decimal)(hml_Inh15_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } if ((hml_Inh16_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[90].Value = ((decimal)(hml_Inh16_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((hml_Inh17_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[91].Value = ((decimal)(hml_Inh17_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } if ((hml_Inh18_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[92].Value = ((decimal)(hml_Inh18_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } if ((hml_Inh19_ProcentDo.HasValue == true)) { this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(hml_Inh19_ProcentDo.Value)); } else { this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((hml_Text1 == null)) { this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[94].Value = ((string)(hml_Text1)); } if ((hml_Text2 == null)) { this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[95].Value = ((string)(hml_Text2)); } if ((hml_Text3 == null)) { this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[96].Value = ((string)(hml_Text3)); } if ((hml_Text4 == null)) { this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[97].Value = ((string)(hml_Text4)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private ListaTableAdapter _listaTableAdapter; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; } set { this._updateOrder = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] public ListaTableAdapter ListaTableAdapter { get { return this._listaTableAdapter; } set { this._listaTableAdapter = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; } set { this._backupDataSetBeforeUpdate = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } if (((this._listaTableAdapter != null) && (this._listaTableAdapter.Connection != null))) { return this._listaTableAdapter.Connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; if ((this._listaTableAdapter != null)) { count = (count + 1); } return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateUpdatedRows(DataSetXL dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._listaTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.Lista.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._listaTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateInsertedRows(DataSetXL dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._listaTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.Lista.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._listaTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateDeletedRows(DataSetXL dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; if ((this._listaTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.Lista.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._listaTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public virtual int UpdateAll(DataSetXL dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } if (((this._listaTableAdapter != null) && (this.MatchTableAdapterConnection(this._listaTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("Dla wszystkich obiektów TableAdapter, którymi zarządza obiekt TableAdapterManager" + ", muszą być używane te same parametry połączenia."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("Obiekt TableAdapterManager nie zawiera informacji o połączeniu. Ustaw dla każdej " + "właściwości TableAdapter obiektu TableAdapterManager prawidłowe wystąpienie obie" + "ktu TableAdapter."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("Nie można rozpocząć transakcji. Bieżące połączenie danych nie obsługuje transakcj" + "i lub bieżący stan nie pozwala na rozpoczęcie transakcji."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._listaTableAdapter != null)) { revertConnections.Add(this._listaTableAdapter, this._listaTableAdapter.Connection); this._listaTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); this._listaTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); if (this._listaTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._listaTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._listaTableAdapter.Adapter); } } // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((this._listaTableAdapter != null)) { this._listaTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._listaTableAdapter])); this._listaTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591