6791 lines
391 KiB
Plaintext
6791 lines
391 KiB
Plaintext
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace Haftmittel.Database {
|
|
|
|
|
|
/// <summary>
|
|
///Represents a strongly typed in-memory cache of data.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSetLista")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class DataSetLista : global::System.Data.DataSet {
|
|
|
|
private ListaOldDataTable tableListaOld;
|
|
|
|
private DaneTowaruDataTable tableDaneTowaru;
|
|
|
|
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 DataSetLista() {
|
|
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 DataSetLista(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["ListaOld"] != null)) {
|
|
base.Tables.Add(new ListaOldDataTable(ds.Tables["ListaOld"]));
|
|
}
|
|
if ((ds.Tables["DaneTowaru"] != null)) {
|
|
base.Tables.Add(new DaneTowaruDataTable(ds.Tables["DaneTowaru"]));
|
|
}
|
|
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 ListaOldDataTable ListaOld {
|
|
get {
|
|
return this.tableListaOld;
|
|
}
|
|
}
|
|
|
|
[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 DaneTowaruDataTable DaneTowaru {
|
|
get {
|
|
return this.tableDaneTowaru;
|
|
}
|
|
}
|
|
|
|
[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() {
|
|
DataSetLista cln = ((DataSetLista)(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["ListaOld"] != null)) {
|
|
base.Tables.Add(new ListaOldDataTable(ds.Tables["ListaOld"]));
|
|
}
|
|
if ((ds.Tables["DaneTowaru"] != null)) {
|
|
base.Tables.Add(new DaneTowaruDataTable(ds.Tables["DaneTowaru"]));
|
|
}
|
|
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.tableListaOld = ((ListaOldDataTable)(base.Tables["ListaOld"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableListaOld != null)) {
|
|
this.tableListaOld.InitVars();
|
|
}
|
|
}
|
|
this.tableDaneTowaru = ((DaneTowaruDataTable)(base.Tables["DaneTowaru"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableDaneTowaru != null)) {
|
|
this.tableDaneTowaru.InitVars();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "DataSetLista";
|
|
this.Prefix = "";
|
|
this.Namespace = "http://tempuri.org/DataSetLista.xsd";
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tableListaOld = new ListaOldDataTable();
|
|
base.Tables.Add(this.tableListaOld);
|
|
this.tableDaneTowaru = new DaneTowaruDataTable();
|
|
base.Tables.Add(this.tableDaneTowaru);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private bool ShouldSerializeListaOld() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private bool ShouldSerializeDaneTowaru() {
|
|
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) {
|
|
DataSetLista ds = new DataSetLista();
|
|
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 ListaOldRowChangeEventHandler(object sender, ListaOldRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public delegate void DaneTowaruRowChangeEventHandler(object sender, DaneTowaruRowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class ListaOldDataTable : global::System.Data.TypedTableBase<ListaOldRow> {
|
|
|
|
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 columnOpe_Ident;
|
|
|
|
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;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public ListaOldDataTable() {
|
|
this.TableName = "ListaOld";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal ListaOldDataTable(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 ListaOldDataTable(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 Ope_IdentColumn {
|
|
get {
|
|
return this.columnOpe_Ident;
|
|
}
|
|
}
|
|
|
|
[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")]
|
|
[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 ListaOldRow this[int index] {
|
|
get {
|
|
return ((ListaOldRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event ListaOldRowChangeEventHandler ListaOldRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event ListaOldRowChangeEventHandler ListaOldRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event ListaOldRowChangeEventHandler ListaOldRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event ListaOldRowChangeEventHandler ListaOldRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void AddListaOldRow(ListaOldRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public ListaOldRow AddListaOldRow(
|
|
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,
|
|
string Ope_Ident,
|
|
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) {
|
|
ListaOldRow rowListaOldRow = ((ListaOldRow)(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,
|
|
Ope_Ident,
|
|
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};
|
|
rowListaOldRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowListaOldRow);
|
|
return rowListaOldRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
ListaOldDataTable cln = ((ListaOldDataTable)(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 ListaOldDataTable();
|
|
}
|
|
|
|
[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.columnOpe_Ident = base.Columns["Ope_Ident"];
|
|
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"];
|
|
}
|
|
|
|
[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.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_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_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.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 ListaOldRow NewListaOldRow() {
|
|
return ((ListaOldRow)(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 ListaOldRow(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(ListaOldRow);
|
|
}
|
|
|
|
[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.ListaOldRowChanged != null)) {
|
|
this.ListaOldRowChanged(this, new ListaOldRowChangeEvent(((ListaOldRow)(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.ListaOldRowChanging != null)) {
|
|
this.ListaOldRowChanging(this, new ListaOldRowChangeEvent(((ListaOldRow)(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.ListaOldRowDeleted != null)) {
|
|
this.ListaOldRowDeleted(this, new ListaOldRowChangeEvent(((ListaOldRow)(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.ListaOldRowDeleting != null)) {
|
|
this.ListaOldRowDeleting(this, new ListaOldRowChangeEvent(((ListaOldRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void RemoveListaOldRow(ListaOldRow 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();
|
|
DataSetLista ds = new DataSetLista();
|
|
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 = "ListaOldDataTable";
|
|
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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class DaneTowaruDataTable : global::System.Data.TypedTableBase<DaneTowaruRow> {
|
|
|
|
private global::System.Data.DataColumn columnTwr_Kod;
|
|
|
|
private global::System.Data.DataColumn columnTwr_Nazwa;
|
|
|
|
private global::System.Data.DataColumn columnTwr_Jm;
|
|
|
|
private global::System.Data.DataColumn columnDostawca;
|
|
|
|
private global::System.Data.DataColumn columnTwD_Cena;
|
|
|
|
private global::System.Data.DataColumn columnTwD_Waluta;
|
|
|
|
private global::System.Data.DataColumn columnTwJ_JmZ;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public DaneTowaruDataTable() {
|
|
this.TableName = "DaneTowaru";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal DaneTowaruDataTable(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 DaneTowaruDataTable(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 Twr_KodColumn {
|
|
get {
|
|
return this.columnTwr_Kod;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Twr_NazwaColumn {
|
|
get {
|
|
return this.columnTwr_Nazwa;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Twr_JmColumn {
|
|
get {
|
|
return this.columnTwr_Jm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn DostawcaColumn {
|
|
get {
|
|
return this.columnDostawca;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn TwD_CenaColumn {
|
|
get {
|
|
return this.columnTwD_Cena;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn TwD_WalutaColumn {
|
|
get {
|
|
return this.columnTwD_Waluta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn TwJ_JmZColumn {
|
|
get {
|
|
return this.columnTwJ_JmZ;
|
|
}
|
|
}
|
|
|
|
[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 DaneTowaruRow this[int index] {
|
|
get {
|
|
return ((DaneTowaruRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event DaneTowaruRowChangeEventHandler DaneTowaruRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event DaneTowaruRowChangeEventHandler DaneTowaruRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event DaneTowaruRowChangeEventHandler DaneTowaruRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event DaneTowaruRowChangeEventHandler DaneTowaruRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void AddDaneTowaruRow(DaneTowaruRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public DaneTowaruRow AddDaneTowaruRow(string Twr_Kod, string Twr_Nazwa, string Twr_Jm, string Dostawca, decimal TwD_Cena, string TwD_Waluta, string TwJ_JmZ) {
|
|
DaneTowaruRow rowDaneTowaruRow = ((DaneTowaruRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
Twr_Kod,
|
|
Twr_Nazwa,
|
|
Twr_Jm,
|
|
Dostawca,
|
|
TwD_Cena,
|
|
TwD_Waluta,
|
|
TwJ_JmZ};
|
|
rowDaneTowaruRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowDaneTowaruRow);
|
|
return rowDaneTowaruRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
DaneTowaruDataTable cln = ((DaneTowaruDataTable)(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 DaneTowaruDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnTwr_Kod = base.Columns["Twr_Kod"];
|
|
this.columnTwr_Nazwa = base.Columns["Twr_Nazwa"];
|
|
this.columnTwr_Jm = base.Columns["Twr_Jm"];
|
|
this.columnDostawca = base.Columns["Dostawca"];
|
|
this.columnTwD_Cena = base.Columns["TwD_Cena"];
|
|
this.columnTwD_Waluta = base.Columns["TwD_Waluta"];
|
|
this.columnTwJ_JmZ = base.Columns["TwJ_JmZ"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnTwr_Kod = new global::System.Data.DataColumn("Twr_Kod", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwr_Kod);
|
|
this.columnTwr_Nazwa = new global::System.Data.DataColumn("Twr_Nazwa", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwr_Nazwa);
|
|
this.columnTwr_Jm = new global::System.Data.DataColumn("Twr_Jm", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwr_Jm);
|
|
this.columnDostawca = new global::System.Data.DataColumn("Dostawca", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDostawca);
|
|
this.columnTwD_Cena = new global::System.Data.DataColumn("TwD_Cena", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwD_Cena);
|
|
this.columnTwD_Waluta = new global::System.Data.DataColumn("TwD_Waluta", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwD_Waluta);
|
|
this.columnTwJ_JmZ = new global::System.Data.DataColumn("TwJ_JmZ", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTwJ_JmZ);
|
|
this.columnTwr_Kod.MaxLength = 40;
|
|
this.columnTwr_Nazwa.MaxLength = 255;
|
|
this.columnTwr_Jm.MaxLength = 8;
|
|
this.columnDostawca.ReadOnly = true;
|
|
this.columnDostawca.MaxLength = 1024;
|
|
this.columnTwD_Cena.ReadOnly = true;
|
|
this.columnTwD_Waluta.ReadOnly = true;
|
|
this.columnTwD_Waluta.MaxLength = 3;
|
|
this.columnTwJ_JmZ.ReadOnly = true;
|
|
this.columnTwJ_JmZ.MaxLength = 48;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public DaneTowaruRow NewDaneTowaruRow() {
|
|
return ((DaneTowaruRow)(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 DaneTowaruRow(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(DaneTowaruRow);
|
|
}
|
|
|
|
[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.DaneTowaruRowChanged != null)) {
|
|
this.DaneTowaruRowChanged(this, new DaneTowaruRowChangeEvent(((DaneTowaruRow)(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.DaneTowaruRowChanging != null)) {
|
|
this.DaneTowaruRowChanging(this, new DaneTowaruRowChangeEvent(((DaneTowaruRow)(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.DaneTowaruRowDeleted != null)) {
|
|
this.DaneTowaruRowDeleted(this, new DaneTowaruRowChangeEvent(((DaneTowaruRow)(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.DaneTowaruRowDeleting != null)) {
|
|
this.DaneTowaruRowDeleting(this, new DaneTowaruRowChangeEvent(((DaneTowaruRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void RemoveDaneTowaruRow(DaneTowaruRow 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();
|
|
DataSetLista ds = new DataSetLista();
|
|
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 = "DaneTowaruDataTable";
|
|
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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class ListaOldRow : global::System.Data.DataRow {
|
|
|
|
private ListaOldDataTable tableListaOld;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal ListaOldRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableListaOld = ((ListaOldDataTable)(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.tableListaOld.hml_TwrTypColumn]));
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_TwrNumerColumn]));
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_DataPowstaniaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_DataPowstania\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_DataArchiwizacjiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_DataArchiwizacji\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_HerstellortColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Herstellort\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDStextColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDStext\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS1\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS2\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS3\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS4\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS5\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS6Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS6\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS7Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS7\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS8Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS8\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS9Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS9\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SDS10Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_SDS10\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_SchichtenColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichten\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_EigenschaftenColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Eigenschaften\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_AnleitungColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Anleitung\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_FS_odColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_FS_od\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_FS_doColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_FS_do\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_DichteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Dichte\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Viskositat_odColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Viskositat_od\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Viskositat_doColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Viskositat_do\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_FarbeColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Farbe\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_VerdunnungColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Verdunnung\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Schichtdicke_odColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichtdicke_od\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Schichtdicke_doColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Schichtdicke_do\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_LeistungColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Leistung\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_LagerkapazitatColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Lagerkapazitat\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_VerarbeitungColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Verarbeitung\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh0_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh0_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh0_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh0_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh1_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh1_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh1_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh1_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh2_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh2_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh2_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh2_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh3_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh3_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh3_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh3_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh4_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh4_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh4_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh4_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh5_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh5_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh5_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh5_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh6_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh6_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh6_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh6_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh7_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh7_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh7_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh7_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh8_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh8_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh8_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh8_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh9_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh9_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh9_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh9_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_BehelterColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Behelter\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_OpeNumerColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_OpeNumer\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.hml_OpeNumerColumn] = 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.tableListaOld.Ope_IdentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Ope_Ident\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.Ope_IdentColumn] = 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.tableListaOld.hml_Dichte_doColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Dichte_do\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh10_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh11_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh12_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh13_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh14_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh15_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh16_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh17_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh18_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh19_IdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_Id\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh10_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh11_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh12_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh13_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh14_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh15_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh16_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh17_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh18_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh19_ProcentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_Procent\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh10_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh10_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh11_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh11_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh12_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh12_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh13_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh13_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh14_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh14_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh15_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh15_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh16_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh16_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh17_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh17_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh18_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh18_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.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.tableListaOld.hml_Inh19_ProcentDoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'hml_Inh19_ProcentDo\' w tabeli \'ListaOld\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableListaOld.hml_Inh19_ProcentDoColumn] = 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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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 IsOpe_IdentNull() {
|
|
return this.IsNull(this.tableListaOld.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.tableListaOld.Ope_IdentColumn] = 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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.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.tableListaOld.hml_Inh19_ProcentDoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class DaneTowaruRow : global::System.Data.DataRow {
|
|
|
|
private DaneTowaruDataTable tableDaneTowaru;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal DaneTowaruRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableDaneTowaru = ((DaneTowaruDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Twr_Kod {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.Twr_KodColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Twr_Kod\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.Twr_KodColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Twr_Nazwa {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.Twr_NazwaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Twr_Nazwa\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.Twr_NazwaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Twr_Jm {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.Twr_JmColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Twr_Jm\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.Twr_JmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Dostawca {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.DostawcaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'Dostawca\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.DostawcaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal TwD_Cena {
|
|
get {
|
|
try {
|
|
return ((decimal)(this[this.tableDaneTowaru.TwD_CenaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'TwD_Cena\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.TwD_CenaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string TwD_Waluta {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.TwD_WalutaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'TwD_Waluta\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.TwD_WalutaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string TwJ_JmZ {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDaneTowaru.TwJ_JmZColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Wartość z kolumny \'TwJ_JmZ\' w tabeli \'DaneTowaru\' to DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDaneTowaru.TwJ_JmZColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwr_KodNull() {
|
|
return this.IsNull(this.tableDaneTowaru.Twr_KodColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwr_KodNull() {
|
|
this[this.tableDaneTowaru.Twr_KodColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwr_NazwaNull() {
|
|
return this.IsNull(this.tableDaneTowaru.Twr_NazwaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwr_NazwaNull() {
|
|
this[this.tableDaneTowaru.Twr_NazwaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwr_JmNull() {
|
|
return this.IsNull(this.tableDaneTowaru.Twr_JmColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwr_JmNull() {
|
|
this[this.tableDaneTowaru.Twr_JmColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsDostawcaNull() {
|
|
return this.IsNull(this.tableDaneTowaru.DostawcaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetDostawcaNull() {
|
|
this[this.tableDaneTowaru.DostawcaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwD_CenaNull() {
|
|
return this.IsNull(this.tableDaneTowaru.TwD_CenaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwD_CenaNull() {
|
|
this[this.tableDaneTowaru.TwD_CenaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwD_WalutaNull() {
|
|
return this.IsNull(this.tableDaneTowaru.TwD_WalutaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwD_WalutaNull() {
|
|
this[this.tableDaneTowaru.TwD_WalutaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsTwJ_JmZNull() {
|
|
return this.IsNull(this.tableDaneTowaru.TwJ_JmZColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetTwJ_JmZNull() {
|
|
this[this.tableDaneTowaru.TwJ_JmZColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public class ListaOldRowChangeEvent : global::System.EventArgs {
|
|
|
|
private ListaOldRow 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 ListaOldRowChangeEvent(ListaOldRow 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 ListaOldRow 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public class DaneTowaruRowChangeEvent : global::System.EventArgs {
|
|
|
|
private DaneTowaruRow 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 DaneTowaruRowChangeEvent(DaneTowaruRow 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 DaneTowaruRow 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.DataSetListaTableAdapters {
|
|
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[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 ListaOldTableAdapter : 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 ListaOldTableAdapter() {
|
|
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 = "ListaOld";
|
|
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("Ope_Ident", "Ope_Ident");
|
|
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");
|
|
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]) VALUES (@hml_TwrTyp, @hml_TwrNumer, @hml_DataPowstania, @hml_DataArchiwizacj" +
|
|
"i, @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_Schichtdick" +
|
|
"e_od, @hml_Schichtdicke_do, @hml_Leistung, @hml_Lagerkapazitat, @hml_Verarbeitun" +
|
|
"g, @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_Procen" +
|
|
"tDo, @hml_Inh3_Id, @hml_Inh3_Procent, @hml_Inh3_ProcentDo, @hml_Inh4_Id, @hml_In" +
|
|
"h4_Procent, @hml_Inh4_ProcentDo, @hml_Inh5_Id, @hml_Inh5_Procent, @hml_Inh5_Proc" +
|
|
"entDo, @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_Pr" +
|
|
"ocentDo, @hml_Inh9_Id, @hml_Inh9_Procent, @hml_Inh9_ProcentDo, @hml_Behelter, @h" +
|
|
"ml_OpeNumer, @hml_Dichte_do, @hml_Inh10_Id, @hml_Inh11_Id, @hml_Inh12_Id, @hml_I" +
|
|
"nh13_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_Pr" +
|
|
"ocentDo, @hml_Inh15_ProcentDo, @hml_Inh16_ProcentDo, @hml_Inh17_ProcentDo, @hml_" +
|
|
"Inh18_ProcentDo, @hml_Inh19_ProcentDo)";
|
|
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, "", "", ""));
|
|
}
|
|
|
|
[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(DataSetLista.ListaOldDataTable 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")]
|
|
public virtual int Update(DataSetLista.ListaOldDataTable 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(DataSetLista dataSet) {
|
|
return this.Adapter.Update(dataSet, "ListaOld");
|
|
}
|
|
|
|
[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<global::System.DateTime> hml_DataPowstania,
|
|
global::System.Nullable<global::System.DateTime> hml_DataArchiwizacji,
|
|
string hml_Herstellort,
|
|
string hml_SDStext,
|
|
global::System.Nullable<bool> hml_SDS1,
|
|
global::System.Nullable<bool> hml_SDS2,
|
|
global::System.Nullable<bool> hml_SDS3,
|
|
global::System.Nullable<bool> hml_SDS4,
|
|
global::System.Nullable<bool> hml_SDS5,
|
|
global::System.Nullable<bool> hml_SDS6,
|
|
global::System.Nullable<bool> hml_SDS7,
|
|
global::System.Nullable<bool> hml_SDS8,
|
|
global::System.Nullable<bool> hml_SDS9,
|
|
global::System.Nullable<bool> hml_SDS10,
|
|
string hml_Schichten,
|
|
string hml_Eigenschaften,
|
|
string hml_Anleitung,
|
|
global::System.Nullable<decimal> hml_FS_od,
|
|
global::System.Nullable<decimal> hml_FS_do,
|
|
global::System.Nullable<decimal> hml_Dichte,
|
|
global::System.Nullable<decimal> hml_Viskositat_od,
|
|
global::System.Nullable<decimal> hml_Viskositat_do,
|
|
string hml_Farbe,
|
|
string hml_Verdunnung,
|
|
global::System.Nullable<decimal> hml_Schichtdicke_od,
|
|
global::System.Nullable<decimal> hml_Schichtdicke_do,
|
|
global::System.Nullable<decimal> hml_Leistung,
|
|
global::System.Nullable<decimal> hml_Lagerkapazitat,
|
|
string hml_Verarbeitung,
|
|
global::System.Nullable<int> hml_Inh0_Id,
|
|
global::System.Nullable<decimal> hml_Inh0_Procent,
|
|
global::System.Nullable<decimal> hml_Inh0_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh1_Id,
|
|
global::System.Nullable<decimal> hml_Inh1_Procent,
|
|
global::System.Nullable<decimal> hml_Inh1_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh2_Id,
|
|
global::System.Nullable<decimal> hml_Inh2_Procent,
|
|
global::System.Nullable<decimal> hml_Inh2_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh3_Id,
|
|
global::System.Nullable<decimal> hml_Inh3_Procent,
|
|
global::System.Nullable<decimal> hml_Inh3_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh4_Id,
|
|
global::System.Nullable<decimal> hml_Inh4_Procent,
|
|
global::System.Nullable<decimal> hml_Inh4_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh5_Id,
|
|
global::System.Nullable<decimal> hml_Inh5_Procent,
|
|
global::System.Nullable<decimal> hml_Inh5_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh6_Id,
|
|
global::System.Nullable<decimal> hml_Inh6_Procent,
|
|
global::System.Nullable<decimal> hml_Inh6_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh7_Id,
|
|
global::System.Nullable<decimal> hml_Inh7_Procent,
|
|
global::System.Nullable<decimal> hml_Inh7_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh8_Id,
|
|
global::System.Nullable<decimal> hml_Inh8_Procent,
|
|
global::System.Nullable<decimal> hml_Inh8_ProcentDo,
|
|
global::System.Nullable<int> hml_Inh9_Id,
|
|
global::System.Nullable<decimal> hml_Inh9_Procent,
|
|
global::System.Nullable<decimal> hml_Inh9_ProcentDo,
|
|
string hml_Behelter,
|
|
global::System.Nullable<int> hml_OpeNumer,
|
|
global::System.Nullable<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) {
|
|
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;
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[64].Value = ((int)(hml_Inh10_Id));
|
|
this.Adapter.InsertCommand.Parameters[65].Value = ((int)(hml_Inh11_Id));
|
|
this.Adapter.InsertCommand.Parameters[66].Value = ((int)(hml_Inh12_Id));
|
|
this.Adapter.InsertCommand.Parameters[67].Value = ((int)(hml_Inh13_Id));
|
|
this.Adapter.InsertCommand.Parameters[68].Value = ((int)(hml_Inh14_Id));
|
|
this.Adapter.InsertCommand.Parameters[69].Value = ((int)(hml_Inh15_Id));
|
|
this.Adapter.InsertCommand.Parameters[70].Value = ((int)(hml_Inh16_Id));
|
|
this.Adapter.InsertCommand.Parameters[71].Value = ((int)(hml_Inh17_Id));
|
|
this.Adapter.InsertCommand.Parameters[72].Value = ((int)(hml_Inh18_Id));
|
|
this.Adapter.InsertCommand.Parameters[73].Value = ((int)(hml_Inh19_Id));
|
|
this.Adapter.InsertCommand.Parameters[74].Value = ((decimal)(hml_Inh10_Procent));
|
|
this.Adapter.InsertCommand.Parameters[75].Value = ((decimal)(hml_Inh11_Procent));
|
|
this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(hml_Inh12_Procent));
|
|
this.Adapter.InsertCommand.Parameters[77].Value = ((decimal)(hml_Inh13_Procent));
|
|
this.Adapter.InsertCommand.Parameters[78].Value = ((decimal)(hml_Inh14_Procent));
|
|
this.Adapter.InsertCommand.Parameters[79].Value = ((decimal)(hml_Inh15_Procent));
|
|
this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(hml_Inh16_Procent));
|
|
this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(hml_Inh17_Procent));
|
|
this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(hml_Inh18_Procent));
|
|
this.Adapter.InsertCommand.Parameters[83].Value = ((decimal)(hml_Inh19_Procent));
|
|
this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(hml_Inh10_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[85].Value = ((decimal)(hml_Inh11_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(hml_Inh12_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[87].Value = ((decimal)(hml_Inh13_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[88].Value = ((decimal)(hml_Inh14_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[89].Value = ((decimal)(hml_Inh15_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[90].Value = ((decimal)(hml_Inh16_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[91].Value = ((decimal)(hml_Inh17_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[92].Value = ((decimal)(hml_Inh18_ProcentDo));
|
|
this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(hml_Inh19_ProcentDo));
|
|
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();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[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 DaneTowaruTableAdapter : 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 DaneTowaruTableAdapter() {
|
|
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 = "DaneTowaru";
|
|
tableMapping.ColumnMappings.Add("Twr_Kod", "Twr_Kod");
|
|
tableMapping.ColumnMappings.Add("Twr_Nazwa", "Twr_Nazwa");
|
|
tableMapping.ColumnMappings.Add("Twr_Jm", "Twr_Jm");
|
|
tableMapping.ColumnMappings.Add("Dostawca", "Dostawca");
|
|
tableMapping.ColumnMappings.Add("TwD_Cena", "TwD_Cena");
|
|
tableMapping.ColumnMappings.Add("TwD_Waluta", "TwD_Waluta");
|
|
tableMapping.ColumnMappings.Add("TwJ_JmZ", "TwJ_JmZ");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[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 Twr_Kod, Twr_Nazwa, Twr_Jm,
|
|
CDN.NazwaObiektu(TWD_KntTyp, TWD_KntNumer, 0, 4) AS Dostawca,
|
|
coalesce(TwD_Cena, 0) AS TwD_Cena,
|
|
coalesce(TwD_Waluta,'') AS TwD_Waluta,
|
|
coalesce(TwJ_JmZ+ ' ' + cast(cast(TwJ_PrzeliczL / TwJ_PrzeliczM as decimal(15,2)) as varchar) + ' ' + Twr_Jm,'') AS TwJ_JmZ
|
|
FROM CDN.TwrKarty LEFT OUTER JOIN
|
|
CDN.TwrDost ON TWD_TwrTyp = Twr_GIDTyp AND TWD_TwrNumer = Twr_GIDNumer AND
|
|
TWD_TwrLp = Twr_DstDomyslny AND TWD_KlasaKnt = 8
|
|
LEFT OUTER JOIN CDN.TwrJm ON TwJ_TwrTyp = Twr_GIDTyp AND TwJ_TwrNumer = Twr_GIDNumer
|
|
AND TwJ_TwrLp = Twr_JmDomyslnaZak
|
|
WHERE Twr_GIDNumer = @TwrNumer";
|
|
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, "Twr_GIDNumer", 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(DataSetLista.DaneTowaruDataTable 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
///</summary>
|
|
[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 ListaOldTableAdapter _listaOldTableAdapter;
|
|
|
|
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 ListaOldTableAdapter ListaOldTableAdapter {
|
|
get {
|
|
return this._listaOldTableAdapter;
|
|
}
|
|
set {
|
|
this._listaOldTableAdapter = 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._listaOldTableAdapter != null)
|
|
&& (this._listaOldTableAdapter.Connection != null))) {
|
|
return this._listaOldTableAdapter.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._listaOldTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
return count;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Update rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateUpdatedRows(DataSetLista dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._listaOldTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.ListaOld.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._listaOldTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Insert rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateInsertedRows(DataSetLista dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._listaOldTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.ListaOld.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._listaOldTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Delete rows in bottom-up order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateDeletedRows(DataSetLista dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
int result = 0;
|
|
if ((this._listaOldTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.ListaOld.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._listaOldTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
///</summary>
|
|
[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<global::System.Data.DataRow> allAddedRows) {
|
|
if (((updatedRows == null)
|
|
|| (updatedRows.Length < 1))) {
|
|
return updatedRows;
|
|
}
|
|
if (((allAddedRows == null)
|
|
|| (allAddedRows.Count < 1))) {
|
|
return updatedRows;
|
|
}
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
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();
|
|
}
|
|
|
|
/// <summary>
|
|
///Update all changes to the dataset.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public virtual int UpdateAll(DataSetLista dataSet) {
|
|
if ((dataSet == null)) {
|
|
throw new global::System.ArgumentNullException("dataSet");
|
|
}
|
|
if ((dataSet.HasChanges() == false)) {
|
|
return 0;
|
|
}
|
|
if (((this._listaOldTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._listaOldTableAdapter.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<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
|
|
global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
|
|
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._listaOldTableAdapter != null)) {
|
|
revertConnections.Add(this._listaOldTableAdapter, this._listaOldTableAdapter.Connection);
|
|
this._listaOldTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._listaOldTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._listaOldTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._listaOldTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._listaOldTableAdapter.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._listaOldTableAdapter != null)) {
|
|
this._listaOldTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._listaOldTableAdapter]));
|
|
this._listaOldTableAdapter.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<global::System.Data.DataRow>(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;
|
|
}
|
|
|
|
/// <summary>
|
|
///Update Order Option
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public enum UpdateOrderOption {
|
|
|
|
InsertUpdateDelete = 0,
|
|
|
|
UpdateInsertDelete = 1,
|
|
}
|
|
|
|
/// <summary>
|
|
///Used to sort self-referenced table's rows
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
|
|
|
|
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<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
|
|
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 |