﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSet2" targetNamespace="http://tempuri.org/DataSet2.xsd" xmlns:mstns="http://tempuri.org/DataSet2.xsd" xmlns="http://tempuri.org/DataSet2.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:annotation>
    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
        <Connections>
          <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="PersonalConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="PersonalConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.test_bericht.Properties.Settings.GlobalReference.Default.PersonalConnectionString" Provider="System.Data.SqlClient" />
        </Connections>
        <Tables>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="OrtTableAdapter" GeneratorDataComponentClassName="OrtTableAdapter" Name="Ort" UserDataComponentName="OrtTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="PersonalConnectionString (Settings)" DbObjectName="dbo.Ort" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
                <DeleteCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>DELETE FROM [dbo].[Ort] WHERE (([Id_Ort] = @Original_Id_Ort) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)))</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </DeleteCommand>
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[Ort] ([Id_Ort], [Ort], [PLZ]) VALUES (@Id_Ort, @Ort, @PLZ);
SELECT Id_Ort, Ort, PLZ FROM Ort WHERE (Id_Ort = @Id_Ort)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT Id_Ort, Ort, PLZ FROM dbo.Ort</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
                <UpdateCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>UPDATE [dbo].[Ort] SET [Id_Ort] = @Id_Ort, [Ort] = @Ort, [PLZ] = @PLZ WHERE (([Id_Ort] = @Original_Id_Ort) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)));
SELECT Id_Ort, Ort, PLZ FROM Ort WHERE (Id_Ort = @Id_Ort)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </UpdateCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="Id_Ort" DataSetColumn="Id_Ort" />
              <Mapping SourceColumn="Ort" DataSetColumn="Ort" />
              <Mapping SourceColumn="PLZ" DataSetColumn="PLZ" />
            </Mappings>
            <Sources />
          </TableAdapter>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SrtasseTableAdapter" GeneratorDataComponentClassName="SrtasseTableAdapter" Name="Srtasse" UserDataComponentName="SrtasseTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="PersonalConnectionString (Settings)" DbObjectName="dbo.Srtasse" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
                <DeleteCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>DELETE FROM [dbo].[Srtasse] WHERE (([Id_Strasse] = @Original_Id_Strasse) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)))</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </DeleteCommand>
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[Srtasse] ([Id_Strasse], [Strasse]) VALUES (@Id_Strasse, @Strasse);
SELECT Id_Strasse, Strasse FROM Srtasse WHERE (Id_Strasse = @Id_Strasse)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT Id_Strasse, Strasse FROM dbo.Srtasse</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
                <UpdateCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>UPDATE [dbo].[Srtasse] SET [Id_Strasse] = @Id_Strasse, [Strasse] = @Strasse WHERE (([Id_Strasse] = @Original_Id_Strasse) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)));
