2396 lines
415 KiB
XML
2396 lines
415 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="LPDataSet" targetNamespace="http://tempuri.org/LPDataSet.xsd" xmlns:mstns="http://tempuri.org/LPDataSet.xsd" xmlns="http://tempuri.org/LPDataSet.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="MySettings" AppSettingsPropertyName="LPConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="LPConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.LP.My.MySettings.GlobalReference.Default.LPConnectionString" Provider="System.Data.SQLite" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnsprechpartnerTableAdapter" GeneratorDataComponentClassName="AnsprechpartnerTableAdapter" Name="Ansprechpartner" UserDataComponentName="AnsprechpartnerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Ansprechpartner" 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 [Ansprechpartner] WHERE (([AnsprechpartnerNr] = @Original_AnsprechpartnerNr) AND ((@IsNull_FirmaNr = 1 AND [FirmaNr] IS NULL) OR ([FirmaNr] = @Original_FirmaNr)) 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_Tel = 1 AND [Tel] IS NULL) OR ([Tel] = @Original_Tel)) AND ((@IsNull_EMail = 1 AND [EMail] IS NULL) OR ([EMail] = @Original_EMail)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FirmaNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="String" 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="Int32" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tel" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Ansprechpartner] ([AnsprechpartnerNr], [FirmaNr], [Name], [Vorname], [Tel], [EMail], [Erstellt_am], [Mutiert_am], [Mutierer], [Aktiv]) VALUES (@AnsprechpartnerNr, @FirmaNr, @Name, @Vorname, @Tel, @EMail, @Erstellt_am, @Mutiert_am, @Mutierer, @Aktiv)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT AnsprechpartnerNr, FirmaNr, Name, Vorname, Tel, EMail, Erstellt_am, Mutiert_am, Mutierer, Aktiv FROM Ansprechpartner</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Ansprechpartner] SET [AnsprechpartnerNr] = @AnsprechpartnerNr, [FirmaNr] = @FirmaNr, [Name] = @Name, [Vorname] = @Vorname, [Tel] = @Tel, [EMail] = @EMail, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Aktiv] = @Aktiv WHERE (([AnsprechpartnerNr] = @Original_AnsprechpartnerNr) AND ((@IsNull_FirmaNr = 1 AND [FirmaNr] IS NULL) OR ([FirmaNr] = @Original_FirmaNr)) 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_Tel = 1 AND [Tel] IS NULL) OR ([Tel] = @Original_Tel)) AND ((@IsNull_EMail = 1 AND [EMail] IS NULL) OR ([EMail] = @Original_EMail)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FirmaNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="String" 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="Int32" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tel" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnsprechpartnerNr" DataSetColumn="AnsprechpartnerNr" />
|
|
<Mapping SourceColumn="FirmaNr" DataSetColumn="FirmaNr" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Vorname" DataSetColumn="Vorname" />
|
|
<Mapping SourceColumn="Tel" DataSetColumn="Tel" />
|
|
<Mapping SourceColumn="EMail" DataSetColumn="EMail" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Ansprechpartner" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByFirmaNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByFirmaNr" GeneratorSourceName="FillByFirmaNr" GetMethodModifier="Public" GetMethodName="GetDataByFirmaNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByFirmaNr" UserSourceName="FillByFirmaNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Aktiv, AnsprechpartnerNr, EMail, Erstellt_am, FirmaNr, Mutierer, Mutiert_am, Name, Tel, Vorname FROM Ansprechpartner WHERE (FirmaNr = @firmanr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="firmanr" ColumnName="FirmaNr" DataSourceName="main.Ansprechpartner" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@firmanr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByFirmaNrAktiv" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByFirmaNrAktiv" GeneratorSourceName="FillByFirmaNrAktiv" GetMethodModifier="Public" GetMethodName="GetDataByFirmaNrAktiv" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByFirmaNrAktiv" UserSourceName="FillByFirmaNrAktiv">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Aktiv, AnsprechpartnerNr, EMail, Erstellt_am, FirmaNr, Mutierer, Mutiert_am, Name, Tel, Vorname, Name||' '||Vorname as Fullname FROM Ansprechpartner WHERE (FirmaNr = @firmanr) and aktiv=1</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="firmanr" ColumnName="FirmaNr" DataSourceName="" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@firmanr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BerufTableAdapter" GeneratorDataComponentClassName="BerufTableAdapter" Name="Beruf" UserDataComponentName="BerufTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Beruf" 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 [Beruf] WHERE (([Berufnr] = @Original_Berufnr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Beruf] ([Berufnr], [Bezeichnung], [Beschreibung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@Berufnr, @Bezeichnung, @Beschreibung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Berufnr, Bezeichnung, Beschreibung, Aktiv, Erstellt_am, Mutiert_am, Mutierer
|
|
FROM Beruf</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Beruf] SET [Berufnr] = @Berufnr, [Bezeichnung] = @Bezeichnung, [Beschreibung] = @Beschreibung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([Berufnr] = @Original_Berufnr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Berufnr" DataSetColumn="Berufnr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Beschreibung" DataSetColumn="Beschreibung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Beruf" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByBerufNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByBerufNr" GeneratorSourceName="FillByBerufNr" GetMethodModifier="Public" GetMethodName="GetDataByBerufNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByBerufNr" UserSourceName="FillByBerufNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Berufnr, Bezeichnung, Beschreibung, Aktiv, Erstellt_am, Mutiert_am, Mutierer
|
|
FROM Beruf
|
|
where aktiv=1 and berufnr=@berufnr</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="berufnr" ColumnName="Berufnr" DataSourceName="main.Beruf" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FirmaTableAdapter" GeneratorDataComponentClassName="FirmaTableAdapter" Name="Firma" UserDataComponentName="FirmaTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Firma" 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 [Firma] WHERE (([FirmaNr] = @Original_FirmaNr) AND ((@IsNull_NameZ1 = 1 AND [NameZ1] IS NULL) OR ([NameZ1] = @Original_NameZ1)) AND ((@IsNull_NameZ2 = 1 AND [NameZ2] IS NULL) OR ([NameZ2] = @Original_NameZ2)) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_Tel = 1 AND [Tel] IS NULL) OR ([Tel] = @Original_Tel)) AND ((@IsNull_Fax = 1 AND [Fax] IS NULL) OR ([Fax] = @Original_Fax)) AND ((@IsNull_Web = 1 AND [Web] IS NULL) OR ([Web] = @Original_Web)) AND ((@IsNull_EMail = 1 AND [EMail] IS NULL) OR ([EMail] = @Original_EMail)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NameZ1" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NameZ1" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NameZ2" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NameZ2" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tel" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Fax" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Fax" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Web" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Web" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Firma] ([FirmaNr], [NameZ1], [NameZ2], [Strasse], [PLZ], [Ort], [Tel], [Fax], [Web], [EMail], [Bemerkung], [Erstellt_am], [Mutiert_am], [Mutierer], [Aktiv]) VALUES (@FirmaNr, @NameZ1, @NameZ2, @Strasse, @PLZ, @Ort, @Tel, @Fax, @Web, @EMail, @Bemerkung, @Erstellt_am, @Mutiert_am, @Mutierer, @Aktiv)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NameZ1" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NameZ2" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Fax" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Web" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FirmaNr, NameZ1, NameZ2, Strasse, PLZ, Ort, Tel, Fax, Web, EMail, Bemerkung, Erstellt_am, Mutiert_am, Mutierer, Aktiv FROM Firma</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Firma] SET [FirmaNr] = @FirmaNr, [NameZ1] = @NameZ1, [NameZ2] = @NameZ2, [Strasse] = @Strasse, [PLZ] = @PLZ, [Ort] = @Ort, [Tel] = @Tel, [Fax] = @Fax, [Web] = @Web, [EMail] = @EMail, [Bemerkung] = @Bemerkung, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Aktiv] = @Aktiv WHERE (([FirmaNr] = @Original_FirmaNr) AND ((@IsNull_NameZ1 = 1 AND [NameZ1] IS NULL) OR ([NameZ1] = @Original_NameZ1)) AND ((@IsNull_NameZ2 = 1 AND [NameZ2] IS NULL) OR ([NameZ2] = @Original_NameZ2)) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_Tel = 1 AND [Tel] IS NULL) OR ([Tel] = @Original_Tel)) AND ((@IsNull_Fax = 1 AND [Fax] IS NULL) OR ([Fax] = @Original_Fax)) AND ((@IsNull_Web = 1 AND [Web] IS NULL) OR ([Web] = @Original_Web)) AND ((@IsNull_EMail = 1 AND [EMail] IS NULL) OR ([EMail] = @Original_EMail)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NameZ1" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NameZ2" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Fax" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Web" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NameZ1" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NameZ1" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NameZ2" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NameZ2" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NameZ2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tel" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Tel" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Tel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Fax" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Fax" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Fax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Web" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Web" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Web" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FirmaNr" DataSetColumn="FirmaNr" />
|
|
<Mapping SourceColumn="NameZ1" DataSetColumn="NameZ1" />
|
|
<Mapping SourceColumn="NameZ2" DataSetColumn="NameZ2" />
|
|
<Mapping SourceColumn="Strasse" DataSetColumn="Strasse" />
|
|
<Mapping SourceColumn="PLZ" DataSetColumn="PLZ" />
|
|
<Mapping SourceColumn="Ort" DataSetColumn="Ort" />
|
|
<Mapping SourceColumn="Tel" DataSetColumn="Tel" />
|
|
<Mapping SourceColumn="Fax" DataSetColumn="Fax" />
|
|
<Mapping SourceColumn="Web" DataSetColumn="Web" />
|
|
<Mapping SourceColumn="EMail" DataSetColumn="EMail" />
|
|
<Mapping SourceColumn="Bemerkung" DataSetColumn="Bemerkung" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByFirmaBeruf" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByFirmaBeruf" GeneratorSourceName="FillByFirmaBeruf" GetMethodModifier="Public" GetMethodName="GetDataByFirmaBeruf" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByFirmaBeruf" UserSourceName="FillByFirmaBeruf">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Firma.FirmaNr, Firma.NameZ1, Firma.NameZ2, Firma.Strasse, Firma.PLZ, Firma.Ort, Firma.Tel, Firma.Fax, Firma.Web, Firma.EMail, Firma.Bemerkung,
|
|
Firma.Erstellt_am, Firma.Mutiert_am, Firma.Mutierer, Beruf.Bezeichnung AS Beruf, FirmaBeruf.Anzahl
|
|
FROM Firma INNER JOIN
|
|
FirmaBeruf ON Firma.FirmaNr = FirmaBeruf.FirmaNr INNER JOIN
|
|
Beruf ON FirmaBeruf.Berufnr = Beruf.Berufnr
|
|
WHERE (FirmaBeruf.Aktiv = 1)</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Firma" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByName" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByName" GeneratorSourceName="FillByName" GetMethodModifier="Public" GetMethodName="GetDataByName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByName" UserSourceName="FillByName">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Bemerkung, EMail, Erstellt_am, Fax, FirmaNr, Mutierer, Mutiert_am, NameZ1, NameZ2, Ort, PLZ, Strasse, Tel, Web, Aktiv FROM Firma ORDER BY NameZ1, NameZ2, Ort</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FirmaBerufTableAdapter" GeneratorDataComponentClassName="FirmaBerufTableAdapter" Name="FirmaBeruf" UserDataComponentName="FirmaBerufTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.FirmaBeruf" 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 [FirmaBeruf] WHERE (([FirmaBerufNr] = @Original_FirmaBerufNr) AND ((@IsNull_FirmaNr = 1 AND [FirmaNr] IS NULL) OR ([FirmaNr] = @Original_FirmaNr)) AND ((@IsNull_Berufnr = 1 AND [Berufnr] IS NULL) OR ([Berufnr] = @Original_Berufnr)) AND ((@IsNull_AnsprechpartnerNr = 1 AND [AnsprechpartnerNr] IS NULL) OR ([AnsprechpartnerNr] = @Original_AnsprechpartnerNr)) AND ((@IsNull_ZeitNr = 1 AND [ZeitNr] IS NULL) OR ([ZeitNr] = @Original_ZeitNr)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Anzahl = 1 AND [Anzahl] IS NULL) OR ([Anzahl] = @Original_Anzahl)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaBerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FirmaNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Berufnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AnsprechpartnerNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ZeitNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Anzahl" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Anzahl" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [FirmaBeruf] ([FirmaBerufNr], [FirmaNr], [Berufnr], [AnsprechpartnerNr], [ZeitNr], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [Anzahl]) VALUES (@FirmaBerufNr, @FirmaNr, @Berufnr, @AnsprechpartnerNr, @ZeitNr, @Bemerkung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer, @Anzahl)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaBerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Anzahl" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FirmaBerufNr, FirmaNr, Berufnr, AnsprechpartnerNr, ZeitNr, Bemerkung, Aktiv, Erstellt_am, Mutiert_am, Mutierer, Anzahl FROM FirmaBeruf</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [FirmaBeruf] SET [FirmaBerufNr] = @FirmaBerufNr, [FirmaNr] = @FirmaNr, [Berufnr] = @Berufnr, [AnsprechpartnerNr] = @AnsprechpartnerNr, [ZeitNr] = @ZeitNr, [Bemerkung] = @Bemerkung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Anzahl] = @Anzahl WHERE (([FirmaBerufNr] = @Original_FirmaBerufNr) AND ((@IsNull_FirmaNr = 1 AND [FirmaNr] IS NULL) OR ([FirmaNr] = @Original_FirmaNr)) AND ((@IsNull_Berufnr = 1 AND [Berufnr] IS NULL) OR ([Berufnr] = @Original_Berufnr)) AND ((@IsNull_AnsprechpartnerNr = 1 AND [AnsprechpartnerNr] IS NULL) OR ([AnsprechpartnerNr] = @Original_AnsprechpartnerNr)) AND ((@IsNull_ZeitNr = 1 AND [ZeitNr] IS NULL) OR ([ZeitNr] = @Original_ZeitNr)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Anzahl = 1 AND [Anzahl] IS NULL) OR ([Anzahl] = @Original_Anzahl)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaBerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Anzahl" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaBerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FirmaNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_FirmaNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Berufnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Berufnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Berufnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AnsprechpartnerNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AnsprechpartnerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="AnsprechpartnerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ZeitNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Anzahl" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Anzahl" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Anzahl" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FirmaBerufNr" DataSetColumn="FirmaBerufNr" />
|
|
<Mapping SourceColumn="FirmaNr" DataSetColumn="FirmaNr" />
|
|
<Mapping SourceColumn="Berufnr" DataSetColumn="Berufnr" />
|
|
<Mapping SourceColumn="AnsprechpartnerNr" DataSetColumn="AnsprechpartnerNr" />
|
|
<Mapping SourceColumn="ZeitNr" DataSetColumn="ZeitNr" />
|
|
<Mapping SourceColumn="Bemerkung" DataSetColumn="Bemerkung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Anzahl" DataSetColumn="Anzahl" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByFirmaNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByFirmaNr" GeneratorSourceName="FillByFirmaNr" GetMethodModifier="Public" GetMethodName="GetDataByFirmaNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByFirmaNr" UserSourceName="FillByFirmaNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT FirmaBeruf.FirmaBerufNr, FirmaBeruf.FirmaNr, FirmaBeruf.Berufnr, FirmaBeruf.AnsprechpartnerNr, FirmaBeruf.ZeitNr, FirmaBeruf.Bemerkung, FirmaBeruf.Aktiv,
|
|
FirmaBeruf.Erstellt_am, FirmaBeruf.Mutiert_am, FirmaBeruf.Mutierer,
|
|
Firma.NameZ1 || Firma.NameZ2 || ', ' || Firma.PLZ + ' ' + Firma.Ort AS Firmenname,
|
|
Beruf.Bezeichnung AS Beruf, FirmaBeruf.Anzahl, Zeiten.Bezeichnung AS Zeit, Ansprechpartner.Name || ' ' || Ansprechpartner.vorname as Ansprechpartner
|
|
FROM FirmaBeruf INNER JOIN
|
|
Beruf ON FirmaBeruf.Berufnr = Beruf.Berufnr INNER JOIN
|
|
Firma ON FirmaBeruf.FirmaNr = Firma.FirmaNr INNER JOIN
|
|
Zeiten ON FirmaBeruf.ZeitNr = Zeiten.ZeitNr INNER JOIN
|
|
Ansprechpartner ON FirmaBeruf.AnsprechpartnerNr = Ansprechpartner.AnsprechpartnerNr
|
|
WHERE (FirmaBeruf.FirmaNr = @firmanr)
|
|
ORDER BY Beruf, Zeiten.Reihenfolge</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="firmanr" ColumnName="FirmaNr" DataSourceName="" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@firmanr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="FirmaNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="key_tabelleTableAdapter" GeneratorDataComponentClassName="key_tabelleTableAdapter" Name="key_tabelle" UserDataComponentName="key_tabelleTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.key_tabelle" 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 [key_tabelle] WHERE (([keynr] = @Original_keynr) AND ([beschreibung] = @Original_beschreibung) AND ([key_wert] = @Original_key_wert) AND ((@IsNull_mandantnr = 1 AND [mandantnr] IS NULL) OR ([mandantnr] = @Original_mandantnr)) AND ((@IsNull_aktiv = 1 AND [aktiv] IS NULL) OR ([aktiv] = @Original_aktiv)) AND ((@IsNull_erstellt_am = 1 AND [erstellt_am] IS NULL) OR ([erstellt_am] = @Original_erstellt_am)) AND ((@IsNull_mutiert_am = 1 AND [mutiert_am] IS NULL) OR ([mutiert_am] = @Original_mutiert_am)) AND ((@IsNull_mutierer = 1 AND [mutierer] IS NULL) OR ([mutierer] = @Original_mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_keynr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="keynr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_key_wert" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="key_wert" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mandantnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [key_tabelle] ([beschreibung], [key_wert], [mandantnr], [aktiv], [erstellt_am], [mutiert_am], [mutierer]) VALUES (@beschreibung, @key_wert, @mandantnr, @aktiv, @erstellt_am, @mutiert_am, @mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@key_wert" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="key_wert" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [keynr], [beschreibung], [key_wert], [mandantnr], [aktiv], [erstellt_am], [mutiert_am], [mutierer] FROM [key_tabelle]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [key_tabelle] SET [beschreibung] = @beschreibung, [key_wert] = @key_wert, [mandantnr] = @mandantnr, [aktiv] = @aktiv, [erstellt_am] = @erstellt_am, [mutiert_am] = @mutiert_am, [mutierer] = @mutierer WHERE (([keynr] = @Original_keynr) AND ([beschreibung] = @Original_beschreibung) AND ([key_wert] = @Original_key_wert) AND ((@IsNull_mandantnr = 1 AND [mandantnr] IS NULL) OR ([mandantnr] = @Original_mandantnr)) AND ((@IsNull_aktiv = 1 AND [aktiv] IS NULL) OR ([aktiv] = @Original_aktiv)) AND ((@IsNull_erstellt_am = 1 AND [erstellt_am] IS NULL) OR ([erstellt_am] = @Original_erstellt_am)) AND ((@IsNull_mutiert_am = 1 AND [mutiert_am] IS NULL) OR ([mutiert_am] = @Original_mutiert_am)) AND ((@IsNull_mutierer = 1 AND [mutierer] IS NULL) OR ([mutierer] = @Original_mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@key_wert" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="key_wert" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_keynr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="keynr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_key_wert" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="key_wert" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mandantnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="keynr" DataSetColumn="keynr" />
|
|
<Mapping SourceColumn="beschreibung" DataSetColumn="beschreibung" />
|
|
<Mapping SourceColumn="key_wert" DataSetColumn="key_wert" />
|
|
<Mapping SourceColumn="mandantnr" DataSetColumn="mandantnr" />
|
|
<Mapping SourceColumn="aktiv" DataSetColumn="aktiv" />
|
|
<Mapping SourceColumn="erstellt_am" DataSetColumn="erstellt_am" />
|
|
<Mapping SourceColumn="mutiert_am" DataSetColumn="mutiert_am" />
|
|
<Mapping SourceColumn="mutierer" DataSetColumn="mutierer" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.key_tabelle" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByTablename" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByTablename" GeneratorSourceName="FillByTablename" GetMethodModifier="Public" GetMethodName="GetDataByTablename" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByTablename" UserSourceName="FillByTablename">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT [keynr], [beschreibung], [key_wert], [mandantnr], [aktiv], [erstellt_am], [mutiert_am], [mutierer] FROM [key_tabelle] where beschreibung=@tablename</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="tablename" ColumnName="beschreibung" DataSourceName="main.key_tabelle" DataTypeServer="varchar(255)" DbType="String" Direction="Input" ParameterName="@tablename" Precision="0" ProviderType="String" Scale="0" Size="255" SourceColumn="beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KlasseTableAdapter" GeneratorDataComponentClassName="KlasseTableAdapter" Name="Klasse" UserDataComponentName="KlasseTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Klasse" 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 [Klasse] WHERE (([KlasseNr] = @Original_KlasseNr) AND ((@IsNull_SchulhausNr = 1 AND [SchulhausNr] IS NULL) OR ([SchulhausNr] = @Original_SchulhausNr)) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Klassengroesse = 1 AND [Klassengroesse] IS NULL) OR ([Klassengroesse] = @Original_Klassengroesse)) AND ((@IsNull_Lehrer_Anrede = 1 AND [Lehrer_Anrede] IS NULL) OR ([Lehrer_Anrede] = @Original_Lehrer_Anrede)) AND ((@IsNull_Lehrer_EMail = 1 AND [Lehrer_EMail] IS NULL) OR ([Lehrer_EMail] = @Original_Lehrer_EMail)) AND ((@IsNull_Lehrer_Name = 1 AND [Lehrer_Name] IS NULL) OR ([Lehrer_Name] = @Original_Lehrer_Name)) AND ((@IsNull_Lehrer_Telefon = 1 AND [Lehrer_Telefon] IS NULL) OR ([Lehrer_Telefon] = @Original_Lehrer_Telefon)) AND ((@IsNull_Lehrer_Vorname = 1 AND [Lehrer_Vorname] IS NULL) OR ([Lehrer_Vorname] = @Original_Lehrer_Vorname)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SchulhausNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Anrede" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Anrede" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Telefon" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Vorname" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Klasse] ([KlasseNr], [SchulhausNr], [Bezeichnung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [Klassengroesse], [Lehrer_Anrede], [Lehrer_EMail], [Lehrer_Name], [Lehrer_Telefon], [Lehrer_Vorname]) VALUES (@KlasseNr, @SchulhausNr, @Bezeichnung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer, @Klassengroesse, @Lehrer_Anrede, @Lehrer_EMail, @Lehrer_Name, @Lehrer_Telefon, @Lehrer_Vorname)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Anrede" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT KlasseNr, SchulhausNr, Bezeichnung, Aktiv, Erstellt_am, Mutiert_am, Mutierer, Klassengroesse, Lehrer_Anrede, Lehrer_EMail, Lehrer_Name, Lehrer_Telefon, Lehrer_Vorname FROM Klasse</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Klasse] SET [KlasseNr] = @KlasseNr, [SchulhausNr] = @SchulhausNr, [Bezeichnung] = @Bezeichnung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Klassengroesse] = @Klassengroesse, [Lehrer_Anrede] = @Lehrer_Anrede, [Lehrer_EMail] = @Lehrer_EMail, [Lehrer_Name] = @Lehrer_Name, [Lehrer_Telefon] = @Lehrer_Telefon, [Lehrer_Vorname] = @Lehrer_Vorname WHERE (([KlasseNr] = @Original_KlasseNr) AND ((@IsNull_SchulhausNr = 1 AND [SchulhausNr] IS NULL) OR ([SchulhausNr] = @Original_SchulhausNr)) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Klassengroesse = 1 AND [Klassengroesse] IS NULL) OR ([Klassengroesse] = @Original_Klassengroesse)) AND ((@IsNull_Lehrer_Anrede = 1 AND [Lehrer_Anrede] IS NULL) OR ([Lehrer_Anrede] = @Original_Lehrer_Anrede)) AND ((@IsNull_Lehrer_EMail = 1 AND [Lehrer_EMail] IS NULL) OR ([Lehrer_EMail] = @Original_Lehrer_EMail)) AND ((@IsNull_Lehrer_Name = 1 AND [Lehrer_Name] IS NULL) OR ([Lehrer_Name] = @Original_Lehrer_Name)) AND ((@IsNull_Lehrer_Telefon = 1 AND [Lehrer_Telefon] IS NULL) OR ([Lehrer_Telefon] = @Original_Lehrer_Telefon)) AND ((@IsNull_Lehrer_Vorname = 1 AND [Lehrer_Vorname] IS NULL) OR ([Lehrer_Vorname] = @Original_Lehrer_Vorname)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Anrede" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lehrer_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SchulhausNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Klassengroesse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Klassengroesse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Anrede" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Anrede" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Anrede" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_EMail" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_EMail" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_EMail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Name" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Telefon" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Telefon" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Lehrer_Vorname" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lehrer_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Lehrer_Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="KlasseNr" DataSetColumn="KlasseNr" />
|
|
<Mapping SourceColumn="SchulhausNr" DataSetColumn="SchulhausNr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Lehrer_Name" DataSetColumn="Lehrer_Name" />
|
|
<Mapping SourceColumn="Lehrer_Vorname" DataSetColumn="Lehrer_Vorname" />
|
|
<Mapping SourceColumn="Lehrer_Anrede" DataSetColumn="Lehrer_Anrede" />
|
|
<Mapping SourceColumn="Lehrer_Telefon" DataSetColumn="Lehrer_Telefon" />
|
|
<Mapping SourceColumn="Lehrer_EMail" DataSetColumn="Lehrer_EMail" />
|
|
<Mapping SourceColumn="Klassengroesse" DataSetColumn="Klassengroesse" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SchulhausTableAdapter" GeneratorDataComponentClassName="SchulhausTableAdapter" Name="Schulhaus" UserDataComponentName="SchulhausTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Schulhaus" 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 [Schulhaus] WHERE (([SchulhausNr] = @Original_SchulhausNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_Telefon = 1 AND [Telefon] IS NULL) OR ([Telefon] = @Original_Telefon)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Telefon" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Schulhaus] ([SchulhausNr], [Bezeichnung], [Strasse], [PLZ], [Ort], [Telefon], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@SchulhausNr, @Bezeichnung, @Strasse, @PLZ, @Ort, @Telefon, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [SchulhausNr], [Bezeichnung], [Strasse], [PLZ], [Ort], [Telefon], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [Schulhaus]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Schulhaus] SET [SchulhausNr] = @SchulhausNr, [Bezeichnung] = @Bezeichnung, [Strasse] = @Strasse, [PLZ] = @PLZ, [Ort] = @Ort, [Telefon] = @Telefon, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([SchulhausNr] = @Original_SchulhausNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Strasse = 1 AND [Strasse] IS NULL) OR ([Strasse] = @Original_Strasse)) AND ((@IsNull_PLZ = 1 AND [PLZ] IS NULL) OR ([PLZ] = @Original_PLZ)) AND ((@IsNull_Ort = 1 AND [Ort] IS NULL) OR ([Ort] = @Original_Ort)) AND ((@IsNull_Telefon = 1 AND [Telefon] IS NULL) OR ([Telefon] = @Original_Telefon)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@PLZ" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchulhausNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchulhausNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Strasse" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Strasse" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Strasse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PLZ" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_PLZ" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="PLZ" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Ort" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Ort" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Ort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Telefon" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Telefon" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Telefon" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SchulhausNr" DataSetColumn="SchulhausNr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Strasse" DataSetColumn="Strasse" />
|
|
<Mapping SourceColumn="PLZ" DataSetColumn="PLZ" />
|
|
<Mapping SourceColumn="Ort" DataSetColumn="Ort" />
|
|
<Mapping SourceColumn="Telefon" DataSetColumn="Telefon" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="spaltenTableAdapter" GeneratorDataComponentClassName="spaltenTableAdapter" Name="spalten" UserDataComponentName="spaltenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.spalten" 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 [spalten] WHERE (([eintragnr] = @Original_eintragnr) AND ((@IsNull_tabelle = 1 AND [tabelle] IS NULL) OR ([tabelle] = @Original_tabelle)) AND ((@IsNull_tabellenspalte = 1 AND [tabellenspalte] IS NULL) OR ([tabellenspalte] = @Original_tabellenspalte)) AND ((@IsNull_spalte = 1 AND [spalte] IS NULL) OR ([spalte] = @Original_spalte)) AND ([Readonly] = @Original_Readonly) AND ([alsHacken] = @Original_alsHacken) AND ((@IsNull_Breite = 1 AND [Breite] IS NULL) OR ([Breite] = @Original_Breite)) AND ((@IsNull_Reihenfolge = 1 AND [Reihenfolge] IS NULL) OR ([Reihenfolge] = @Original_Reihenfolge)) AND ((@IsNull_tiptext = 1 AND [tiptext] IS NULL) OR ([tiptext] = @Original_tiptext)) AND ([aktiv] = @Original_aktiv) AND ((@IsNull_erstellt_am = 1 AND [erstellt_am] IS NULL) OR ([erstellt_am] = @Original_erstellt_am)) AND ((@IsNull_mutiert_am = 1 AND [mutiert_am] IS NULL) OR ([mutiert_am] = @Original_mutiert_am)) AND ((@IsNull_mutierer = 1 AND [mutierer] IS NULL) OR ([mutierer] = @Original_mutierer)) AND ((@IsNull_mandantnr = 1 AND [mandantnr] IS NULL) OR ([mandantnr] = @Original_mandantnr)) AND ((@IsNull_NumberFormat = 1 AND [NumberFormat] IS NULL) OR ([NumberFormat] = @Original_NumberFormat)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_eintragnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="eintragnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tabelle" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tabelle" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tabellenspalte" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tabellenspalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_spalte" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_spalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Readonly" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Readonly" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_alsHacken" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="alsHacken" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Breite" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Breite" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Reihenfolge" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tiptext" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tiptext" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mandantnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumberFormat" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NumberFormat" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [spalten] ([eintragnr], [tabelle], [tabellenspalte], [spalte], [Readonly], [alsHacken], [Breite], [Reihenfolge], [tiptext], [aktiv], [erstellt_am], [mutiert_am], [mutierer], [mandantnr], [NumberFormat]) VALUES (@eintragnr, @tabelle, @tabellenspalte, @spalte, @Readonly, @alsHacken, @Breite, @Reihenfolge, @tiptext, @aktiv, @erstellt_am, @mutiert_am, @mutierer, @mandantnr, @NumberFormat)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@eintragnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="eintragnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tabelle" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tabellenspalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@spalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Readonly" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Readonly" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@alsHacken" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="alsHacken" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Breite" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tiptext" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NumberFormat" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [eintragnr], [tabelle], [tabellenspalte], [spalte], [Readonly], [alsHacken], [Breite], [Reihenfolge], [tiptext], [aktiv], [erstellt_am], [mutiert_am], [mutierer], [mandantnr], [NumberFormat] FROM [spalten]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [spalten] SET [eintragnr] = @eintragnr, [tabelle] = @tabelle, [tabellenspalte] = @tabellenspalte, [spalte] = @spalte, [Readonly] = @Readonly, [alsHacken] = @alsHacken, [Breite] = @Breite, [Reihenfolge] = @Reihenfolge, [tiptext] = @tiptext, [aktiv] = @aktiv, [erstellt_am] = @erstellt_am, [mutiert_am] = @mutiert_am, [mutierer] = @mutierer, [mandantnr] = @mandantnr, [NumberFormat] = @NumberFormat WHERE (([eintragnr] = @Original_eintragnr) AND ((@IsNull_tabelle = 1 AND [tabelle] IS NULL) OR ([tabelle] = @Original_tabelle)) AND ((@IsNull_tabellenspalte = 1 AND [tabellenspalte] IS NULL) OR ([tabellenspalte] = @Original_tabellenspalte)) AND ((@IsNull_spalte = 1 AND [spalte] IS NULL) OR ([spalte] = @Original_spalte)) AND ([Readonly] = @Original_Readonly) AND ([alsHacken] = @Original_alsHacken) AND ((@IsNull_Breite = 1 AND [Breite] IS NULL) OR ([Breite] = @Original_Breite)) AND ((@IsNull_Reihenfolge = 1 AND [Reihenfolge] IS NULL) OR ([Reihenfolge] = @Original_Reihenfolge)) AND ((@IsNull_tiptext = 1 AND [tiptext] IS NULL) OR ([tiptext] = @Original_tiptext)) AND ([aktiv] = @Original_aktiv) AND ((@IsNull_erstellt_am = 1 AND [erstellt_am] IS NULL) OR ([erstellt_am] = @Original_erstellt_am)) AND ((@IsNull_mutiert_am = 1 AND [mutiert_am] IS NULL) OR ([mutiert_am] = @Original_mutiert_am)) AND ((@IsNull_mutierer = 1 AND [mutierer] IS NULL) OR ([mutierer] = @Original_mutierer)) AND ((@IsNull_mandantnr = 1 AND [mandantnr] IS NULL) OR ([mandantnr] = @Original_mandantnr)) AND ((@IsNull_NumberFormat = 1 AND [NumberFormat] IS NULL) OR ([NumberFormat] = @Original_NumberFormat)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@eintragnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="eintragnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tabelle" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tabellenspalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@spalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Readonly" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Readonly" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@alsHacken" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="alsHacken" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Breite" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tiptext" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NumberFormat" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_eintragnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="eintragnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tabelle" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tabelle" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabelle" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tabellenspalte" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tabellenspalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tabellenspalte" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_spalte" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_spalte" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="spalte" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Readonly" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Readonly" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_alsHacken" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="alsHacken" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Breite" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Breite" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Breite" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Reihenfolge" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tiptext" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tiptext" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="tiptext" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mandantnr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_mandantnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="mandantnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumberFormat" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NumberFormat" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="NumberFormat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="eintragnr" DataSetColumn="eintragnr" />
|
|
<Mapping SourceColumn="tabelle" DataSetColumn="tabelle" />
|
|
<Mapping SourceColumn="tabellenspalte" DataSetColumn="tabellenspalte" />
|
|
<Mapping SourceColumn="spalte" DataSetColumn="spalte" />
|
|
<Mapping SourceColumn="Readonly" DataSetColumn="Readonly" />
|
|
<Mapping SourceColumn="alsHacken" DataSetColumn="alsHacken" />
|
|
<Mapping SourceColumn="Breite" DataSetColumn="Breite" />
|
|
<Mapping SourceColumn="Reihenfolge" DataSetColumn="Reihenfolge" />
|
|
<Mapping SourceColumn="tiptext" DataSetColumn="tiptext" />
|
|
<Mapping SourceColumn="aktiv" DataSetColumn="aktiv" />
|
|
<Mapping SourceColumn="erstellt_am" DataSetColumn="erstellt_am" />
|
|
<Mapping SourceColumn="mutiert_am" DataSetColumn="mutiert_am" />
|
|
<Mapping SourceColumn="mutierer" DataSetColumn="mutierer" />
|
|
<Mapping SourceColumn="mandantnr" DataSetColumn="mandantnr" />
|
|
<Mapping SourceColumn="NumberFormat" DataSetColumn="NumberFormat" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.spalten" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByAktiv" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByAktiv" GeneratorSourceName="FillByAktiv" GetMethodModifier="Public" GetMethodName="GetDataByAktiv" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByAktiv" UserSourceName="FillByAktiv">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT [eintragnr], [tabelle], [tabellenspalte], [spalte], [Readonly], [alsHacken], [Breite], [Reihenfolge], [tiptext], [aktiv], [erstellt_am], [mutiert_am], [mutierer], [mandantnr], [NumberFormat] FROM [spalten] where aktiv=1</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="sysdiagramsTableAdapter" GeneratorDataComponentClassName="sysdiagramsTableAdapter" Name="sysdiagrams" UserDataComponentName="sysdiagramsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.sysdiagrams" 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 [sysdiagrams] WHERE (([name] = @Original_name) AND ([principal_id] = @Original_principal_id) AND ([diagram_id] = @Original_diagram_id) AND ((@IsNull_version = 1 AND [version] IS NULL) OR ([version] = @Original_version)) AND ((@IsNull_definition = 1 AND [definition] IS NULL) OR ([definition] = @Original_definition)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_principal_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="principal_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_diagram_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="diagram_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_version" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_version" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_definition" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_definition" Precision="0" ProviderType="Binary" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [sysdiagrams] ([name], [principal_id], [version], [definition]) VALUES (@name, @principal_id, @version, @definition)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@principal_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="principal_id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@version" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@definition" Precision="0" ProviderType="Binary" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [name], [principal_id], [diagram_id], [version], [definition] FROM [sysdiagrams]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [sysdiagrams] SET [name] = @name, [principal_id] = @principal_id, [version] = @version, [definition] = @definition WHERE (([name] = @Original_name) AND ([principal_id] = @Original_principal_id) AND ([diagram_id] = @Original_diagram_id) AND ((@IsNull_version = 1 AND [version] IS NULL) OR ([version] = @Original_version)) AND ((@IsNull_definition = 1 AND [definition] IS NULL) OR ([definition] = @Original_definition)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@principal_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="principal_id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@version" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@definition" Precision="0" ProviderType="Binary" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_principal_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="principal_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_diagram_id" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="diagram_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_version" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_version" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="version" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_definition" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_definition" Precision="0" ProviderType="Binary" Scale="0" Size="0" SourceColumn="definition" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="name" DataSetColumn="name" />
|
|
<Mapping SourceColumn="principal_id" DataSetColumn="principal_id" />
|
|
<Mapping SourceColumn="diagram_id" DataSetColumn="diagram_id" />
|
|
<Mapping SourceColumn="version" DataSetColumn="version" />
|
|
<Mapping SourceColumn="definition" DataSetColumn="definition" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZeitenTableAdapter" GeneratorDataComponentClassName="ZeitenTableAdapter" Name="Zeiten" UserDataComponentName="ZeitenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Zeiten" 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 [Zeiten] WHERE (([ZeitNr] = @Original_ZeitNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Reihenfolge = 1 AND [Reihenfolge] IS NULL) OR ([Reihenfolge] = @Original_Reihenfolge)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Reihenfolge" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Zeiten] ([ZeitNr], [Bezeichnung], [Beschreibung], [Reihenfolge], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@ZeitNr, @Bezeichnung, @Beschreibung, @Reihenfolge, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [ZeitNr], [Bezeichnung], [Beschreibung], [Reihenfolge], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [Zeiten]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Zeiten] SET [ZeitNr] = @ZeitNr, [Bezeichnung] = @Bezeichnung, [Beschreibung] = @Beschreibung, [Reihenfolge] = @Reihenfolge, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([ZeitNr] = @Original_ZeitNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Reihenfolge = 1 AND [Reihenfolge] IS NULL) OR ([Reihenfolge] = @Original_Reihenfolge)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ZeitNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ZeitNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Reihenfolge" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Reihenfolge" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Reihenfolge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ZeitNr" DataSetColumn="ZeitNr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Beschreibung" DataSetColumn="Beschreibung" />
|
|
<Mapping SourceColumn="Reihenfolge" DataSetColumn="Reihenfolge" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Zeiten" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByAktiv" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByAktiv" GeneratorSourceName="FillByAktiv" GetMethodModifier="Public" GetMethodName="GetDataByAktiv" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByAktiv" UserSourceName="FillByAktiv">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT [ZeitNr], [Bezeichnung], [Beschreibung], [Reihenfolge], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [Zeiten] where aktiv=1 order by reihenfolge</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SchuelerTableAdapter" GeneratorDataComponentClassName="SchuelerTableAdapter" Name="Schueler" UserDataComponentName="SchuelerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Schueler" 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 [Schueler] WHERE (([SchuelerNr] = @Original_SchuelerNr) AND ((@IsNull_KlasseNr = 1 AND [KlasseNr] IS NULL) OR ([KlasseNr] = @Original_KlasseNr)) 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_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KlasseNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="String" 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="Int32" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Schueler] ([SchuelerNr], [KlasseNr], [Name], [Vorname], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@SchuelerNr, @KlasseNr, @Name, @Vorname, @Bemerkung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [SchuelerNr], [KlasseNr], [Name], [Vorname], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [Schueler]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Schueler] SET [SchuelerNr] = @SchuelerNr, [KlasseNr] = @KlasseNr, [Name] = @Name, [Vorname] = @Vorname, [Bemerkung] = @Bemerkung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([SchuelerNr] = @Original_SchuelerNr) AND ((@IsNull_KlasseNr = 1 AND [KlasseNr] IS NULL) OR ([KlasseNr] = @Original_KlasseNr)) 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_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KlasseNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_KlasseNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="KlasseNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Name" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="String" 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="Int32" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Vorname" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Vorname" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SchuelerNr" DataSetColumn="SchuelerNr" />
|
|
<Mapping SourceColumn="KlasseNr" DataSetColumn="KlasseNr" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Vorname" DataSetColumn="Vorname" />
|
|
<Mapping SourceColumn="Bemerkung" DataSetColumn="Bemerkung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByKlasse" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByKlasse" GeneratorSourceName="FillByKlasse" GetMethodModifier="Public" GetMethodName="GetDataByKlasse" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByKlasse" UserSourceName="FillByKlasse">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Klasse.KlasseNr AS Klasse_KlasseNr, Klasse.Bezeichnung AS Klasse, Schueler.SchuelerNr, Schueler.KlasseNr, Schueler.Name, Schueler.Vorname,
|
|
Schueler.Bemerkung, Schueler.Aktiv, Schueler.Erstellt_am, Schueler.Mutiert_am, Schueler.Mutierer
|
|
FROM Schueler INNER JOIN
|
|
Klasse ON Schueler.KlasseNr = Klasse.KlasseNr
|
|
ORDER BY Klasse, Schueler.KlasseNr, Schueler.Name, Schueler.Vorname</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Schueler" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByName" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByName" GeneratorSourceName="FillByName" GetMethodModifier="Public" GetMethodName="GetDataByName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByName" UserSourceName="FillByName">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT [SchuelerNr], [KlasseNr], [Name], [Vorname], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [Schueler] order by name, vorname</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SchuelerBerufTableAdapter" GeneratorDataComponentClassName="SchuelerBerufTableAdapter" Name="SchuelerBeruf" UserDataComponentName="SchuelerBerufTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.SchuelerBeruf" 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 [SchuelerBeruf] WHERE (([SchuelerBerufNr] = @Original_SchuelerBerufNr) AND ((@IsNull_SchuelerNr = 1 AND [SchuelerNr] IS NULL) OR ([SchuelerNr] = @Original_SchuelerNr)) AND ((@IsNull_BerufNr = 1 AND [BerufNr] IS NULL) OR ([BerufNr] = @Original_BerufNr)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Prioritaet = 1 AND [Prioritaet] IS NULL) OR ([Prioritaet] = @Original_Prioritaet)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerBerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SchuelerNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_BerufNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_BerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Prioritaet" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Prioritaet" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [SchuelerBeruf] ([SchuelerBerufNr], [SchuelerNr], [BerufNr], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [Prioritaet]) VALUES (@SchuelerBerufNr, @SchuelerNr, @BerufNr, @Bemerkung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer, @Prioritaet)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerBerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@BerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Prioritaet" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [SchuelerBerufNr], [SchuelerNr], [BerufNr], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [Prioritaet] FROM [SchuelerBeruf]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [SchuelerBeruf] SET [SchuelerBerufNr] = @SchuelerBerufNr, [SchuelerNr] = @SchuelerNr, [BerufNr] = @BerufNr, [Bemerkung] = @Bemerkung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Prioritaet] = @Prioritaet WHERE (([SchuelerBerufNr] = @Original_SchuelerBerufNr) AND ((@IsNull_SchuelerNr = 1 AND [SchuelerNr] IS NULL) OR ([SchuelerNr] = @Original_SchuelerNr)) AND ((@IsNull_BerufNr = 1 AND [BerufNr] IS NULL) OR ([BerufNr] = @Original_BerufNr)) AND ((@IsNull_Bemerkung = 1 AND [Bemerkung] IS NULL) OR ([Bemerkung] = @Original_Bemerkung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Prioritaet = 1 AND [Prioritaet] IS NULL) OR ([Prioritaet] = @Original_Prioritaet)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerBerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@BerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Prioritaet" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerBerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerBerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SchuelerNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_SchuelerNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_BerufNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_BerufNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="BerufNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bemerkung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bemerkung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bemerkung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Prioritaet" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Prioritaet" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Prioritaet" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SchuelerBerufNr" DataSetColumn="SchuelerBerufNr" />
|
|
<Mapping SourceColumn="SchuelerNr" DataSetColumn="SchuelerNr" />
|
|
<Mapping SourceColumn="BerufNr" DataSetColumn="BerufNr" />
|
|
<Mapping SourceColumn="Bemerkung" DataSetColumn="Bemerkung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Prioritaet" DataSetColumn="Prioritaet" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillBySchuelerNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataBySchuelerNr" GeneratorSourceName="FillBySchuelerNr" GetMethodModifier="Public" GetMethodName="GetDataBySchuelerNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBySchuelerNr" UserSourceName="FillBySchuelerNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT SchuelerBeruf.SchuelerBerufNr, SchuelerBeruf.SchuelerNr, SchuelerBeruf.BerufNr, SchuelerBeruf.Bemerkung, SchuelerBeruf.Aktiv, SchuelerBeruf.Erstellt_am,
|
|
SchuelerBeruf.Mutiert_am, SchuelerBeruf.Mutierer, SchuelerBeruf.Prioritaet, Beruf.Bezeichnung AS Beruf
|
|
FROM SchuelerBeruf INNER JOIN
|
|
Beruf ON SchuelerBeruf.BerufNr = Beruf.Berufnr
|
|
WHERE (SchuelerBeruf.SchuelerNr = @schuelernr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="schuelernr" ColumnName="SchuelerNr" DataSourceName="main.SchuelerBeruf" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@schuelernr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.SchuelerBeruf" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillBySchuelerPrio" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataBySchuelerPrio" GeneratorSourceName="FillBySchuelerPrio" GetMethodModifier="Public" GetMethodName="GetDataBySchuelerPrio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBySchuelerPrio" UserSourceName="FillBySchuelerPrio">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT [SchuelerBerufNr], [SchuelerNr], [BerufNr], [Bemerkung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [Prioritaet] FROM [SchuelerBeruf]
|
|
where aktiv=1 and schuelernr=@schuelernr order by prioritaet desc</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="schuelernr" ColumnName="SchuelerNr" DataSourceName="main.SchuelerBeruf" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@schuelernr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="SchuelerNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ReportTableAdapter" GeneratorDataComponentClassName="ReportTableAdapter" Name="Report" UserDataComponentName="ReportTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Report" 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 [Report] WHERE (([ReportNr] = @Original_ReportNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_SQL_Statement = 1 AND [SQL_Statement] IS NULL) OR ([SQL_Statement] = @Original_SQL_Statement)) AND ((@IsNull_Filename = 1 AND [Filename] IS NULL) OR ([Filename] = @Original_Filename)) AND ((@IsNull_ReportGruppeNr = 1 AND [ReportGruppeNr] IS NULL) OR ([ReportGruppeNr] = @Original_ReportGruppeNr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ReportNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQL_Statement" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_SQL_Statement" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Filename" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Filename" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Report] ([ReportNr], [Bezeichnung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer], [SQL_Statement], [Filename], [ReportGruppeNr]) VALUES (@ReportNr, @Bezeichnung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer, @SQL_Statement, @Filename, @ReportGruppeNr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ReportNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SQL_Statement" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Filename" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ReportNr, Bezeichnung, Aktiv, Erstellt_am, Mutiert_am, Mutierer, SQL_Statement, Filename, ReportGruppeNr FROM Report</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Report] SET [ReportNr] = @ReportNr, [Bezeichnung] = @Bezeichnung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [SQL_Statement] = @SQL_Statement, [Filename] = @Filename, [ReportGruppeNr] = @ReportGruppeNr WHERE (([ReportNr] = @Original_ReportNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_SQL_Statement = 1 AND [SQL_Statement] IS NULL) OR ([SQL_Statement] = @Original_SQL_Statement)) AND ((@IsNull_Filename = 1 AND [Filename] IS NULL) OR ([Filename] = @Original_Filename)) AND ((@IsNull_ReportGruppeNr = 1 AND [ReportGruppeNr] IS NULL) OR ([ReportGruppeNr] = @Original_ReportGruppeNr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ReportNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SQL_Statement" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Filename" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ReportNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQL_Statement" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_SQL_Statement" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQL_Statement" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Filename" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Filename" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Filename" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ReportGruppeNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ReportNr" DataSetColumn="ReportNr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="SQL_Statement" DataSetColumn="SQL_Statement" />
|
|
<Mapping SourceColumn="Filename" DataSetColumn="Filename" />
|
|
<Mapping SourceColumn="ReportGruppeNr" DataSetColumn="ReportGruppeNr" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Report" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByReportNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByReportNr" GeneratorSourceName="FillByReportNr" GetMethodModifier="Public" GetMethodName="GetDataByReportNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByReportNr" UserSourceName="FillByReportNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT ReportNr, SQL_Statement, Filename, ReportGruppeNr FROM Report WHERE (ReportNr = @ReportNr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ReportNr" ColumnName="ReportNr" DataSourceName="main.Report" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@ReportNr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="ReportNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="OptionenTableAdapter" GeneratorDataComponentClassName="OptionenTableAdapter" Name="Optionen" UserDataComponentName="OptionenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Optionen" 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 [Optionen] WHERE (([Optionnr] = @Original_Optionnr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Inhalt = 1 AND [Inhalt] IS NULL) OR ([Inhalt] = @Original_Inhalt)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Optionnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Optionnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Inhalt" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Inhalt" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [Optionen] ([Optionnr], [Bezeichnung], [Inhalt], [Erstellt_am], [Mutiert_am], [Mutierer], [Aktiv]) VALUES (@Optionnr, @Bezeichnung, @Inhalt, @Erstellt_am, @Mutiert_am, @Mutierer, @Aktiv)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Optionnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Optionnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Inhalt" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [Optionnr], [Bezeichnung], [Inhalt], [Erstellt_am], [Mutiert_am], [Mutierer], [Aktiv] FROM [Optionen]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [Optionen] SET [Optionnr] = @Optionnr, [Bezeichnung] = @Bezeichnung, [Inhalt] = @Inhalt, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer, [Aktiv] = @Aktiv WHERE (([Optionnr] = @Original_Optionnr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Inhalt = 1 AND [Inhalt] IS NULL) OR ([Inhalt] = @Original_Inhalt)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Optionnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Optionnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Inhalt" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Optionnr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Optionnr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Inhalt" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Inhalt" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Inhalt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Optionnr" DataSetColumn="Optionnr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Inhalt" DataSetColumn="Inhalt" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.Optionen" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByOptionNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByOptionNr" GeneratorSourceName="FillByOptionNr" GetMethodModifier="Public" GetMethodName="GetDataByOptionNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByOptionNr" UserSourceName="FillByOptionNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT optionnr, Inhalt
|
|
FROM Optionen
|
|
WHERE (Optionnr = @Optionnr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="Optionnr" ColumnName="Optionnr" DataSourceName="main.Optionen" DataTypeServer="integer(8)" DbType="Int64" Direction="Input" ParameterName="@Optionnr" Precision="0" ProviderType="Int64" Scale="0" Size="8" SourceColumn="Optionnr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ReportGruppeTableAdapter" GeneratorDataComponentClassName="ReportGruppeTableAdapter" Name="ReportGruppe" UserDataComponentName="ReportGruppeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.ReportGruppe" 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 [ReportGruppe] WHERE (([ReportGruppeNr] = @Original_ReportGruppeNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ReportGruppeNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [ReportGruppe] ([ReportGruppeNr], [Bezeichnung], [Beschreibung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@ReportGruppeNr, @Bezeichnung, @Beschreibung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ReportGruppeNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [ReportGruppeNr], [Bezeichnung], [Beschreibung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [ReportGruppe]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [ReportGruppe] SET [ReportGruppeNr] = @ReportGruppeNr, [Bezeichnung] = @Bezeichnung, [Beschreibung] = @Beschreibung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([ReportGruppeNr] = @Original_ReportGruppeNr) AND ((@IsNull_Bezeichnung = 1 AND [Bezeichnung] IS NULL) OR ([Bezeichnung] = @Original_Bezeichnung)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ReportGruppeNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ReportGruppeNr" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="ReportGruppeNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Bezeichnung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Bezeichnung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Bezeichnung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ReportGruppeNr" DataSetColumn="ReportGruppeNr" />
|
|
<Mapping SourceColumn="Bezeichnung" DataSetColumn="Bezeichnung" />
|
|
<Mapping SourceColumn="Beschreibung" DataSetColumn="Beschreibung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SQLAbfragenTableAdapter" GeneratorDataComponentClassName="SQLAbfragenTableAdapter" Name="SQLAbfragen" UserDataComponentName="SQLAbfragenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.SQLAbfragen" 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 [SQLAbfragen] WHERE (([SQLNr] = @Original_SQLNr) AND ((@IsNull_SQLScript = 1 AND [SQLScript] IS NULL) OR ([SQLScript] = @Original_SQLScript)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SQLNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQLScript" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_SQLScript" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [SQLAbfragen] ([SQLNr], [SQLScript], [Beschreibung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer]) VALUES (@SQLNr, @SQLScript, @Beschreibung, @Aktiv, @Erstellt_am, @Mutiert_am, @Mutierer)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SQLNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SQLScript" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [SQLNr], [SQLScript], [Beschreibung], [Aktiv], [Erstellt_am], [Mutiert_am], [Mutierer] FROM [SQLAbfragen]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [SQLAbfragen] SET [SQLNr] = @SQLNr, [SQLScript] = @SQLScript, [Beschreibung] = @Beschreibung, [Aktiv] = @Aktiv, [Erstellt_am] = @Erstellt_am, [Mutiert_am] = @Mutiert_am, [Mutierer] = @Mutierer WHERE (([SQLNr] = @Original_SQLNr) AND ((@IsNull_SQLScript = 1 AND [SQLScript] IS NULL) OR ([SQLScript] = @Original_SQLScript)) AND ((@IsNull_Beschreibung = 1 AND [Beschreibung] IS NULL) OR ([Beschreibung] = @Original_Beschreibung)) AND ((@IsNull_Aktiv = 1 AND [Aktiv] IS NULL) OR ([Aktiv] = @Original_Aktiv)) AND ((@IsNull_Erstellt_am = 1 AND [Erstellt_am] IS NULL) OR ([Erstellt_am] = @Original_Erstellt_am)) AND ((@IsNull_Mutiert_am = 1 AND [Mutiert_am] IS NULL) OR ([Mutiert_am] = @Original_Mutiert_am)) AND ((@IsNull_Mutierer = 1 AND [Mutierer] IS NULL) OR ([Mutierer] = @Original_Mutierer)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SQLNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SQLScript" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SQLNr" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLNr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQLScript" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_SQLScript" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="SQLScript" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Beschreibung" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Beschreibung" Precision="0" ProviderType="String" Scale="0" Size="0" SourceColumn="Beschreibung" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Aktiv" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Aktiv" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="Aktiv" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Erstellt_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Erstellt_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Erstellt_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutiert_am" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Mutiert_am" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Mutiert_am" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Mutierer" Precision="0" ProviderType="Int32" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_Mutierer" Precision="0" ProviderType="Int64" Scale="0" Size="0" SourceColumn="Mutierer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SQLNr" DataSetColumn="SQLNr" />
|
|
<Mapping SourceColumn="SQLScript" DataSetColumn="SQLScript" />
|
|
<Mapping SourceColumn="Beschreibung" DataSetColumn="Beschreibung" />
|
|
<Mapping SourceColumn="Aktiv" DataSetColumn="Aktiv" />
|
|
<Mapping SourceColumn="Erstellt_am" DataSetColumn="Erstellt_am" />
|
|
<Mapping SourceColumn="Mutiert_am" DataSetColumn="Mutiert_am" />
|
|
<Mapping SourceColumn="Mutierer" DataSetColumn="Mutierer" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="LPConnectionString (MySettings)" DbObjectName="main.SQLAbfragen" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillBySQLNr" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataBySQLNr" GeneratorSourceName="FillBySQLNr" GetMethodModifier="Public" GetMethodName="GetDataBySQLNr" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBySQLNr" UserSourceName="FillBySQLNr">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT Aktiv, Beschreibung, Erstellt_am, Mutierer, Mutiert_am, SQLNr, SQLScript FROM SQLAbfragen WHERE (SQLNr = @sqlnr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="sqlnr" ColumnName="SQLNr" DataSourceName="main.SQLAbfragen" DataTypeServer="int(4)" DbType="Int32" Direction="Input" ParameterName="@sqlnr" Precision="0" ProviderType="Int32" Scale="0" Size="4" SourceColumn="SQLNr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="LPDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="LPDataSet" msprop:Generator_DataSetName="LPDataSet" msprop:EnableTableAdapterManager="True">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="Ansprechpartner" msprop:Generator_UserTableName="Ansprechpartner" msprop:Generator_RowDeletedName="AnsprechpartnerRowDeleted" msprop:Generator_RowChangedName="AnsprechpartnerRowChanged" msprop:Generator_RowClassName="AnsprechpartnerRow" msprop:Generator_RowChangingName="AnsprechpartnerRowChanging" msprop:Generator_RowEvArgName="AnsprechpartnerRowChangeEvent" msprop:Generator_RowEvHandlerName="AnsprechpartnerRowChangeEventHandler" msprop:Generator_TableClassName="AnsprechpartnerDataTable" msprop:Generator_TableVarName="tableAnsprechpartner" msprop:Generator_RowDeletingName="AnsprechpartnerRowDeleting" msprop:Generator_TablePropName="Ansprechpartner">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnsprechpartnerNr" msprop:Generator_UserColumnName="AnsprechpartnerNr" msprop:Generator_ColumnPropNameInRow="AnsprechpartnerNr" msprop:Generator_ColumnVarNameInTable="columnAnsprechpartnerNr" msprop:Generator_ColumnPropNameInTable="AnsprechpartnerNrColumn" type="xs:long" />
|
|
<xs:element name="FirmaNr" msprop:Generator_UserColumnName="FirmaNr" msprop:Generator_ColumnPropNameInRow="FirmaNr" msprop:Generator_ColumnVarNameInTable="columnFirmaNr" msprop:Generator_ColumnPropNameInTable="FirmaNrColumn" type="xs:long" minOccurs="0" />
|
|
<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="50" />
|
|
</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="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EMail" msprop:Generator_UserColumnName="EMail" msprop:Generator_ColumnPropNameInRow="EMail" msprop:Generator_ColumnVarNameInTable="columnEMail" msprop:Generator_ColumnPropNameInTable="EMailColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Beruf" msprop:Generator_UserTableName="Beruf" msprop:Generator_RowDeletedName="BerufRowDeleted" msprop:Generator_RowChangedName="BerufRowChanged" msprop:Generator_RowClassName="BerufRow" msprop:Generator_RowChangingName="BerufRowChanging" msprop:Generator_RowEvArgName="BerufRowChangeEvent" msprop:Generator_RowEvHandlerName="BerufRowChangeEventHandler" msprop:Generator_TableClassName="BerufDataTable" msprop:Generator_TableVarName="tableBeruf" msprop:Generator_RowDeletingName="BerufRowDeleting" msprop:Generator_TablePropName="Beruf">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Berufnr" msprop:Generator_UserColumnName="Berufnr" msprop:Generator_ColumnPropNameInRow="Berufnr" msprop:Generator_ColumnVarNameInTable="columnBerufnr" msprop:Generator_ColumnPropNameInTable="BerufnrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Beschreibung" msprop:Generator_UserColumnName="Beschreibung" msprop:Generator_ColumnPropNameInRow="Beschreibung" msprop:Generator_ColumnVarNameInTable="columnBeschreibung" msprop:Generator_ColumnPropNameInTable="BeschreibungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Firma" msprop:Generator_UserTableName="Firma" msprop:Generator_RowDeletedName="FirmaRowDeleted" msprop:Generator_RowChangedName="FirmaRowChanged" msprop:Generator_RowClassName="FirmaRow" msprop:Generator_RowChangingName="FirmaRowChanging" msprop:Generator_RowEvArgName="FirmaRowChangeEvent" msprop:Generator_RowEvHandlerName="FirmaRowChangeEventHandler" msprop:Generator_TableClassName="FirmaDataTable" msprop:Generator_TableVarName="tableFirma" msprop:Generator_RowDeletingName="FirmaRowDeleting" msprop:Generator_TablePropName="Firma">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FirmaNr" msprop:Generator_UserColumnName="FirmaNr" msprop:Generator_ColumnPropNameInRow="FirmaNr" msprop:Generator_ColumnVarNameInTable="columnFirmaNr" msprop:Generator_ColumnPropNameInTable="FirmaNrColumn" type="xs:long" />
|
|
<xs:element name="NameZ1" msprop:Generator_UserColumnName="NameZ1" msprop:Generator_ColumnPropNameInRow="NameZ1" msprop:Generator_ColumnVarNameInTable="columnNameZ1" msprop:Generator_ColumnPropNameInTable="NameZ1Column" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NameZ2" msprop:Generator_UserColumnName="NameZ2" msprop:Generator_ColumnPropNameInRow="NameZ2" msprop:Generator_ColumnVarNameInTable="columnNameZ2" msprop:Generator_ColumnPropNameInTable="NameZ2Column" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="50" />
|
|
</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="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fax" msprop:Generator_UserColumnName="Fax" msprop:Generator_ColumnPropNameInRow="Fax" msprop:Generator_ColumnVarNameInTable="columnFax" msprop:Generator_ColumnPropNameInTable="FaxColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Web" msprop:Generator_UserColumnName="Web" msprop:Generator_ColumnPropNameInRow="Web" msprop:Generator_ColumnVarNameInTable="columnWeb" msprop:Generator_ColumnPropNameInTable="WebColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EMail" msprop:Generator_UserColumnName="EMail" msprop:Generator_ColumnPropNameInRow="EMail" msprop:Generator_ColumnVarNameInTable="columnEMail" msprop:Generator_ColumnPropNameInTable="EMailColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Bemerkung" msprop:Generator_UserColumnName="Bemerkung" msprop:Generator_ColumnPropNameInRow="Bemerkung" msprop:Generator_ColumnVarNameInTable="columnBemerkung" msprop:Generator_ColumnPropNameInTable="BemerkungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FirmaBeruf" msprop:Generator_UserTableName="FirmaBeruf" msprop:Generator_RowDeletedName="FirmaBerufRowDeleted" msprop:Generator_RowChangedName="FirmaBerufRowChanged" msprop:Generator_RowClassName="FirmaBerufRow" msprop:Generator_RowChangingName="FirmaBerufRowChanging" msprop:Generator_RowEvArgName="FirmaBerufRowChangeEvent" msprop:Generator_RowEvHandlerName="FirmaBerufRowChangeEventHandler" msprop:Generator_TableClassName="FirmaBerufDataTable" msprop:Generator_TableVarName="tableFirmaBeruf" msprop:Generator_RowDeletingName="FirmaBerufRowDeleting" msprop:Generator_TablePropName="FirmaBeruf">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FirmaBerufNr" msprop:Generator_UserColumnName="FirmaBerufNr" msprop:Generator_ColumnPropNameInRow="FirmaBerufNr" msprop:Generator_ColumnVarNameInTable="columnFirmaBerufNr" msprop:Generator_ColumnPropNameInTable="FirmaBerufNrColumn" type="xs:long" />
|
|
<xs:element name="FirmaNr" msprop:Generator_UserColumnName="FirmaNr" msprop:Generator_ColumnPropNameInRow="FirmaNr" msprop:Generator_ColumnVarNameInTable="columnFirmaNr" msprop:Generator_ColumnPropNameInTable="FirmaNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Berufnr" msprop:Generator_UserColumnName="Berufnr" msprop:Generator_ColumnPropNameInRow="Berufnr" msprop:Generator_ColumnVarNameInTable="columnBerufnr" msprop:Generator_ColumnPropNameInTable="BerufnrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="AnsprechpartnerNr" msprop:Generator_UserColumnName="AnsprechpartnerNr" msprop:Generator_ColumnPropNameInRow="AnsprechpartnerNr" msprop:Generator_ColumnVarNameInTable="columnAnsprechpartnerNr" msprop:Generator_ColumnPropNameInTable="AnsprechpartnerNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ZeitNr" msprop:Generator_UserColumnName="ZeitNr" msprop:Generator_ColumnPropNameInRow="ZeitNr" msprop:Generator_ColumnVarNameInTable="columnZeitNr" msprop:Generator_ColumnPropNameInTable="ZeitNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Bemerkung" msprop:Generator_UserColumnName="Bemerkung" msprop:Generator_ColumnPropNameInRow="Bemerkung" msprop:Generator_ColumnVarNameInTable="columnBemerkung" msprop:Generator_ColumnPropNameInTable="BemerkungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Anzahl" msprop:Generator_UserColumnName="Anzahl" msprop:Generator_ColumnPropNameInRow="Anzahl" msprop:Generator_ColumnVarNameInTable="columnAnzahl" msprop:Generator_ColumnPropNameInTable="AnzahlColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="key_tabelle" msprop:Generator_UserTableName="key_tabelle" msprop:Generator_RowDeletedName="key_tabelleRowDeleted" msprop:Generator_RowChangedName="key_tabelleRowChanged" msprop:Generator_RowClassName="key_tabelleRow" msprop:Generator_RowChangingName="key_tabelleRowChanging" msprop:Generator_RowEvArgName="key_tabelleRowChangeEvent" msprop:Generator_RowEvHandlerName="key_tabelleRowChangeEventHandler" msprop:Generator_TableClassName="key_tabelleDataTable" msprop:Generator_TableVarName="tablekey_tabelle" msprop:Generator_RowDeletingName="key_tabelleRowDeleting" msprop:Generator_TablePropName="key_tabelle">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="keynr" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="keynr" msprop:Generator_ColumnPropNameInRow="keynr" msprop:Generator_ColumnVarNameInTable="columnkeynr" msprop:Generator_ColumnPropNameInTable="keynrColumn" type="xs:long" />
|
|
<xs:element name="beschreibung" msprop:Generator_UserColumnName="beschreibung" msprop:Generator_ColumnPropNameInRow="beschreibung" msprop:Generator_ColumnVarNameInTable="columnbeschreibung" msprop:Generator_ColumnPropNameInTable="beschreibungColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="key_wert" msprop:Generator_UserColumnName="key_wert" msprop:Generator_ColumnPropNameInRow="key_wert" msprop:Generator_ColumnVarNameInTable="columnkey_wert" msprop:Generator_ColumnPropNameInTable="key_wertColumn" type="xs:long" />
|
|
<xs:element name="mandantnr" msprop:Generator_UserColumnName="mandantnr" msprop:Generator_ColumnPropNameInRow="mandantnr" msprop:Generator_ColumnVarNameInTable="columnmandantnr" msprop:Generator_ColumnPropNameInTable="mandantnrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="aktiv" msprop:Generator_UserColumnName="aktiv" msprop:Generator_ColumnPropNameInRow="aktiv" msprop:Generator_ColumnVarNameInTable="columnaktiv" msprop:Generator_ColumnPropNameInTable="aktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="erstellt_am" msprop:Generator_UserColumnName="erstellt_am" msprop:Generator_ColumnPropNameInRow="erstellt_am" msprop:Generator_ColumnVarNameInTable="columnerstellt_am" msprop:Generator_ColumnPropNameInTable="erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="mutiert_am" msprop:Generator_UserColumnName="mutiert_am" msprop:Generator_ColumnPropNameInRow="mutiert_am" msprop:Generator_ColumnVarNameInTable="columnmutiert_am" msprop:Generator_ColumnPropNameInTable="mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="mutierer" msprop:Generator_UserColumnName="mutierer" msprop:Generator_ColumnPropNameInRow="mutierer" msprop:Generator_ColumnVarNameInTable="columnmutierer" msprop:Generator_ColumnPropNameInTable="mutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Klasse" msprop:Generator_UserTableName="Klasse" msprop:Generator_RowDeletedName="KlasseRowDeleted" msprop:Generator_RowChangedName="KlasseRowChanged" msprop:Generator_RowClassName="KlasseRow" msprop:Generator_RowChangingName="KlasseRowChanging" msprop:Generator_RowEvArgName="KlasseRowChangeEvent" msprop:Generator_RowEvHandlerName="KlasseRowChangeEventHandler" msprop:Generator_TableClassName="KlasseDataTable" msprop:Generator_TableVarName="tableKlasse" msprop:Generator_RowDeletingName="KlasseRowDeleting" msprop:Generator_TablePropName="Klasse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="KlasseNr" msprop:Generator_UserColumnName="KlasseNr" msprop:Generator_ColumnPropNameInRow="KlasseNr" msprop:Generator_ColumnVarNameInTable="columnKlasseNr" msprop:Generator_ColumnPropNameInTable="KlasseNrColumn" type="xs:long" />
|
|
<xs:element name="SchulhausNr" msprop:Generator_UserColumnName="SchulhausNr" msprop:Generator_ColumnPropNameInRow="SchulhausNr" msprop:Generator_ColumnVarNameInTable="columnSchulhausNr" msprop:Generator_ColumnPropNameInTable="SchulhausNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Lehrer_Name" msprop:Generator_UserColumnName="Lehrer_Name" msprop:Generator_ColumnVarNameInTable="columnLehrer_Name" msprop:Generator_ColumnPropNameInRow="Lehrer_Name" msprop:Generator_ColumnPropNameInTable="Lehrer_NameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lehrer_Vorname" msprop:Generator_UserColumnName="Lehrer_Vorname" msprop:Generator_ColumnVarNameInTable="columnLehrer_Vorname" msprop:Generator_ColumnPropNameInRow="Lehrer_Vorname" msprop:Generator_ColumnPropNameInTable="Lehrer_VornameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lehrer_Anrede" msprop:Generator_UserColumnName="Lehrer_Anrede" msprop:Generator_ColumnVarNameInTable="columnLehrer_Anrede" msprop:Generator_ColumnPropNameInRow="Lehrer_Anrede" msprop:Generator_ColumnPropNameInTable="Lehrer_AnredeColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lehrer_Telefon" msprop:Generator_UserColumnName="Lehrer_Telefon" msprop:Generator_ColumnVarNameInTable="columnLehrer_Telefon" msprop:Generator_ColumnPropNameInRow="Lehrer_Telefon" msprop:Generator_ColumnPropNameInTable="Lehrer_TelefonColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lehrer_EMail" msprop:Generator_UserColumnName="Lehrer_EMail" msprop:Generator_ColumnVarNameInTable="columnLehrer_EMail" msprop:Generator_ColumnPropNameInRow="Lehrer_EMail" msprop:Generator_ColumnPropNameInTable="Lehrer_EMailColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Klassengroesse" msprop:Generator_UserColumnName="Klassengroesse" msprop:Generator_ColumnVarNameInTable="columnKlassengroesse" msprop:Generator_ColumnPropNameInRow="Klassengroesse" msprop:Generator_ColumnPropNameInTable="KlassengroesseColumn" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Schulhaus" msprop:Generator_UserTableName="Schulhaus" msprop:Generator_RowDeletedName="SchulhausRowDeleted" msprop:Generator_RowChangedName="SchulhausRowChanged" msprop:Generator_RowClassName="SchulhausRow" msprop:Generator_RowChangingName="SchulhausRowChanging" msprop:Generator_RowEvArgName="SchulhausRowChangeEvent" msprop:Generator_RowEvHandlerName="SchulhausRowChangeEventHandler" msprop:Generator_TableClassName="SchulhausDataTable" msprop:Generator_TableVarName="tableSchulhaus" msprop:Generator_RowDeletingName="SchulhausRowDeleting" msprop:Generator_TablePropName="Schulhaus">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SchulhausNr" msprop:Generator_UserColumnName="SchulhausNr" msprop:Generator_ColumnPropNameInRow="SchulhausNr" msprop:Generator_ColumnVarNameInTable="columnSchulhausNr" msprop:Generator_ColumnPropNameInTable="SchulhausNrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="50" />
|
|
</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" type="xs:long" minOccurs="0" />
|
|
<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="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Telefon" msprop:Generator_UserColumnName="Telefon" msprop:Generator_ColumnPropNameInRow="Telefon" msprop:Generator_ColumnVarNameInTable="columnTelefon" msprop:Generator_ColumnPropNameInTable="TelefonColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="spalten" msprop:Generator_UserTableName="spalten" msprop:Generator_RowDeletedName="spaltenRowDeleted" msprop:Generator_RowChangedName="spaltenRowChanged" msprop:Generator_RowClassName="spaltenRow" msprop:Generator_RowChangingName="spaltenRowChanging" msprop:Generator_RowEvArgName="spaltenRowChangeEvent" msprop:Generator_RowEvHandlerName="spaltenRowChangeEventHandler" msprop:Generator_TableClassName="spaltenDataTable" msprop:Generator_TableVarName="tablespalten" msprop:Generator_RowDeletingName="spaltenRowDeleting" msprop:Generator_TablePropName="spalten">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="eintragnr" msprop:Generator_UserColumnName="eintragnr" msprop:Generator_ColumnPropNameInRow="eintragnr" msprop:Generator_ColumnVarNameInTable="columneintragnr" msprop:Generator_ColumnPropNameInTable="eintragnrColumn" type="xs:long" />
|
|
<xs:element name="tabelle" msprop:Generator_UserColumnName="tabelle" msprop:Generator_ColumnPropNameInRow="tabelle" msprop:Generator_ColumnVarNameInTable="columntabelle" msprop:Generator_ColumnPropNameInTable="tabelleColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="tabellenspalte" msprop:Generator_UserColumnName="tabellenspalte" msprop:Generator_ColumnPropNameInRow="tabellenspalte" msprop:Generator_ColumnVarNameInTable="columntabellenspalte" msprop:Generator_ColumnPropNameInTable="tabellenspalteColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spalte" msprop:Generator_UserColumnName="spalte" msprop:Generator_ColumnPropNameInRow="spalte" msprop:Generator_ColumnVarNameInTable="columnspalte" msprop:Generator_ColumnPropNameInTable="spalteColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Readonly" msprop:Generator_UserColumnName="Readonly" msprop:Generator_ColumnPropNameInRow="_Readonly" msprop:Generator_ColumnVarNameInTable="columnReadonly" msprop:Generator_ColumnPropNameInTable="ReadonlyColumn" type="xs:boolean" />
|
|
<xs:element name="alsHacken" msprop:Generator_UserColumnName="alsHacken" msprop:Generator_ColumnPropNameInRow="alsHacken" msprop:Generator_ColumnVarNameInTable="columnalsHacken" msprop:Generator_ColumnPropNameInTable="alsHackenColumn" type="xs:boolean" />
|
|
<xs:element name="Breite" msprop:Generator_UserColumnName="Breite" msprop:Generator_ColumnPropNameInRow="Breite" msprop:Generator_ColumnVarNameInTable="columnBreite" msprop:Generator_ColumnPropNameInTable="BreiteColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Reihenfolge" msprop:Generator_UserColumnName="Reihenfolge" msprop:Generator_ColumnPropNameInRow="Reihenfolge" msprop:Generator_ColumnVarNameInTable="columnReihenfolge" msprop:Generator_ColumnPropNameInTable="ReihenfolgeColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="tiptext" msprop:Generator_UserColumnName="tiptext" msprop:Generator_ColumnPropNameInRow="tiptext" msprop:Generator_ColumnVarNameInTable="columntiptext" msprop:Generator_ColumnPropNameInTable="tiptextColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="aktiv" msprop:Generator_UserColumnName="aktiv" msprop:Generator_ColumnPropNameInRow="aktiv" msprop:Generator_ColumnVarNameInTable="columnaktiv" msprop:Generator_ColumnPropNameInTable="aktivColumn" type="xs:boolean" />
|
|
<xs:element name="erstellt_am" msprop:Generator_UserColumnName="erstellt_am" msprop:Generator_ColumnPropNameInRow="erstellt_am" msprop:Generator_ColumnVarNameInTable="columnerstellt_am" msprop:Generator_ColumnPropNameInTable="erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="mutiert_am" msprop:Generator_UserColumnName="mutiert_am" msprop:Generator_ColumnPropNameInRow="mutiert_am" msprop:Generator_ColumnVarNameInTable="columnmutiert_am" msprop:Generator_ColumnPropNameInTable="mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="mutierer" msprop:Generator_UserColumnName="mutierer" msprop:Generator_ColumnPropNameInRow="mutierer" msprop:Generator_ColumnVarNameInTable="columnmutierer" msprop:Generator_ColumnPropNameInTable="mutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="mandantnr" msprop:Generator_UserColumnName="mandantnr" msprop:Generator_ColumnPropNameInRow="mandantnr" msprop:Generator_ColumnVarNameInTable="columnmandantnr" msprop:Generator_ColumnPropNameInTable="mandantnrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="NumberFormat" msprop:Generator_UserColumnName="NumberFormat" msprop:Generator_ColumnPropNameInRow="NumberFormat" msprop:Generator_ColumnVarNameInTable="columnNumberFormat" msprop:Generator_ColumnPropNameInTable="NumberFormatColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="sysdiagrams" msprop:Generator_UserTableName="sysdiagrams" msprop:Generator_RowDeletedName="sysdiagramsRowDeleted" msprop:Generator_RowChangedName="sysdiagramsRowChanged" msprop:Generator_RowClassName="sysdiagramsRow" msprop:Generator_RowChangingName="sysdiagramsRowChanging" msprop:Generator_RowEvArgName="sysdiagramsRowChangeEvent" msprop:Generator_RowEvHandlerName="sysdiagramsRowChangeEventHandler" msprop:Generator_TableClassName="sysdiagramsDataTable" msprop:Generator_TableVarName="tablesysdiagrams" msprop:Generator_RowDeletingName="sysdiagramsRowDeleting" msprop:Generator_TablePropName="sysdiagrams">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="name" msprop:Generator_UserColumnName="name" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_ColumnVarNameInTable="columnname" msprop:Generator_ColumnPropNameInTable="nameColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="principal_id" msprop:Generator_UserColumnName="principal_id" msprop:Generator_ColumnPropNameInRow="principal_id" msprop:Generator_ColumnVarNameInTable="columnprincipal_id" msprop:Generator_ColumnPropNameInTable="principal_idColumn" type="xs:long" />
|
|
<xs:element name="diagram_id" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="diagram_id" msprop:Generator_ColumnPropNameInRow="diagram_id" msprop:Generator_ColumnVarNameInTable="columndiagram_id" msprop:Generator_ColumnPropNameInTable="diagram_idColumn" type="xs:long" />
|
|
<xs:element name="version" msprop:Generator_UserColumnName="version" msprop:Generator_ColumnPropNameInRow="version" msprop:Generator_ColumnVarNameInTable="columnversion" msprop:Generator_ColumnPropNameInTable="versionColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="definition" msprop:Generator_UserColumnName="definition" msprop:Generator_ColumnPropNameInRow="definition" msprop:Generator_ColumnVarNameInTable="columndefinition" msprop:Generator_ColumnPropNameInTable="definitionColumn" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Zeiten" msprop:Generator_UserTableName="Zeiten" msprop:Generator_RowDeletedName="ZeitenRowDeleted" msprop:Generator_RowChangedName="ZeitenRowChanged" msprop:Generator_RowClassName="ZeitenRow" msprop:Generator_RowChangingName="ZeitenRowChanging" msprop:Generator_RowEvArgName="ZeitenRowChangeEvent" msprop:Generator_RowEvHandlerName="ZeitenRowChangeEventHandler" msprop:Generator_TableClassName="ZeitenDataTable" msprop:Generator_TableVarName="tableZeiten" msprop:Generator_RowDeletingName="ZeitenRowDeleting" msprop:Generator_TablePropName="Zeiten">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ZeitNr" msprop:Generator_UserColumnName="ZeitNr" msprop:Generator_ColumnPropNameInRow="ZeitNr" msprop:Generator_ColumnVarNameInTable="columnZeitNr" msprop:Generator_ColumnPropNameInTable="ZeitNrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Beschreibung" msprop:Generator_UserColumnName="Beschreibung" msprop:Generator_ColumnPropNameInRow="Beschreibung" msprop:Generator_ColumnVarNameInTable="columnBeschreibung" msprop:Generator_ColumnPropNameInTable="BeschreibungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Reihenfolge" msprop:Generator_UserColumnName="Reihenfolge" msprop:Generator_ColumnPropNameInRow="Reihenfolge" msprop:Generator_ColumnVarNameInTable="columnReihenfolge" msprop:Generator_ColumnPropNameInTable="ReihenfolgeColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Schueler" msprop:Generator_UserTableName="Schueler" msprop:Generator_RowDeletedName="SchuelerRowDeleted" msprop:Generator_RowChangedName="SchuelerRowChanged" msprop:Generator_RowClassName="SchuelerRow" msprop:Generator_RowChangingName="SchuelerRowChanging" msprop:Generator_RowEvArgName="SchuelerRowChangeEvent" msprop:Generator_RowEvHandlerName="SchuelerRowChangeEventHandler" msprop:Generator_TableClassName="SchuelerDataTable" msprop:Generator_TableVarName="tableSchueler" msprop:Generator_RowDeletingName="SchuelerRowDeleting" msprop:Generator_TablePropName="Schueler">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SchuelerNr" msprop:Generator_UserColumnName="SchuelerNr" msprop:Generator_ColumnVarNameInTable="columnSchuelerNr" msprop:Generator_ColumnPropNameInRow="SchuelerNr" msprop:Generator_ColumnPropNameInTable="SchuelerNrColumn" type="xs:long" />
|
|
<xs:element name="KlasseNr" msprop:Generator_UserColumnName="KlasseNr" msprop:Generator_ColumnVarNameInTable="columnKlasseNr" msprop:Generator_ColumnPropNameInRow="KlasseNr" msprop:Generator_ColumnPropNameInTable="KlasseNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Vorname" msprop:Generator_UserColumnName="Vorname" msprop:Generator_ColumnVarNameInTable="columnVorname" msprop:Generator_ColumnPropNameInRow="Vorname" msprop:Generator_ColumnPropNameInTable="VornameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Bemerkung" msprop:Generator_UserColumnName="Bemerkung" msprop:Generator_ColumnVarNameInTable="columnBemerkung" msprop:Generator_ColumnPropNameInRow="Bemerkung" msprop:Generator_ColumnPropNameInTable="BemerkungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="SchuelerBeruf" msprop:Generator_UserTableName="SchuelerBeruf" msprop:Generator_RowDeletedName="SchuelerBerufRowDeleted" msprop:Generator_RowChangedName="SchuelerBerufRowChanged" msprop:Generator_RowClassName="SchuelerBerufRow" msprop:Generator_RowChangingName="SchuelerBerufRowChanging" msprop:Generator_RowEvArgName="SchuelerBerufRowChangeEvent" msprop:Generator_RowEvHandlerName="SchuelerBerufRowChangeEventHandler" msprop:Generator_TableClassName="SchuelerBerufDataTable" msprop:Generator_TableVarName="tableSchuelerBeruf" msprop:Generator_RowDeletingName="SchuelerBerufRowDeleting" msprop:Generator_TablePropName="SchuelerBeruf">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SchuelerBerufNr" msprop:Generator_UserColumnName="SchuelerBerufNr" msprop:Generator_ColumnPropNameInRow="SchuelerBerufNr" msprop:Generator_ColumnVarNameInTable="columnSchuelerBerufNr" msprop:Generator_ColumnPropNameInTable="SchuelerBerufNrColumn" type="xs:long" />
|
|
<xs:element name="SchuelerNr" msprop:Generator_UserColumnName="SchuelerNr" msprop:Generator_ColumnPropNameInRow="SchuelerNr" msprop:Generator_ColumnVarNameInTable="columnSchuelerNr" msprop:Generator_ColumnPropNameInTable="SchuelerNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="BerufNr" msprop:Generator_UserColumnName="BerufNr" msprop:Generator_ColumnPropNameInRow="BerufNr" msprop:Generator_ColumnVarNameInTable="columnBerufNr" msprop:Generator_ColumnPropNameInTable="BerufNrColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Bemerkung" msprop:Generator_UserColumnName="Bemerkung" msprop:Generator_ColumnPropNameInRow="Bemerkung" msprop:Generator_ColumnVarNameInTable="columnBemerkung" msprop:Generator_ColumnPropNameInTable="BemerkungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Prioritaet" msprop:Generator_UserColumnName="Prioritaet" msprop:Generator_ColumnPropNameInRow="Prioritaet" msprop:Generator_ColumnVarNameInTable="columnPrioritaet" msprop:Generator_ColumnPropNameInTable="PrioritaetColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Report" msprop:Generator_UserTableName="Report" msprop:Generator_RowDeletedName="ReportRowDeleted" msprop:Generator_RowChangedName="ReportRowChanged" msprop:Generator_RowClassName="ReportRow" msprop:Generator_RowChangingName="ReportRowChanging" msprop:Generator_RowEvArgName="ReportRowChangeEvent" msprop:Generator_RowEvHandlerName="ReportRowChangeEventHandler" msprop:Generator_TableClassName="ReportDataTable" msprop:Generator_TableVarName="tableReport" msprop:Generator_RowDeletingName="ReportRowDeleting" msprop:Generator_TablePropName="Report">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ReportNr" msprop:Generator_UserColumnName="ReportNr" msprop:Generator_ColumnPropNameInRow="ReportNr" msprop:Generator_ColumnVarNameInTable="columnReportNr" msprop:Generator_ColumnPropNameInTable="ReportNrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="SQL_Statement" msprop:Generator_UserColumnName="SQL_Statement" msprop:Generator_ColumnVarNameInTable="columnSQL_Statement" msprop:Generator_ColumnPropNameInRow="SQL_Statement" msprop:Generator_ColumnPropNameInTable="SQL_StatementColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Filename" msprop:Generator_UserColumnName="Filename" msprop:Generator_ColumnVarNameInTable="columnFilename" msprop:Generator_ColumnPropNameInRow="Filename" msprop:Generator_ColumnPropNameInTable="FilenameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ReportGruppeNr" msprop:Generator_UserColumnName="ReportGruppeNr" msprop:Generator_ColumnVarNameInTable="columnReportGruppeNr" msprop:Generator_ColumnPropNameInRow="ReportGruppeNr" msprop:Generator_ColumnPropNameInTable="ReportGruppeNrColumn" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Optionen" msprop:Generator_UserTableName="Optionen" msprop:Generator_RowDeletedName="OptionenRowDeleted" msprop:Generator_RowChangedName="OptionenRowChanged" msprop:Generator_RowClassName="OptionenRow" msprop:Generator_RowChangingName="OptionenRowChanging" msprop:Generator_RowEvArgName="OptionenRowChangeEvent" msprop:Generator_RowEvHandlerName="OptionenRowChangeEventHandler" msprop:Generator_TableClassName="OptionenDataTable" msprop:Generator_TableVarName="tableOptionen" msprop:Generator_RowDeletingName="OptionenRowDeleting" msprop:Generator_TablePropName="Optionen">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Optionnr" msprop:Generator_UserColumnName="Optionnr" msprop:Generator_ColumnPropNameInRow="Optionnr" msprop:Generator_ColumnVarNameInTable="columnOptionnr" msprop:Generator_ColumnPropNameInTable="OptionnrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Inhalt" msprop:Generator_UserColumnName="Inhalt" msprop:Generator_ColumnPropNameInRow="Inhalt" msprop:Generator_ColumnVarNameInTable="columnInhalt" msprop:Generator_ColumnPropNameInTable="InhaltColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ReportGruppe" msprop:Generator_UserTableName="ReportGruppe" msprop:Generator_RowDeletedName="ReportGruppeRowDeleted" msprop:Generator_RowChangedName="ReportGruppeRowChanged" msprop:Generator_RowClassName="ReportGruppeRow" msprop:Generator_RowChangingName="ReportGruppeRowChanging" msprop:Generator_RowEvArgName="ReportGruppeRowChangeEvent" msprop:Generator_RowEvHandlerName="ReportGruppeRowChangeEventHandler" msprop:Generator_TableClassName="ReportGruppeDataTable" msprop:Generator_TableVarName="tableReportGruppe" msprop:Generator_RowDeletingName="ReportGruppeRowDeleting" msprop:Generator_TablePropName="ReportGruppe">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ReportGruppeNr" msprop:Generator_UserColumnName="ReportGruppeNr" msprop:Generator_ColumnVarNameInTable="columnReportGruppeNr" msprop:Generator_ColumnPropNameInRow="ReportGruppeNr" msprop:Generator_ColumnPropNameInTable="ReportGruppeNrColumn" type="xs:long" />
|
|
<xs:element name="Bezeichnung" msprop:Generator_UserColumnName="Bezeichnung" msprop:Generator_ColumnVarNameInTable="columnBezeichnung" msprop:Generator_ColumnPropNameInRow="Bezeichnung" msprop:Generator_ColumnPropNameInTable="BezeichnungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Beschreibung" msprop:Generator_UserColumnName="Beschreibung" msprop:Generator_ColumnVarNameInTable="columnBeschreibung" msprop:Generator_ColumnPropNameInRow="Beschreibung" msprop:Generator_ColumnPropNameInTable="BeschreibungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="SQLAbfragen" msprop:Generator_UserTableName="SQLAbfragen" msprop:Generator_RowDeletedName="SQLAbfragenRowDeleted" msprop:Generator_RowChangedName="SQLAbfragenRowChanged" msprop:Generator_RowClassName="SQLAbfragenRow" msprop:Generator_RowChangingName="SQLAbfragenRowChanging" msprop:Generator_RowEvArgName="SQLAbfragenRowChangeEvent" msprop:Generator_RowEvHandlerName="SQLAbfragenRowChangeEventHandler" msprop:Generator_TableClassName="SQLAbfragenDataTable" msprop:Generator_TableVarName="tableSQLAbfragen" msprop:Generator_RowDeletingName="SQLAbfragenRowDeleting" msprop:Generator_TablePropName="SQLAbfragen">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SQLNr" msprop:Generator_UserColumnName="SQLNr" msprop:Generator_ColumnVarNameInTable="columnSQLNr" msprop:Generator_ColumnPropNameInRow="SQLNr" msprop:Generator_ColumnPropNameInTable="SQLNrColumn" type="xs:int" />
|
|
<xs:element name="SQLScript" msprop:Generator_UserColumnName="SQLScript" msprop:Generator_ColumnVarNameInTable="columnSQLScript" msprop:Generator_ColumnPropNameInRow="SQLScript" msprop:Generator_ColumnPropNameInTable="SQLScriptColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4096" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Beschreibung" msprop:Generator_UserColumnName="Beschreibung" msprop:Generator_ColumnVarNameInTable="columnBeschreibung" msprop:Generator_ColumnPropNameInRow="Beschreibung" msprop:Generator_ColumnPropNameInTable="BeschreibungColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Aktiv" msprop:Generator_UserColumnName="Aktiv" msprop:Generator_ColumnVarNameInTable="columnAktiv" msprop:Generator_ColumnPropNameInRow="Aktiv" msprop:Generator_ColumnPropNameInTable="AktivColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Erstellt_am" msprop:Generator_UserColumnName="Erstellt_am" msprop:Generator_ColumnVarNameInTable="columnErstellt_am" msprop:Generator_ColumnPropNameInRow="Erstellt_am" msprop:Generator_ColumnPropNameInTable="Erstellt_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutiert_am" msprop:Generator_UserColumnName="Mutiert_am" msprop:Generator_ColumnVarNameInTable="columnMutiert_am" msprop:Generator_ColumnPropNameInRow="Mutiert_am" msprop:Generator_ColumnPropNameInTable="Mutiert_amColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Mutierer" msprop:Generator_UserColumnName="Mutierer" msprop:Generator_ColumnVarNameInTable="columnMutierer" msprop:Generator_ColumnPropNameInRow="Mutierer" msprop:Generator_ColumnPropNameInTable="MutiererColumn" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Ansprechpartner" />
|
|
<xs:field xpath="mstns:AnsprechpartnerNr" />
|
|
</xs:unique>
|
|
<xs:unique name="Beruf_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Beruf" />
|
|
<xs:field xpath="mstns:Berufnr" />
|
|
</xs:unique>
|
|
<xs:unique name="Firma_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Firma" />
|
|
<xs:field xpath="mstns:FirmaNr" />
|
|
</xs:unique>
|
|
<xs:unique name="FirmaBeruf_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:FirmaBeruf" />
|
|
<xs:field xpath="mstns:FirmaBerufNr" />
|
|
</xs:unique>
|
|
<xs:unique name="key_tabelle_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:key_tabelle" />
|
|
<xs:field xpath="mstns:keynr" />
|
|
</xs:unique>
|
|
<xs:unique name="Klasse_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Klasse" />
|
|
<xs:field xpath="mstns:KlasseNr" />
|
|
</xs:unique>
|
|
<xs:unique name="Schulhaus_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Schulhaus" />
|
|
<xs:field xpath="mstns:SchulhausNr" />
|
|
</xs:unique>
|
|
<xs:unique name="spalten_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:spalten" />
|
|
<xs:field xpath="mstns:eintragnr" />
|
|
</xs:unique>
|
|
<xs:unique name="sysdiagrams_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:sysdiagrams" />
|
|
<xs:field xpath="mstns:diagram_id" />
|
|
</xs:unique>
|
|
<xs:unique name="Zeiten_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Zeiten" />
|
|
<xs:field xpath="mstns:ZeitNr" />
|
|
</xs:unique>
|
|
<xs:unique name="Schueler_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Schueler" />
|
|
<xs:field xpath="mstns:SchuelerNr" />
|
|
</xs:unique>
|
|
<xs:unique name="SchuelerBeruf_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:SchuelerBeruf" />
|
|
<xs:field xpath="mstns:SchuelerBerufNr" />
|
|
</xs:unique>
|
|
<xs:unique name="Report_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Report" />
|
|
<xs:field xpath="mstns:ReportNr" />
|
|
</xs:unique>
|
|
<xs:unique name="Optionen_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Optionen" />
|
|
<xs:field xpath="mstns:Optionnr" />
|
|
</xs:unique>
|
|
<xs:unique name="ReportGruppe_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ReportGruppe" />
|
|
<xs:field xpath="mstns:ReportGruppeNr" />
|
|
</xs:unique>
|
|
<xs:unique name="SQLAbfragen_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:SQLAbfragen" />
|
|
<xs:field xpath="mstns:SQLNr" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<msdata:Relationship name="FK_Ansprechpartner_0" msdata:parent="Firma" msdata:child="Ansprechpartner" msdata:parentkey="FirmaNr" msdata:childkey="FirmaNr" msprop:Generator_UserRelationName="FK_Ansprechpartner_0" msprop:Generator_RelationVarName="relationFK_Ansprechpartner_0" msprop:Generator_UserChildTable="Ansprechpartner" msprop:Generator_UserParentTable="Firma" msprop:Generator_ParentPropName="FirmaRow" msprop:Generator_ChildPropName="GetAnsprechpartnerRows" />
|
|
<msdata:Relationship name="Firma_FirmaBeruf" msdata:parent="Firma" msdata:child="FirmaBeruf" msdata:parentkey="FirmaNr" msdata:childkey="FirmaNr" msprop:Generator_UserRelationName="Firma_FirmaBeruf" msprop:Generator_RelationVarName="relationFirma_FirmaBeruf" msprop:Generator_UserChildTable="FirmaBeruf" msprop:Generator_UserParentTable="Firma" msprop:Generator_ParentPropName="FirmaRow" msprop:Generator_ChildPropName="GetFirmaBerufRows" />
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:schema> |