SELECT Id_Strasse, Strasse FROM Srtasse WHERE (Id_Strasse = @Id_Strasse)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </UpdateCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="Id_Strasse" DataSetColumn="Id_Strasse" />
              <Mapping SourceColumn="Strasse" DataSetColumn="Strasse" />
            </Mappings>
            <Sources />
          </TableAdapter>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WarenTableAdapter" GeneratorDataComponentClassName="WarenTableAdapter" Name="Waren" UserDataComponentName="WarenTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="PersonalConnectionString (Settings)" DbObjectName="dbo.Waren" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[Waren] ([Id_Ware], [Ware], [Preis]) VALUES (@Id_Ware, @Ware, @Preis)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Ware" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ware" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Ware" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Ware" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Preis" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Preis" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT Id_Ware, Ware, Preis FROM dbo.Waren</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="Id_Ware" DataSetColumn="Id_Ware" />
              <Mapping SourceColumn="Ware" DataSetColumn="Ware" />
              <Mapping SourceColumn="Preis" DataSetColumn="Preis" />
            </Mappings>
            <Sources />
          </TableAdapter>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BezahlungTableAdapter" GeneratorDataComponentClassName="BezahlungTableAdapter" Name="Bezahlung" UserDataComponentName="BezahlungTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="PersonalConnectionString (Settings)" DbObjectName="dbo.Bezahlung" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
                <DeleteCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>DELETE FROM [dbo].[Bezahlung] WHERE (([Id_Rechnung] = @Original_Id_Rechnung) AND ((@IsNull_Id_Daten = 1 AND [Id_Daten] IS NULL) OR ([Id_Daten] = @Original_Id_Daten)) AND ((@IsNull_Id_Waren = 1 AND [Id_Waren] IS NULL) OR ([Id_Waren] = @Original_Id_Waren)) AND ((@IsNull_Bezahlung = 1 AND [Bezahlung] IS NULL) OR ([Bezahlung] = @Original_Bezahlung)))</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Rechnung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Rechnung" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </DeleteCommand>
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[Bezahlung] ([Id_Rechnung], [Id_Daten], [Id_Waren], [Bezahlung]) VALUES (@Id_Rechnung, @Id_Daten, @Id_Waren, @Bezahlung);
SELECT Id_Rechnung, Id_Daten, Id_Waren, Bezahlung FROM Bezahlung WHERE (Id_Rechnung = @Id_Rechnung)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Rechnung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Rechnung" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT Id_Rechnung, Id_Daten, Id_Waren, Bezahlung FROM dbo.Bezahlung</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
                <UpdateCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>UPDATE [dbo].[Bezahlung] SET [Id_Rechnung] = @Id_Rechnung, [Id_Daten] = @Id_Daten, [Id_Waren] = @Id_Waren, [Bezahlung] = @Bezahlung WHERE (([Id_Rechnung] = @Original_Id_Rechnung) AND ((@IsNull_Id_Daten = 1 AND [Id_Daten] IS NULL) OR ([Id_Daten] = @Original_Id_Daten)) AND ((@IsNull_Id_Waren = 1 AND [Id_Waren] IS NULL) OR ([Id_Waren] = @Original_Id_Waren)) AND ((@IsNull_Bezahlung = 1 AND [Bezahlung] IS NULL) OR ([Bezahlung] = @Original_Bezahlung)));
SELECT Id_Rechnung, Id_Daten, Id_Waren, Bezahlung FROM Bezahlung WHERE (Id_Rechnung = @Id_Rechnung)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Rechnung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Rechnung" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Rechnung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Rechnung" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Daten" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Daten" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Waren" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Waren" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Bezahlung" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Bezahlung" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </UpdateCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="Id_Rechnung" DataSetColumn="Id_Rechnung" />
              <Mapping SourceColumn="Id_Daten" DataSetColumn="Id_Daten" />
              <Mapping SourceColumn="Id_Waren" DataSetColumn="Id_Waren" />
              <Mapping SourceColumn="Bezahlung" DataSetColumn="Bezahlung" />
            </Mappings>
            <Sources />
          </TableAdapter>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PersonalDatenTableAdapter" GeneratorDataComponentClassName="PersonalDatenTableAdapter" Name="PersonalDaten" UserDataComponentName="PersonalDatenTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="PersonalConnectionString (Settings)" DbObjectName="dbo.PersonalDaten" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
                <DeleteCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>DELETE FROM [dbo].[PersonalDaten] WHERE (([Id_Num] = @Original_Id_Num) AND ((@IsNull_Anrede = 1 AND [Anrede] IS NULL) OR ([Anrede] = @Original_Anrede)) AND ((@IsNull_Name = 1 AND [Name] IS NULL) OR ([Name] = @Original_Name)) AND ((@IsNull_Vorname = 1 AND [Vorname] IS NULL) OR ([Vorname] = @Original_Vorname)) AND ((@IsNull_GeburtsDatum = 1 AND [GeburtsDatum] IS NULL) OR ([GeburtsDatum] = @Original_GeburtsDatum)) AND ((@IsNull_Id_Ort = 1 AND [Id_Ort] IS NULL) OR ([Id_Ort] = @Original_Id_Ort)) AND ((@IsNull_Id_strasse = 1 AND [Id_strasse] IS NULL) OR ([Id_strasse] = @Original_Id_strasse)) AND ((@IsNull_Haus = 1 AND [Haus] IS NULL) OR ([Haus] = @Original_Haus)))</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Num" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Num" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Anrede" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Anrede" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Vorname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GeburtsDatum" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_GeburtsDatum" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </DeleteCommand>
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[PersonalDaten] ([Id_Num], [Anrede], [Name], [Vorname], [GeburtsDatum], [Id_Ort], [Id_strasse], [Haus]) VALUES (@Id_Num, @Anrede, @Name, @Vorname, @GeburtsDatum, @Id_Ort, @Id_strasse, @Haus);
SELECT Id_Num, Anrede, Name, Vorname, GeburtsDatum, Id_Ort, Id_strasse, Haus FROM PersonalDaten WHERE (Id_Num = @Id_Num)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Num" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Num" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Anrede" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@GeburtsDatum" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT Id_Num, Anrede, Name, Vorname, GeburtsDatum, Id_Ort, Id_strasse, Haus FROM dbo.PersonalDaten</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
                <UpdateCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>UPDATE [dbo].[PersonalDaten] SET [Id_Num] = @Id_Num, [Anrede] = @Anrede, [Name] = @Name, [Vorname] = @Vorname, [GeburtsDatum] = @GeburtsDatum, [Id_Ort] = @Id_Ort, [Id_strasse] = @Id_strasse, [Haus] = @Haus WHERE (([Id_Num] = @Original_Id_Num) AND ((@IsNull_Anrede = 1 AND [Anrede] IS NULL) OR ([Anrede] = @Original_Anrede)) AND ((@IsNull_Name = 1 AND [Name] IS NULL) OR ([Name] = @Original_Name)) AND ((@IsNull_Vorname = 1 AND [Vorname] IS NULL) OR ([Vorname] = @Original_Vorname)) AND ((@IsNull_GeburtsDatum = 1 AND [GeburtsDatum] IS NULL) OR ([GeburtsDatum] = @Original_GeburtsDatum)) AND ((@IsNull_Id_Ort = 1 AND [Id_Ort] IS NULL) OR ([Id_Ort] = @Original_Id_Ort)) AND ((@IsNull_Id_strasse = 1 AND [Id_strasse] IS NULL) OR ([Id_strasse] = @Original_Id_strasse)) AND ((@IsNull_Haus = 1 AND [Haus] IS NULL) OR ([Haus] = @Original_Haus)));
SELECT Id_Num, Anrede, Name, Vorname, GeburtsDatum, Id_Ort, Id_strasse, Haus FROM PersonalDaten WHERE (Id_Num = @Id_Num)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Num" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Num" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Anrede" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@GeburtsDatum" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Num" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Num" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Anrede" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Anrede" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Anrede" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Vorname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GeburtsDatum" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_GeburtsDatum" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="GeburtsDatum" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_Ort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id_strasse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="true" SourceVersion="Original" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Haus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Haus" SourceColumnNullMapping="false" SourceVersion="Original" />
                    </Parameters>
                  </DbCommand>
                </UpdateCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="Id_Num" DataSetColumn="Id_Num" />
              <Mapping SourceColumn="Anrede" DataSetColumn="Anrede" />
              <Mapping SourceColumn="Name" DataSetColumn="Name" />
              <Mapping SourceColumn="Vorname" DataSetColumn="Vorname" />
              <Mapping SourceColumn="GeburtsDatum" DataSetColumn="GeburtsDatum" />
              <Mapping SourceColumn="Id_Ort" DataSetColumn="Id_Ort" />
              <Mapping SourceColumn="Id_strasse" DataSetColumn="Id_strasse" />
              <Mapping SourceColumn="Haus" DataSetColumn="Haus" />
            </Mappings>
            <Sources />
          </TableAdapter>
        </Tables>
        <Sources />
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="DataSet2" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DataSet2" msprop:Generator_DataSetName="DataSet2" msprop:EnableTableAdapterManager="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Ort" msprop:Generator_UserTableName="Ort" msprop:Generator_RowDeletedName="OrtRowDeleted" msprop:Generator_TableClassName="OrtDataTable" msprop:Generator_RowChangedName="OrtRowChanged" msprop:Generator_RowClassName="OrtRow" msprop:Generator_RowChangingName="OrtRowChanging" msprop:Generator_RowEvArgName="OrtRowChangeEvent" msprop:Generator_RowEvHandlerName="OrtRowChangeEventHandler" msprop:Generator_TablePropName="Ort" msprop:Generator_TableVarName="tableOrt" msprop:Generator_RowDeletingName="OrtRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Id_Ort" msprop:Generator_UserColumnName="Id_Ort" msprop:Generator_ColumnPropNameInRow="Id_Ort" msprop:Generator_ColumnVarNameInTable="columnId_Ort" msprop:Generator_ColumnPropNameInTable="Id_OrtColumn" type="xs:int" />
              <xs:element name="Ort" msprop:Generator_UserColumnName="Ort" msprop:Generator_ColumnPropNameInRow="Ort" msprop:Generator_ColumnVarNameInTable="columnOrt" msprop:Generator_ColumnPropNameInTable="OrtColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="PLZ" msprop:Generator_UserColumnName="PLZ" msprop:Generator_ColumnPropNameInRow="PLZ" msprop:Generator_ColumnVarNameInTable="columnPLZ" msprop:Generator_ColumnPropNameInTable="PLZColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Srtasse" msprop:Generator_UserTableName="Srtasse" msprop:Generator_RowDeletedName="SrtasseRowDeleted" msprop:Generator_TableClassName="SrtasseDataTable" msprop:Generator_RowChangedName="SrtasseRowChanged" msprop:Generator_RowClassName="SrtasseRow" msprop:Generator_RowChangingName="SrtasseRowChanging" msprop:Generator_RowEvArgName="SrtasseRowChangeEvent" msprop:Generator_RowEvHandlerName="SrtasseRowChangeEventHandler" msprop:Generator_TablePropName="Srtasse" msprop:Generator_TableVarName="tableSrtasse" msprop:Generator_RowDeletingName="SrtasseRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Id_Strasse" msprop:Generator_UserColumnName="Id_Strasse" msprop:Generator_ColumnPropNameInRow="Id_Strasse" msprop:Generator_ColumnVarNameInTable="columnId_Strasse" msprop:Generator_ColumnPropNameInTable="Id_StrasseColumn" type="xs:int" />
              <xs:element name="Strasse" msprop:Generator_UserColumnName="Strasse" msprop:Generator_ColumnPropNameInRow="Strasse" msprop:Generator_ColumnVarNameInTable="columnStrasse" msprop:Generator_ColumnPropNameInTable="StrasseColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Waren" msprop:Generator_UserTableName="Waren" msprop:Generator_RowDeletedName="WarenRowDeleted" msprop:Generator_TableClassName="WarenDataTable" msprop:Generator_RowChangedName="WarenRowChanged" msprop:Generator_RowClassName="WarenRow" msprop:Generator_RowChangingName="WarenRowChanging" msprop:Generator_RowEvArgName="WarenRowChangeEvent" msprop:Generator_RowEvHandlerName="WarenRowChangeEventHandler" msprop:Generator_TablePropName="Waren" msprop:Generator_TableVarName="tableWaren" msprop:Generator_RowDeletingName="WarenRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Id_Ware" msprop:Generator_UserColumnName="Id_Ware" msprop:Generator_ColumnPropNameInRow="Id_Ware" msprop:Generator_ColumnVarNameInTable="columnId_Ware" msprop:Generator_ColumnPropNameInTable="Id_WareColumn" type="xs:int" minOccurs="0" />
              <xs:element name="Ware" msprop:Generator_UserColumnName="Ware" msprop:Generator_ColumnPropNameInRow="Ware" msprop:Generator_ColumnVarNameInTable="columnWare" msprop:Generator_ColumnPropNameInTable="WareColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="Preis" msprop:Generator_UserColumnName="Preis" msprop:Generator_ColumnPropNameInRow="Preis" msprop:Generator_ColumnVarNameInTable="columnPreis" msprop:Generator_ColumnPropNameInTable="PreisColumn" type="xs:double" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Bezahlung" msprop:Generator_UserTableName="Bezahlung" msprop:Generator_RowDeletedName="BezahlungRowDeleted" msprop:Generator_TableClassName="BezahlungDataTable" msprop:Generator_RowChangedName="BezahlungRowChanged" msprop:Generator_RowClassName="BezahlungRow" msprop:Generator_RowChangingName="BezahlungRowChanging" msprop:Generator_RowEvArgName="BezahlungRowChangeEvent" msprop:Generator_RowEvHandlerName="BezahlungRowChangeEventHandler" msprop:Generator_TablePropName="Bezahlung" msprop:Generator_TableVarName="tableBezahlung" msprop:Generator_RowDeletingName="BezahlungRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Id_Rechnung" msprop:Generator_UserColumnName="Id_Rechnung" msprop:Generator_ColumnPropNameInRow="Id_Rechnung" msprop:Generator_ColumnVarNameInTable="columnId_Rechnung" msprop:Generator_ColumnPropNameInTable="Id_RechnungColumn" type="xs:int" />
              <xs:element name="Id_Daten" msprop:Generator_UserColumnName="Id_Daten" msprop:Generator_ColumnPropNameInRow="Id_Daten" msprop:Generator_ColumnVarNameInTable="columnId_Daten" msprop:Generator_ColumnPropNameInTable="Id_DatenColumn" type="xs:int" minOccurs="0" />
              <xs:element name="Id_Waren" msprop:Generator_UserColumnName="Id_Waren" msprop:Generator_ColumnPropNameInRow="Id_Waren" msprop:Generator_ColumnVarNameInTable="columnId_Waren" msprop:Generator_ColumnPropNameInTable="Id_WarenColumn" type="xs:int" minOccurs="0" />
              <xs:element name="Bezahlung" msprop:Generator_UserColumnName="Bezahlung" msprop:Generator_ColumnPropNameInRow="Bezahlung" msprop:Generator_ColumnVarNameInTable="columnBezahlung" msprop:Generator_ColumnPropNameInTable="BezahlungColumn" type="xs:int" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="PersonalDaten" msprop:Generator_UserTableName="PersonalDaten" msprop:Generator_RowDeletedName="PersonalDatenRowDeleted" msprop:Generator_TableClassName="PersonalDatenDataTable" msprop:Generator_RowChangedName="PersonalDatenRowChanged" msprop:Generator_RowClassName="PersonalDatenRow" msprop:Generator_RowChangingName="PersonalDatenRowChanging" msprop:Generator_RowEvArgName="PersonalDatenRowChangeEvent" msprop:Generator_RowEvHandlerName="PersonalDatenRowChangeEventHandler" msprop:Generator_TablePropName="PersonalDaten" msprop:Generator_TableVarName="tablePersonalDaten" msprop:Generator_RowDeletingName="PersonalDatenRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Id_Num" msprop:Generator_UserColumnName="Id_Num" msprop:Generator_ColumnPropNameInRow="Id_Num" msprop:Generator_ColumnVarNameInTable="columnId_Num" msprop:Generator_ColumnPropNameInTable="Id_NumColumn" type="xs:int" />
              <xs:element name="Anrede" msprop:Generator_UserColumnName="Anrede" msprop:Generator_ColumnPropNameInRow="Anrede" msprop:Generator_ColumnVarNameInTable="columnAnrede" msprop:Generator_ColumnPropNameInTable="AnredeColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="4" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInTable="NameColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="Vorname" msprop:Generator_UserColumnName="Vorname" msprop:Generator_ColumnPropNameInRow="Vorname" msprop:Generator_ColumnVarNameInTable="columnVorname" msprop:Generator_ColumnPropNameInTable="VornameColumn" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="10" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="GeburtsDatum" msprop:Generator_UserColumnName="GeburtsDatum" msprop:Generator_ColumnPropNameInRow="GeburtsDatum" msprop:Generator_ColumnVarNameInTable="columnGeburtsDatum" msprop:Generator_ColumnPropNameInTable="GeburtsDatumColumn" type="xs:dateTime" minOccurs="0" />
              <xs:element name="Id_Ort" msprop:Generator_UserColumnName="Id_Ort" msprop:Generator_ColumnPropNameInRow="Id_Ort" msprop:Generator_ColumnVarNameInTable="columnId_Ort" msprop:Generator_ColumnPropNameInTable="Id_OrtColumn" type="xs:int" minOccurs="0" />
              <xs:element name="Id_strasse" msprop:Generator_UserColumnName="Id_strasse" msprop:Generator_ColumnPropNameInRow="Id_strasse" msprop:Generator_ColumnVarNameInTable="columnId_strasse" msprop:Generator_ColumnPropNameInTable="Id_strasseColumn" type="xs:int" minOccurs="0" />
              <xs:element name="Haus" msprop:Generator_UserColumnName="Haus" msprop:Generator_ColumnPropNameInRow="Haus" msprop:Generator_ColumnVarNameInTable="columnHaus" msprop:Generator_ColumnPropNameInTable="HausColumn" type="xs:int" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Ort" />
      <xs:field xpath="mstns:Id_Ort" />
    </xs:unique>
    <xs:unique name="Srtasse_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Srtasse" />
      <xs:field xpath="mstns:Id_Strasse" />
    </xs:unique>
    <xs:unique name="Bezahlung_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Bezahlung" />
      <xs:field xpath="mstns:Id_Rechnung" />
    </xs:unique>
    <xs:unique name="Constraint2">
      <xs:selector xpath=".//mstns:Bezahlung" />
      <xs:field xpath="mstns:Id_Daten" />
    </xs:unique>
    <xs:unique name="Constraint3">
      <xs:selector xpath=".//mstns:Bezahlung" />
      <xs:field xpath="mstns:Id_Waren" />
    </xs:unique>
    <xs:unique name="PersonalDaten_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:PersonalDaten" />
      <xs:field xpath="mstns:Id_Num" />
    </xs:unique>
    <xs:unique name="PersonalDaten_Constraint2" msdata:ConstraintName="Constraint2">
      <xs:selector xpath=".//mstns:PersonalDaten" />
      <xs:field xpath="mstns:Id_strasse" />
    </xs:unique>
    <xs:unique name="PersonalDaten_Constraint3" msdata:ConstraintName="Constraint3">
      <xs:selector xpath=".//mstns:PersonalDaten" />
      <xs:field xpath="mstns:Id_Ort" />
    </xs:unique>
  </xs:element>
  <xs:annotation>
    <xs:appinfo>
      <msdata:Relationship name="Ort_PersonalDaten" msdata:parent="PersonalDaten" msdata:child="Ort" msdata:parentkey="Id_Ort" msdata:childkey="Id_Ort" msprop:Generator_UserRelationName="Ort_PersonalDaten" msprop:Generator_RelationVarName="relationOrt_PersonalDaten" msprop:Generator_UserChildTable="Ort" msprop:Generator_UserParentTable="PersonalDaten" msprop:Generator_ParentPropName="PersonalDatenRow" msprop:Generator_ChildPropName="GetOrtRows" />
      <msdata:Relationship name="PersonalDaten_Srtasse" msdata:parent="PersonalDaten" msdata:child="Srtasse" msdata:parentkey="Id_strasse" msdata:childkey="Id_Strasse" msprop:Generator_UserRelationName="PersonalDaten_Srtasse" msprop:Generator_RelationVarName="relationPersonalDaten_Srtasse" msprop:Generator_UserChildTable="Srtasse" msprop:Generator_UserParentTable="PersonalDaten" msprop:Generator_ParentPropName="PersonalDatenRow" msprop:Generator_ChildPropName="GetSrtasseRows" />
      <msdata:Relationship name="Bezahlung_PersonalDaten" msdata:parent="Bezahlung" msdata:child="PersonalDaten" msdata:parentkey="Id_Daten" msdata:childkey="Id_Num" msprop:Generator_UserRelationName="Bezahlung_PersonalDaten" msprop:Generator_RelationVarName="relationBezahlung_PersonalDaten" msprop:Generator_UserChildTable="PersonalDaten" msprop:Generator_UserParentTable="Bezahlung" msprop:Generator_ParentPropName="BezahlungRow" msprop:Generator_ChildPropName="GetPersonalDatenRows" />
      <msdata:Relationship name="Waren_Bezahlung" msdata:parent="Bezahlung" msdata:child="Waren" msdata:parentkey="Id_Waren" msdata:childkey="Id_Ware" msprop:Generator_UserRelationName="Waren_Bezahlung" msprop:Generator_RelationVarName="relationWaren_Bezahlung" msprop:Generator_UserChildTable="Waren" msprop:Generator_UserParentTable="Bezahlung" msprop:Generator_ParentPropName="BezahlungRow" msprop:Generator_ChildPropName="GetWarenRows" />
    </xs:appinfo>
  </xs:annotation>
</xs:schema>