| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <xs:schema id="PREMIEDataSet" targetNamespace="http://tempuri.org/PREMIEDataSet.xsd" xmlns:mstns="http://tempuri.org/PREMIEDataSet.xsd" xmlns="http://tempuri.org/PREMIEDataSet.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">
|
|---|
| 3 | <xs:annotation>
|
|---|
| 4 | <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|---|
| 5 | <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|---|
| 6 | <Connections>
|
|---|
| 7 | <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="PREMIEConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="PREMIEConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.BazaZamowien.Properties.Settings.GlobalReference.Default.PREMIEConnectionString" Provider="System.Data.SqlClient">
|
|---|
| 8 | </Connection>
|
|---|
| 9 | </Connections>
|
|---|
| 10 | <Tables>
|
|---|
| 11 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EMailsBodyTableAdapter" GeneratorDataComponentClassName="EMailsBodyTableAdapter" Name="EMailsBody" UserDataComponentName="EMailsBodyTableAdapter">
|
|---|
| 12 | <MainSource>
|
|---|
| 13 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.EMailsBody" 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">
|
|---|
| 14 | <DeleteCommand>
|
|---|
| 15 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 16 | <CommandText>DELETE FROM [dbo].[EMailsBody] WHERE (([IDE] = @Original_IDE) AND ((@IsNull_Od = 1 AND [Od] IS NULL) OR ([Od] = @Original_Od)) AND ((@IsNull_Temat = 1 AND [Temat] IS NULL) OR ([Temat] = @Original_Temat)) AND ((@IsNull_TematBad = 1 AND [TematBad] IS NULL) OR ([TematBad] = @Original_TematBad)))</CommandText>
|
|---|
| 17 | <Parameters>
|
|---|
| 18 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 19 | </Parameter>
|
|---|
| 20 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Od" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 21 | </Parameter>
|
|---|
| 22 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Od" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 23 | </Parameter>
|
|---|
| 24 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Temat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 25 | </Parameter>
|
|---|
| 26 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Temat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 27 | </Parameter>
|
|---|
| 28 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TematBad" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 29 | </Parameter>
|
|---|
| 30 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TematBad" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 31 | </Parameter>
|
|---|
| 32 | </Parameters>
|
|---|
| 33 | </DbCommand>
|
|---|
| 34 | </DeleteCommand>
|
|---|
| 35 | <InsertCommand>
|
|---|
| 36 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 37 | <CommandText>INSERT INTO [dbo].[EMailsBody] ([Od], [Temat], [Body], [TematBad], [BodyBad]) VALUES (@Od, @Temat, @Body, @TematBad, @BodyBad);
|
|---|
| 38 | SELECT IDE, Od, Temat, Body, TematBad, BodyBad FROM EMailsBody WHERE (IDE = SCOPE_IDENTITY())</CommandText>
|
|---|
| 39 | <Parameters>
|
|---|
| 40 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Od" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 41 | </Parameter>
|
|---|
| 42 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Temat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 43 | </Parameter>
|
|---|
| 44 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Body" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Body" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 45 | </Parameter>
|
|---|
| 46 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TematBad" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 47 | </Parameter>
|
|---|
| 48 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@BodyBad" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="BodyBad" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 49 | </Parameter>
|
|---|
| 50 | </Parameters>
|
|---|
| 51 | </DbCommand>
|
|---|
| 52 | </InsertCommand>
|
|---|
| 53 | <SelectCommand>
|
|---|
| 54 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 55 | <CommandText>SELECT IDE, Od, Temat, Body, TematBad, BodyBad FROM dbo.EMailsBody</CommandText>
|
|---|
| 56 | <Parameters>
|
|---|
| 57 | </Parameters>
|
|---|
| 58 | </DbCommand>
|
|---|
| 59 | </SelectCommand>
|
|---|
| 60 | <UpdateCommand>
|
|---|
| 61 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 62 | <CommandText>UPDATE [dbo].[EMailsBody] SET [Od] = @Od, [Temat] = @Temat, [Body] = @Body, [TematBad] = @TematBad, [BodyBad] = @BodyBad WHERE (([IDE] = @Original_IDE) AND ((@IsNull_Od = 1 AND [Od] IS NULL) OR ([Od] = @Original_Od)) AND ((@IsNull_Temat = 1 AND [Temat] IS NULL) OR ([Temat] = @Original_Temat)) AND ((@IsNull_TematBad = 1 AND [TematBad] IS NULL) OR ([TematBad] = @Original_TematBad)));
|
|---|
| 63 | SELECT IDE, Od, Temat, Body, TematBad, BodyBad FROM EMailsBody WHERE (IDE = @IDE)</CommandText>
|
|---|
| 64 | <Parameters>
|
|---|
| 65 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Od" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 66 | </Parameter>
|
|---|
| 67 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Temat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 68 | </Parameter>
|
|---|
| 69 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Body" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Body" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 70 | </Parameter>
|
|---|
| 71 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TematBad" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 72 | </Parameter>
|
|---|
| 73 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@BodyBad" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="BodyBad" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 74 | </Parameter>
|
|---|
| 75 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 76 | </Parameter>
|
|---|
| 77 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Od" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 78 | </Parameter>
|
|---|
| 79 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Od" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Od" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 80 | </Parameter>
|
|---|
| 81 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Temat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 82 | </Parameter>
|
|---|
| 83 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Temat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Temat" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 84 | </Parameter>
|
|---|
| 85 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TematBad" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="True" SourceVersion="Original">
|
|---|
| 86 | </Parameter>
|
|---|
| 87 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TematBad" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TematBad" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 88 | </Parameter>
|
|---|
| 89 | <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="PREMIE.dbo.EMailsBody" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 90 | </Parameter>
|
|---|
| 91 | </Parameters>
|
|---|
| 92 | </DbCommand>
|
|---|
| 93 | </UpdateCommand>
|
|---|
| 94 | </DbSource>
|
|---|
| 95 | </MainSource>
|
|---|
| 96 | <Mappings>
|
|---|
| 97 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 98 | <Mapping SourceColumn="Od" DataSetColumn="Od" />
|
|---|
| 99 | <Mapping SourceColumn="Temat" DataSetColumn="Temat" />
|
|---|
| 100 | <Mapping SourceColumn="Body" DataSetColumn="Body" />
|
|---|
| 101 | <Mapping SourceColumn="TematBad" DataSetColumn="TematBad" />
|
|---|
| 102 | <Mapping SourceColumn="BodyBad" DataSetColumn="BodyBad" />
|
|---|
| 103 | </Mappings>
|
|---|
| 104 | <Sources>
|
|---|
| 105 | </Sources>
|
|---|
| 106 | </TableAdapter>
|
|---|
| 107 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LOGOSTableAdapter" GeneratorDataComponentClassName="LOGOSTableAdapter" Name="LOGOS" UserDataComponentName="LOGOSTableAdapter">
|
|---|
| 108 | <MainSource>
|
|---|
| 109 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.LOGOS" 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">
|
|---|
| 110 | <DeleteCommand>
|
|---|
| 111 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 112 | <CommandText>DELETE FROM [dbo].[LOGOS] WHERE (([IDE] = @Original_IDE))</CommandText>
|
|---|
| 113 | <Parameters>
|
|---|
| 114 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 115 | </Parameter>
|
|---|
| 116 | </Parameters>
|
|---|
| 117 | </DbCommand>
|
|---|
| 118 | </DeleteCommand>
|
|---|
| 119 | <InsertCommand>
|
|---|
| 120 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 121 | <CommandText>INSERT INTO [dbo].[LOGOS] ([LogoGS], [LogoAMT]) VALUES (@LogoGS, @LogoAMT);
|
|---|
| 122 | SELECT IDE, LogoGS, LogoAMT FROM LOGOS WHERE (IDE = SCOPE_IDENTITY())</CommandText>
|
|---|
| 123 | <Parameters>
|
|---|
| 124 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@LogoGS" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="LogoGS" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 125 | </Parameter>
|
|---|
| 126 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@LogoAMT" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="LogoAMT" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 127 | </Parameter>
|
|---|
| 128 | </Parameters>
|
|---|
| 129 | </DbCommand>
|
|---|
| 130 | </InsertCommand>
|
|---|
| 131 | <SelectCommand>
|
|---|
| 132 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 133 | <CommandText>SELECT IDE, LogoGS, LogoAMT FROM dbo.LOGOS</CommandText>
|
|---|
| 134 | <Parameters>
|
|---|
| 135 | </Parameters>
|
|---|
| 136 | </DbCommand>
|
|---|
| 137 | </SelectCommand>
|
|---|
| 138 | <UpdateCommand>
|
|---|
| 139 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 140 | <CommandText>UPDATE [dbo].[LOGOS] SET [LogoGS] = @LogoGS, [LogoAMT] = @LogoAMT WHERE (([IDE] = @Original_IDE));
|
|---|
| 141 | SELECT IDE, LogoGS, LogoAMT FROM LOGOS WHERE (IDE = @IDE)</CommandText>
|
|---|
| 142 | <Parameters>
|
|---|
| 143 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@LogoGS" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="LogoGS" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 144 | </Parameter>
|
|---|
| 145 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@LogoAMT" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="LogoAMT" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 146 | </Parameter>
|
|---|
| 147 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 148 | </Parameter>
|
|---|
| 149 | <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="PREMIE.dbo.LOGOS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 150 | </Parameter>
|
|---|
| 151 | </Parameters>
|
|---|
| 152 | </DbCommand>
|
|---|
| 153 | </UpdateCommand>
|
|---|
| 154 | </DbSource>
|
|---|
| 155 | </MainSource>
|
|---|
| 156 | <Mappings>
|
|---|
| 157 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 158 | <Mapping SourceColumn="LogoGS" DataSetColumn="LogoGS" />
|
|---|
| 159 | <Mapping SourceColumn="LogoAMT" DataSetColumn="LogoAMT" />
|
|---|
| 160 | </Mappings>
|
|---|
| 161 | <Sources>
|
|---|
| 162 | </Sources>
|
|---|
| 163 | </TableAdapter>
|
|---|
| 164 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PREMIE2TableAdapter" GeneratorDataComponentClassName="PREMIE2TableAdapter" Name="PREMIE2" UserDataComponentName="PREMIE2TableAdapter">
|
|---|
| 165 | <MainSource>
|
|---|
| 166 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.PREMIE2" 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="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|---|
| 167 | <DeleteCommand>
|
|---|
| 168 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 169 | <CommandText>DELETE FROM [PREMIE2] WHERE (([ID] = @Original_ID))</CommandText>
|
|---|
| 170 | <Parameters>
|
|---|
| 171 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 172 | </Parameter>
|
|---|
| 173 | </Parameters>
|
|---|
| 174 | </DbCommand>
|
|---|
| 175 | </DeleteCommand>
|
|---|
| 176 | <InsertCommand>
|
|---|
| 177 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 178 | <CommandText>INSERT INTO [PREMIE2] ([ROK], [MIESIAC], [NAME], [DZIAL], [OPIS], [IL], [WYCENA], [NETTO], [BRUTTO], [BB], [data_wprowadzenia], [wprowadzil], [data_modyfikacji], [zmodyfikowal], [IDEPracownika]) VALUES (@ROK, @MIESIAC, @NAME, @DZIAL, @OPIS, @IL, @WYCENA, @NETTO, @BRUTTO, @BB, @data_wprowadzenia, @wprowadzil, @data_modyfikacji, @zmodyfikowal, @IDEPracownika);
|
|---|
| 179 | SELECT TOP 100 ID, ROK, MIESIAC, NAME, DZIAL, OPIS, IL, WYCENA, NETTO, BRUTTO, BB, data_wprowadzenia, wprowadzil, data_modyfikacji, zmodyfikowal, IDEPracownika FROM PREMIE2 WHERE (ID = SCOPE_IDENTITY()) ORDER BY ID DESC</CommandText>
|
|---|
| 180 | <Parameters>
|
|---|
| 181 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ROK" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ROK" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 182 | </Parameter>
|
|---|
| 183 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MIESIAC" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MIESIAC" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 184 | </Parameter>
|
|---|
| 185 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NAME" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 186 | </Parameter>
|
|---|
| 187 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DZIAL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DZIAL" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 188 | </Parameter>
|
|---|
| 189 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OPIS" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OPIS" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 190 | </Parameter>
|
|---|
| 191 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@IL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="IL" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 192 | </Parameter>
|
|---|
| 193 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@WYCENA" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="WYCENA" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 194 | </Parameter>
|
|---|
| 195 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@NETTO" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="NETTO" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 196 | </Parameter>
|
|---|
| 197 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@BRUTTO" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="BRUTTO" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 198 | </Parameter>
|
|---|
| 199 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@BB" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="BB" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 200 | </Parameter>
|
|---|
| 201 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data_wprowadzenia" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="data_wprowadzenia" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 202 | </Parameter>
|
|---|
| 203 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@wprowadzil" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="wprowadzil" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 204 | </Parameter>
|
|---|
| 205 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data_modyfikacji" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="data_modyfikacji" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 206 | </Parameter>
|
|---|
| 207 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@zmodyfikowal" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="zmodyfikowal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 208 | </Parameter>
|
|---|
| 209 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEPracownika" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEPracownika" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 210 | </Parameter>
|
|---|
| 211 | </Parameters>
|
|---|
| 212 | </DbCommand>
|
|---|
| 213 | </InsertCommand>
|
|---|
| 214 | <SelectCommand>
|
|---|
| 215 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 216 | <CommandText>SELECT TOP 100 ID, ROK, MIESIAC, NAME, DZIAL, OPIS, IL, WYCENA, NETTO, BRUTTO, BB, data_wprowadzenia, wprowadzil, data_modyfikacji, zmodyfikowal,
|
|---|
| 217 | IDEPracownika
|
|---|
| 218 | FROM PREMIE2
|
|---|
| 219 | ORDER BY ID DESC</CommandText>
|
|---|
| 220 | <Parameters>
|
|---|
| 221 | </Parameters>
|
|---|
| 222 | </DbCommand>
|
|---|
| 223 | </SelectCommand>
|
|---|
| 224 | <UpdateCommand>
|
|---|
| 225 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 226 | <CommandText>UPDATE [PREMIE2] SET [ROK] = @ROK, [MIESIAC] = @MIESIAC, [NAME] = @NAME, [DZIAL] = @DZIAL, [OPIS] = @OPIS, [IL] = @IL, [WYCENA] = @WYCENA, [NETTO] = @NETTO, [BRUTTO] = @BRUTTO, [BB] = @BB, [data_wprowadzenia] = @data_wprowadzenia, [wprowadzil] = @wprowadzil, [data_modyfikacji] = @data_modyfikacji, [zmodyfikowal] = @zmodyfikowal, [IDEPracownika] = @IDEPracownika WHERE (([ID] = @Original_ID));
|
|---|
| 227 | SELECT TOP 100 ID, ROK, MIESIAC, NAME, DZIAL, OPIS, IL, WYCENA, NETTO, BRUTTO, BB, data_wprowadzenia, wprowadzil, data_modyfikacji, zmodyfikowal, IDEPracownika FROM PREMIE2 WHERE (ID = @ID) ORDER BY ID DESC</CommandText>
|
|---|
| 228 | <Parameters>
|
|---|
| 229 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ROK" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ROK" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 230 | </Parameter>
|
|---|
| 231 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MIESIAC" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MIESIAC" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 232 | </Parameter>
|
|---|
| 233 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NAME" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 234 | </Parameter>
|
|---|
| 235 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DZIAL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DZIAL" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 236 | </Parameter>
|
|---|
| 237 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OPIS" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OPIS" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 238 | </Parameter>
|
|---|
| 239 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@IL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="IL" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 240 | </Parameter>
|
|---|
| 241 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@WYCENA" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="WYCENA" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 242 | </Parameter>
|
|---|
| 243 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@NETTO" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="NETTO" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 244 | </Parameter>
|
|---|
| 245 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@BRUTTO" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="BRUTTO" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 246 | </Parameter>
|
|---|
| 247 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@BB" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="BB" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 248 | </Parameter>
|
|---|
| 249 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data_wprowadzenia" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="data_wprowadzenia" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 250 | </Parameter>
|
|---|
| 251 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@wprowadzil" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="wprowadzil" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 252 | </Parameter>
|
|---|
| 253 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data_modyfikacji" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="data_modyfikacji" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 254 | </Parameter>
|
|---|
| 255 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@zmodyfikowal" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="zmodyfikowal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 256 | </Parameter>
|
|---|
| 257 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEPracownika" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEPracownika" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 258 | </Parameter>
|
|---|
| 259 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 260 | </Parameter>
|
|---|
| 261 | <Parameter AllowDbNull="False" AutogeneratedName="ID" ColumnName="ID" DataSourceName="PREMIE.dbo.PREMIE2" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 262 | </Parameter>
|
|---|
| 263 | </Parameters>
|
|---|
| 264 | </DbCommand>
|
|---|
| 265 | </UpdateCommand>
|
|---|
| 266 | </DbSource>
|
|---|
| 267 | </MainSource>
|
|---|
| 268 | <Mappings>
|
|---|
| 269 | <Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|---|
| 270 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 271 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 272 | <Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
|---|
| 273 | <Mapping SourceColumn="DZIAL" DataSetColumn="DZIAL" />
|
|---|
| 274 | <Mapping SourceColumn="OPIS" DataSetColumn="OPIS" />
|
|---|
| 275 | <Mapping SourceColumn="IL" DataSetColumn="IL" />
|
|---|
| 276 | <Mapping SourceColumn="WYCENA" DataSetColumn="WYCENA" />
|
|---|
| 277 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 278 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 279 | <Mapping SourceColumn="BB" DataSetColumn="BB" />
|
|---|
| 280 | <Mapping SourceColumn="data_wprowadzenia" DataSetColumn="data_wprowadzenia" />
|
|---|
| 281 | <Mapping SourceColumn="wprowadzil" DataSetColumn="wprowadzil" />
|
|---|
| 282 | <Mapping SourceColumn="data_modyfikacji" DataSetColumn="data_modyfikacji" />
|
|---|
| 283 | <Mapping SourceColumn="zmodyfikowal" DataSetColumn="zmodyfikowal" />
|
|---|
| 284 | <Mapping SourceColumn="IDEPracownika" DataSetColumn="IDEPracownika" />
|
|---|
| 285 | </Mappings>
|
|---|
| 286 | <Sources>
|
|---|
| 287 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.PREMIE2" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByID" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByID" GeneratorSourceName="FillByID" GetMethodModifier="Public" GetMethodName="GetDataByID" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByID" UserSourceName="FillByID">
|
|---|
| 288 | <SelectCommand>
|
|---|
| 289 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 290 | <CommandText>SELECT BB, BRUTTO, DZIAL, ID, IDEPracownika, IL, MIESIAC, NAME, NETTO, OPIS, ROK, WYCENA, data_modyfikacji, data_wprowadzenia, wprowadzil, zmodyfikowal FROM PREMIE2 WHERE (ID = @param)</CommandText>
|
|---|
| 291 | <Parameters>
|
|---|
| 292 | <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="ID" DataSourceName="PREMIE.dbo.PREMIE2" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 293 | </Parameter>
|
|---|
| 294 | </Parameters>
|
|---|
| 295 | </DbCommand>
|
|---|
| 296 | </SelectCommand>
|
|---|
| 297 | </DbSource>
|
|---|
| 298 | </Sources>
|
|---|
| 299 | </TableAdapter>
|
|---|
| 300 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CurrentEMailBodyTableAdapter" GeneratorDataComponentClassName="CurrentEMailBodyTableAdapter" Name="CurrentEMailBody" UserDataComponentName="CurrentEMailBodyTableAdapter">
|
|---|
| 301 | <MainSource>
|
|---|
| 302 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.CurrentEMailBody" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 303 | <SelectCommand>
|
|---|
| 304 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 305 | <CommandText>SELECT IDE, Od, Temat, Body, TematBad, BodyBad FROM dbo.CurrentEMailBody</CommandText>
|
|---|
| 306 | <Parameters>
|
|---|
| 307 | </Parameters>
|
|---|
| 308 | </DbCommand>
|
|---|
| 309 | </SelectCommand>
|
|---|
| 310 | </DbSource>
|
|---|
| 311 | </MainSource>
|
|---|
| 312 | <Mappings>
|
|---|
| 313 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 314 | <Mapping SourceColumn="Od" DataSetColumn="Od" />
|
|---|
| 315 | <Mapping SourceColumn="Temat" DataSetColumn="Temat" />
|
|---|
| 316 | <Mapping SourceColumn="Body" DataSetColumn="Body" />
|
|---|
| 317 | <Mapping SourceColumn="TematBad" DataSetColumn="TematBad" />
|
|---|
| 318 | <Mapping SourceColumn="BodyBad" DataSetColumn="BodyBad" />
|
|---|
| 319 | </Mappings>
|
|---|
| 320 | <Sources>
|
|---|
| 321 | </Sources>
|
|---|
| 322 | </TableAdapter>
|
|---|
| 323 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Interface_PracownicyTableAdapter" GeneratorDataComponentClassName="Interface_PracownicyTableAdapter" Name="Interface_Pracownicy" UserDataComponentName="Interface_PracownicyTableAdapter">
|
|---|
| 324 | <MainSource>
|
|---|
| 325 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Interface_Pracownicy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 326 | <SelectCommand>
|
|---|
| 327 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 328 | <CommandText>SELECT Imie, Nazwisko, EMail, SQLLogins, IDEPracownicy, CONVERT(nvarchar(255), Osoba) AS Osoba
|
|---|
| 329 | FROM Interface_Pracownicy</CommandText>
|
|---|
| 330 | <Parameters>
|
|---|
| 331 | </Parameters>
|
|---|
| 332 | </DbCommand>
|
|---|
| 333 | </SelectCommand>
|
|---|
| 334 | </DbSource>
|
|---|
| 335 | </MainSource>
|
|---|
| 336 | <Mappings>
|
|---|
| 337 | <Mapping SourceColumn="Imie" DataSetColumn="Imie" />
|
|---|
| 338 | <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
|
|---|
| 339 | <Mapping SourceColumn="EMail" DataSetColumn="EMail" />
|
|---|
| 340 | <Mapping SourceColumn="SQLLogins" DataSetColumn="SQLLogins" />
|
|---|
| 341 | <Mapping SourceColumn="IDEPracownicy" DataSetColumn="IDEPracownicy" />
|
|---|
| 342 | <Mapping SourceColumn="Osoba" DataSetColumn="Osoba" />
|
|---|
| 343 | </Mappings>
|
|---|
| 344 | <Sources>
|
|---|
| 345 | </Sources>
|
|---|
| 346 | </TableAdapter>
|
|---|
| 347 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Interface_TytulyTableAdapter" GeneratorDataComponentClassName="Interface_TytulyTableAdapter" Name="Interface_Tytuly" UserDataComponentName="Interface_TytulyTableAdapter">
|
|---|
| 348 | <MainSource>
|
|---|
| 349 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Interface_Tytuly" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 350 | <SelectCommand>
|
|---|
| 351 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 352 | <CommandText>SELECT IDE, TYTUL, OPIS, ISSN, NR_INDEX, LOGO, SWW, JM, Vat, Cena, PKWiU, Grzbiety, Aktywny FROM dbo.Interface_Tytuly</CommandText>
|
|---|
| 353 | <Parameters>
|
|---|
| 354 | </Parameters>
|
|---|
| 355 | </DbCommand>
|
|---|
| 356 | </SelectCommand>
|
|---|
| 357 | </DbSource>
|
|---|
| 358 | </MainSource>
|
|---|
| 359 | <Mappings>
|
|---|
| 360 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 361 | <Mapping SourceColumn="TYTUL" DataSetColumn="TYTUL" />
|
|---|
| 362 | <Mapping SourceColumn="OPIS" DataSetColumn="OPIS" />
|
|---|
| 363 | <Mapping SourceColumn="ISSN" DataSetColumn="ISSN" />
|
|---|
| 364 | <Mapping SourceColumn="NR_INDEX" DataSetColumn="NR_INDEX" />
|
|---|
| 365 | <Mapping SourceColumn="LOGO" DataSetColumn="LOGO" />
|
|---|
| 366 | <Mapping SourceColumn="SWW" DataSetColumn="SWW" />
|
|---|
| 367 | <Mapping SourceColumn="JM" DataSetColumn="JM" />
|
|---|
| 368 | <Mapping SourceColumn="Vat" DataSetColumn="Vat" />
|
|---|
| 369 | <Mapping SourceColumn="Cena" DataSetColumn="Cena" />
|
|---|
| 370 | <Mapping SourceColumn="PKWiU" DataSetColumn="PKWiU" />
|
|---|
| 371 | <Mapping SourceColumn="Grzbiety" DataSetColumn="Grzbiety" />
|
|---|
| 372 | <Mapping SourceColumn="Aktywny" DataSetColumn="Aktywny" />
|
|---|
| 373 | </Mappings>
|
|---|
| 374 | <Sources>
|
|---|
| 375 | </Sources>
|
|---|
| 376 | </TableAdapter>
|
|---|
| 377 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KierownicyTableAdapter" GeneratorDataComponentClassName="KierownicyTableAdapter" Name="Kierownicy" UserDataComponentName="KierownicyTableAdapter">
|
|---|
| 378 | <MainSource>
|
|---|
| 379 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Kierownicy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 380 | <SelectCommand>
|
|---|
| 381 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 382 | <CommandText>SELECT IDE, IDEPracownik, IDEDzial, IDEOddzial, Tytul, Aktywny FROM dbo.Kierownicy</CommandText>
|
|---|
| 383 | <Parameters>
|
|---|
| 384 | </Parameters>
|
|---|
| 385 | </DbCommand>
|
|---|
| 386 | </SelectCommand>
|
|---|
| 387 | </DbSource>
|
|---|
| 388 | </MainSource>
|
|---|
| 389 | <Mappings>
|
|---|
| 390 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 391 | <Mapping SourceColumn="IDEPracownik" DataSetColumn="IDEPracownik" />
|
|---|
| 392 | <Mapping SourceColumn="IDEDzial" DataSetColumn="IDEDzial" />
|
|---|
| 393 | <Mapping SourceColumn="IDEOddzial" DataSetColumn="IDEOddzial" />
|
|---|
| 394 | <Mapping SourceColumn="Tytul" DataSetColumn="Tytul" />
|
|---|
| 395 | <Mapping SourceColumn="Aktywny" DataSetColumn="Aktywny" />
|
|---|
| 396 | </Mappings>
|
|---|
| 397 | <Sources>
|
|---|
| 398 | </Sources>
|
|---|
| 399 | </TableAdapter>
|
|---|
| 400 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Premie_EMailDataTableAdapter" GeneratorDataComponentClassName="Premie_EMailDataTableAdapter" Name="Premie_EMailData" UserDataComponentName="Premie_EMailDataTableAdapter">
|
|---|
| 401 | <MainSource>
|
|---|
| 402 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Premie_EMailData" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 403 | <SelectCommand>
|
|---|
| 404 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 405 | <CommandText>SELECT ID, ROK, MIESIAC, NAME, OPIS, NETTO, Brutto, EMail FROM dbo.Premie_EMailData</CommandText>
|
|---|
| 406 | <Parameters>
|
|---|
| 407 | </Parameters>
|
|---|
| 408 | </DbCommand>
|
|---|
| 409 | </SelectCommand>
|
|---|
| 410 | </DbSource>
|
|---|
| 411 | </MainSource>
|
|---|
| 412 | <Mappings>
|
|---|
| 413 | <Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|---|
| 414 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 415 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 416 | <Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
|---|
| 417 | <Mapping SourceColumn="OPIS" DataSetColumn="OPIS" />
|
|---|
| 418 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 419 | <Mapping SourceColumn="Brutto" DataSetColumn="Brutto" />
|
|---|
| 420 | <Mapping SourceColumn="EMail" DataSetColumn="EMail" />
|
|---|
| 421 | </Mappings>
|
|---|
| 422 | <Sources>
|
|---|
| 423 | </Sources>
|
|---|
| 424 | </TableAdapter>
|
|---|
| 425 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Premie_LastMonthBezEMailiTableAdapter" GeneratorDataComponentClassName="Premie_LastMonthBezEMailiTableAdapter" Name="Premie_LastMonthBezEMaili" UserDataComponentName="Premie_LastMonthBezEMailiTableAdapter">
|
|---|
| 426 | <MainSource>
|
|---|
| 427 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Premie_LastMonthBezEMaili" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 428 | <SelectCommand>
|
|---|
| 429 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 430 | <CommandText>SELECT ROK, MIESIAC, NAME, EMail FROM dbo.Premie_LastMonthBezEMaili</CommandText>
|
|---|
| 431 | <Parameters>
|
|---|
| 432 | </Parameters>
|
|---|
| 433 | </DbCommand>
|
|---|
| 434 | </SelectCommand>
|
|---|
| 435 | </DbSource>
|
|---|
| 436 | </MainSource>
|
|---|
| 437 | <Mappings>
|
|---|
| 438 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 439 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 440 | <Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
|---|
| 441 | <Mapping SourceColumn="EMail" DataSetColumn="EMail" />
|
|---|
| 442 | </Mappings>
|
|---|
| 443 | <Sources>
|
|---|
| 444 | </Sources>
|
|---|
| 445 | </TableAdapter>
|
|---|
| 446 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PREMIE_MIESIECZNIETableAdapter" GeneratorDataComponentClassName="PREMIE_MIESIECZNIETableAdapter" Name="PREMIE_MIESIECZNIE" UserDataComponentName="PREMIE_MIESIECZNIETableAdapter">
|
|---|
| 447 | <MainSource>
|
|---|
| 448 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.PREMIE_MIESIECZNIE" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 449 | <SelectCommand>
|
|---|
| 450 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 451 | <CommandText>SELECT ROK, MIESIAC, ILOSC, BRUTTO FROM dbo.PREMIE_MIESIECZNIE</CommandText>
|
|---|
| 452 | <Parameters>
|
|---|
| 453 | </Parameters>
|
|---|
| 454 | </DbCommand>
|
|---|
| 455 | </SelectCommand>
|
|---|
| 456 | </DbSource>
|
|---|
| 457 | </MainSource>
|
|---|
| 458 | <Mappings>
|
|---|
| 459 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 460 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 461 | <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
|
|---|
| 462 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 463 | </Mappings>
|
|---|
| 464 | <Sources>
|
|---|
| 465 | </Sources>
|
|---|
| 466 | </TableAdapter>
|
|---|
| 467 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PREMIE_PRACOWNIKTableAdapter" GeneratorDataComponentClassName="PREMIE_PRACOWNIKTableAdapter" Name="PREMIE_PRACOWNIK" UserDataComponentName="PREMIE_PRACOWNIKTableAdapter">
|
|---|
| 468 | <MainSource>
|
|---|
| 469 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.PREMIE_PRACOWNIK" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 470 | <SelectCommand>
|
|---|
| 471 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 472 | <CommandText>SELECT NAME, ILOSC, BRUTTO FROM dbo.PREMIE_PRACOWNIK</CommandText>
|
|---|
| 473 | <Parameters>
|
|---|
| 474 | </Parameters>
|
|---|
| 475 | </DbCommand>
|
|---|
| 476 | </SelectCommand>
|
|---|
| 477 | </DbSource>
|
|---|
| 478 | </MainSource>
|
|---|
| 479 | <Mappings>
|
|---|
| 480 | <Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
|---|
| 481 | <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
|
|---|
| 482 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 483 | </Mappings>
|
|---|
| 484 | <Sources>
|
|---|
| 485 | </Sources>
|
|---|
| 486 | </TableAdapter>
|
|---|
| 487 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PREMIE_ROCZNIETableAdapter" GeneratorDataComponentClassName="PREMIE_ROCZNIETableAdapter" Name="PREMIE_ROCZNIE" UserDataComponentName="PREMIE_ROCZNIETableAdapter">
|
|---|
| 488 | <MainSource>
|
|---|
| 489 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.PREMIE_ROCZNIE" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 490 | <SelectCommand>
|
|---|
| 491 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 492 | <CommandText>SELECT ROK, ILOSC, BRUTTO FROM dbo.PREMIE_ROCZNIE</CommandText>
|
|---|
| 493 | <Parameters>
|
|---|
| 494 | </Parameters>
|
|---|
| 495 | </DbCommand>
|
|---|
| 496 | </SelectCommand>
|
|---|
| 497 | </DbSource>
|
|---|
| 498 | </MainSource>
|
|---|
| 499 | <Mappings>
|
|---|
| 500 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 501 | <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
|
|---|
| 502 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 503 | </Mappings>
|
|---|
| 504 | <Sources>
|
|---|
| 505 | </Sources>
|
|---|
| 506 | </TableAdapter>
|
|---|
| 507 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_CT_PracownicyTableAdapter" GeneratorDataComponentClassName="view_CT_PracownicyTableAdapter" Name="view_CT_Pracownicy" UserDataComponentName="view_CT_PracownicyTableAdapter">
|
|---|
| 508 | <MainSource>
|
|---|
| 509 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_CT_Pracownicy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 510 | <SelectCommand>
|
|---|
| 511 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 512 | <CommandText>SELECT idePracownik, ideKierownik, Idedzial, IdeOddzial, Dzial, Oddzial, SQLLogins, Imie, Nazwisko, KierownikImie, KierownikNazwisko FROM dbo.view_CT_Pracownicy</CommandText>
|
|---|
| 513 | <Parameters>
|
|---|
| 514 | </Parameters>
|
|---|
| 515 | </DbCommand>
|
|---|
| 516 | </SelectCommand>
|
|---|
| 517 | </DbSource>
|
|---|
| 518 | </MainSource>
|
|---|
| 519 | <Mappings>
|
|---|
| 520 | <Mapping SourceColumn="idePracownik" DataSetColumn="idePracownik" />
|
|---|
| 521 | <Mapping SourceColumn="ideKierownik" DataSetColumn="ideKierownik" />
|
|---|
| 522 | <Mapping SourceColumn="Idedzial" DataSetColumn="Idedzial" />
|
|---|
| 523 | <Mapping SourceColumn="IdeOddzial" DataSetColumn="IdeOddzial" />
|
|---|
| 524 | <Mapping SourceColumn="Dzial" DataSetColumn="Dzial" />
|
|---|
| 525 | <Mapping SourceColumn="Oddzial" DataSetColumn="Oddzial" />
|
|---|
| 526 | <Mapping SourceColumn="SQLLogins" DataSetColumn="SQLLogins" />
|
|---|
| 527 | <Mapping SourceColumn="Imie" DataSetColumn="Imie" />
|
|---|
| 528 | <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
|
|---|
| 529 | <Mapping SourceColumn="KierownikImie" DataSetColumn="KierownikImie" />
|
|---|
| 530 | <Mapping SourceColumn="KierownikNazwisko" DataSetColumn="KierownikNazwisko" />
|
|---|
| 531 | </Mappings>
|
|---|
| 532 | <Sources>
|
|---|
| 533 | </Sources>
|
|---|
| 534 | </TableAdapter>
|
|---|
| 535 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_Pracownicy_DzialTableAdapter" GeneratorDataComponentClassName="view_Pracownicy_DzialTableAdapter" Name="view_Pracownicy_Dzial" UserDataComponentName="view_Pracownicy_DzialTableAdapter">
|
|---|
| 536 | <MainSource>
|
|---|
| 537 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_Pracownicy_Dzial" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 538 | <SelectCommand>
|
|---|
| 539 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 540 | <CommandText>SELECT idePracownik, ideKierownik, Idedzial, IdeOddzial FROM dbo.view_Pracownicy_Dzial</CommandText>
|
|---|
| 541 | <Parameters>
|
|---|
| 542 | </Parameters>
|
|---|
| 543 | </DbCommand>
|
|---|
| 544 | </SelectCommand>
|
|---|
| 545 | </DbSource>
|
|---|
| 546 | </MainSource>
|
|---|
| 547 | <Mappings>
|
|---|
| 548 | <Mapping SourceColumn="idePracownik" DataSetColumn="idePracownik" />
|
|---|
| 549 | <Mapping SourceColumn="ideKierownik" DataSetColumn="ideKierownik" />
|
|---|
| 550 | <Mapping SourceColumn="Idedzial" DataSetColumn="Idedzial" />
|
|---|
| 551 | <Mapping SourceColumn="IdeOddzial" DataSetColumn="IdeOddzial" />
|
|---|
| 552 | </Mappings>
|
|---|
| 553 | <Sources>
|
|---|
| 554 | </Sources>
|
|---|
| 555 | </TableAdapter>
|
|---|
| 556 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_Pracownicy_PodwladniTableAdapter" GeneratorDataComponentClassName="view_Pracownicy_PodwladniTableAdapter" Name="view_Pracownicy_Podwladni" UserDataComponentName="view_Pracownicy_PodwladniTableAdapter">
|
|---|
| 557 | <MainSource>
|
|---|
| 558 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_Pracownicy_Podwladni" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 559 | <SelectCommand>
|
|---|
| 560 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 561 | <CommandText>SELECT IdePracownik, IdeKierownik, ideDzial, ideOddzial FROM dbo.view_Pracownicy_Podwladni</CommandText>
|
|---|
| 562 | <Parameters>
|
|---|
| 563 | </Parameters>
|
|---|
| 564 | </DbCommand>
|
|---|
| 565 | </SelectCommand>
|
|---|
| 566 | </DbSource>
|
|---|
| 567 | </MainSource>
|
|---|
| 568 | <Mappings>
|
|---|
| 569 | <Mapping SourceColumn="IdePracownik" DataSetColumn="IdePracownik" />
|
|---|
| 570 | <Mapping SourceColumn="IdeKierownik" DataSetColumn="IdeKierownik" />
|
|---|
| 571 | <Mapping SourceColumn="ideDzial" DataSetColumn="ideDzial" />
|
|---|
| 572 | <Mapping SourceColumn="ideOddzial" DataSetColumn="ideOddzial" />
|
|---|
| 573 | </Mappings>
|
|---|
| 574 | <Sources>
|
|---|
| 575 | </Sources>
|
|---|
| 576 | </TableAdapter>
|
|---|
| 577 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_Pracownicy_WpisaniTableAdapter" GeneratorDataComponentClassName="view_Pracownicy_WpisaniTableAdapter" Name="view_Pracownicy_Wpisani" UserDataComponentName="view_Pracownicy_WpisaniTableAdapter">
|
|---|
| 578 | <MainSource>
|
|---|
| 579 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_Pracownicy_Wpisani" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 580 | <SelectCommand>
|
|---|
| 581 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 582 | <CommandText>SELECT idePracownik, ideKierownik, ideDzial, ideOddzial FROM dbo.view_Pracownicy_Wpisani</CommandText>
|
|---|
| 583 | <Parameters>
|
|---|
| 584 | </Parameters>
|
|---|
| 585 | </DbCommand>
|
|---|
| 586 | </SelectCommand>
|
|---|
| 587 | </DbSource>
|
|---|
| 588 | </MainSource>
|
|---|
| 589 | <Mappings>
|
|---|
| 590 | <Mapping SourceColumn="idePracownik" DataSetColumn="idePracownik" />
|
|---|
| 591 | <Mapping SourceColumn="ideKierownik" DataSetColumn="ideKierownik" />
|
|---|
| 592 | <Mapping SourceColumn="ideDzial" DataSetColumn="ideDzial" />
|
|---|
| 593 | <Mapping SourceColumn="ideOddzial" DataSetColumn="ideOddzial" />
|
|---|
| 594 | </Mappings>
|
|---|
| 595 | <Sources>
|
|---|
| 596 | </Sources>
|
|---|
| 597 | </TableAdapter>
|
|---|
| 598 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_Pracownicy_WszyscyTableAdapter" GeneratorDataComponentClassName="view_Pracownicy_WszyscyTableAdapter" Name="view_Pracownicy_Wszyscy" UserDataComponentName="view_Pracownicy_WszyscyTableAdapter">
|
|---|
| 599 | <MainSource>
|
|---|
| 600 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_Pracownicy_Wszyscy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 601 | <SelectCommand>
|
|---|
| 602 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 603 | <CommandText>SELECT idePracownik, ideKierownik, Idedzial, IdeOddzial FROM dbo.view_Pracownicy_Wszyscy</CommandText>
|
|---|
| 604 | <Parameters>
|
|---|
| 605 | </Parameters>
|
|---|
| 606 | </DbCommand>
|
|---|
| 607 | </SelectCommand>
|
|---|
| 608 | </DbSource>
|
|---|
| 609 | </MainSource>
|
|---|
| 610 | <Mappings>
|
|---|
| 611 | <Mapping SourceColumn="idePracownik" DataSetColumn="idePracownik" />
|
|---|
| 612 | <Mapping SourceColumn="ideKierownik" DataSetColumn="ideKierownik" />
|
|---|
| 613 | <Mapping SourceColumn="Idedzial" DataSetColumn="Idedzial" />
|
|---|
| 614 | <Mapping SourceColumn="IdeOddzial" DataSetColumn="IdeOddzial" />
|
|---|
| 615 | </Mappings>
|
|---|
| 616 | <Sources>
|
|---|
| 617 | </Sources>
|
|---|
| 618 | </TableAdapter>
|
|---|
| 619 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_Pracownicy_Wszyscy_With_NameTableAdapter" GeneratorDataComponentClassName="view_Pracownicy_Wszyscy_With_NameTableAdapter" Name="view_Pracownicy_Wszyscy_With_Name" UserDataComponentName="view_Pracownicy_Wszyscy_With_NameTableAdapter">
|
|---|
| 620 | <MainSource>
|
|---|
| 621 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.view_Pracownicy_Wszyscy_With_Name" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 622 | <SelectCommand>
|
|---|
| 623 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 624 | <CommandText>SELECT idePracownik, ideKierownik, name FROM dbo.view_Pracownicy_Wszyscy_With_Name</CommandText>
|
|---|
| 625 | <Parameters>
|
|---|
| 626 | </Parameters>
|
|---|
| 627 | </DbCommand>
|
|---|
| 628 | </SelectCommand>
|
|---|
| 629 | </DbSource>
|
|---|
| 630 | </MainSource>
|
|---|
| 631 | <Mappings>
|
|---|
| 632 | <Mapping SourceColumn="idePracownik" DataSetColumn="idePracownik" />
|
|---|
| 633 | <Mapping SourceColumn="ideKierownik" DataSetColumn="ideKierownik" />
|
|---|
| 634 | <Mapping SourceColumn="name" DataSetColumn="name" />
|
|---|
| 635 | </Mappings>
|
|---|
| 636 | <Sources>
|
|---|
| 637 | </Sources>
|
|---|
| 638 | </TableAdapter>
|
|---|
| 639 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Interface_Pracownicy2TableAdapter" GeneratorDataComponentClassName="Interface_Pracownicy2TableAdapter" Name="Interface_Pracownicy2" UserDataComponentName="Interface_Pracownicy2TableAdapter">
|
|---|
| 640 | <MainSource>
|
|---|
| 641 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Interface_Pracownicy2" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 642 | <SelectCommand>
|
|---|
| 643 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 644 | <CommandText>SELECT IDEPracownika, NAME
|
|---|
| 645 | FROM Interface_Pracownicy2
|
|---|
| 646 | ORDER BY NAME</CommandText>
|
|---|
| 647 | <Parameters>
|
|---|
| 648 | </Parameters>
|
|---|
| 649 | </DbCommand>
|
|---|
| 650 | </SelectCommand>
|
|---|
| 651 | </DbSource>
|
|---|
| 652 | </MainSource>
|
|---|
| 653 | <Mappings>
|
|---|
| 654 | <Mapping SourceColumn="IDEPracownika" DataSetColumn="IDEPracownika" />
|
|---|
| 655 | <Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
|---|
| 656 | </Mappings>
|
|---|
| 657 | <Sources>
|
|---|
| 658 | </Sources>
|
|---|
| 659 | </TableAdapter>
|
|---|
| 660 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WspolczynnikiTableAdapter" GeneratorDataComponentClassName="WspolczynnikiTableAdapter" Name="Wspolczynniki" UserDataComponentName="WspolczynnikiTableAdapter">
|
|---|
| 661 | <MainSource>
|
|---|
| 662 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Wspolczynniki" 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="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|---|
| 663 | <DeleteCommand>
|
|---|
| 664 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 665 | <CommandText>DELETE FROM [Wspolczynniki] WHERE (([IDE] = @Original_IDE))</CommandText>
|
|---|
| 666 | <Parameters>
|
|---|
| 667 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 668 | </Parameter>
|
|---|
| 669 | </Parameters>
|
|---|
| 670 | </DbCommand>
|
|---|
| 671 | </DeleteCommand>
|
|---|
| 672 | <InsertCommand>
|
|---|
| 673 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 674 | <CommandText>INSERT INTO [Wspolczynniki] ([data], [emerytalne], [rentowe], [chorobowe], [zdrowotne1], [zdrowotne2], [podatek]) VALUES (@data, @emerytalne, @rentowe, @chorobowe, @zdrowotne1, @zdrowotne2, @podatek);
|
|---|
| 675 | SELECT IDE, data, emerytalne, rentowe, chorobowe, zdrowotne1, zdrowotne2, podatek FROM Wspolczynniki WHERE (IDE = SCOPE_IDENTITY()) ORDER BY data DESC</CommandText>
|
|---|
| 676 | <Parameters>
|
|---|
| 677 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="data" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 678 | </Parameter>
|
|---|
| 679 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@emerytalne" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="emerytalne" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 680 | </Parameter>
|
|---|
| 681 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@rentowe" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="rentowe" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 682 | </Parameter>
|
|---|
| 683 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@chorobowe" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="chorobowe" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 684 | </Parameter>
|
|---|
| 685 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@zdrowotne1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="zdrowotne1" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 686 | </Parameter>
|
|---|
| 687 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@zdrowotne2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="zdrowotne2" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 688 | </Parameter>
|
|---|
| 689 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@podatek" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="podatek" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 690 | </Parameter>
|
|---|
| 691 | </Parameters>
|
|---|
| 692 | </DbCommand>
|
|---|
| 693 | </InsertCommand>
|
|---|
| 694 | <SelectCommand>
|
|---|
| 695 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 696 | <CommandText>SELECT IDE, data, emerytalne, rentowe, chorobowe, zdrowotne1, zdrowotne2, podatek
|
|---|
| 697 | FROM Wspolczynniki
|
|---|
| 698 | ORDER BY data DESC</CommandText>
|
|---|
| 699 | <Parameters>
|
|---|
| 700 | </Parameters>
|
|---|
| 701 | </DbCommand>
|
|---|
| 702 | </SelectCommand>
|
|---|
| 703 | <UpdateCommand>
|
|---|
| 704 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 705 | <CommandText>UPDATE [Wspolczynniki] SET [data] = @data, [emerytalne] = @emerytalne, [rentowe] = @rentowe, [chorobowe] = @chorobowe, [zdrowotne1] = @zdrowotne1, [zdrowotne2] = @zdrowotne2, [podatek] = @podatek WHERE (([IDE] = @Original_IDE));
|
|---|
| 706 | SELECT IDE, data, emerytalne, rentowe, chorobowe, zdrowotne1, zdrowotne2, podatek FROM Wspolczynniki WHERE (IDE = @IDE) ORDER BY data DESC</CommandText>
|
|---|
| 707 | <Parameters>
|
|---|
| 708 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="data" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 709 | </Parameter>
|
|---|
| 710 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@emerytalne" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="emerytalne" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 711 | </Parameter>
|
|---|
| 712 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@rentowe" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="rentowe" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 713 | </Parameter>
|
|---|
| 714 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@chorobowe" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="chorobowe" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 715 | </Parameter>
|
|---|
| 716 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@zdrowotne1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="zdrowotne1" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 717 | </Parameter>
|
|---|
| 718 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@zdrowotne2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="zdrowotne2" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 719 | </Parameter>
|
|---|
| 720 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@podatek" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="podatek" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 721 | </Parameter>
|
|---|
| 722 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 723 | </Parameter>
|
|---|
| 724 | <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="PREMIE.dbo.Wspolczynniki" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 725 | </Parameter>
|
|---|
| 726 | </Parameters>
|
|---|
| 727 | </DbCommand>
|
|---|
| 728 | </UpdateCommand>
|
|---|
| 729 | </DbSource>
|
|---|
| 730 | </MainSource>
|
|---|
| 731 | <Mappings>
|
|---|
| 732 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 733 | <Mapping SourceColumn="data" DataSetColumn="data" />
|
|---|
| 734 | <Mapping SourceColumn="emerytalne" DataSetColumn="emerytalne" />
|
|---|
| 735 | <Mapping SourceColumn="rentowe" DataSetColumn="rentowe" />
|
|---|
| 736 | <Mapping SourceColumn="chorobowe" DataSetColumn="chorobowe" />
|
|---|
| 737 | <Mapping SourceColumn="zdrowotne1" DataSetColumn="zdrowotne1" />
|
|---|
| 738 | <Mapping SourceColumn="zdrowotne2" DataSetColumn="zdrowotne2" />
|
|---|
| 739 | <Mapping SourceColumn="podatek" DataSetColumn="podatek" />
|
|---|
| 740 | </Mappings>
|
|---|
| 741 | <Sources>
|
|---|
| 742 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Wspolczynniki" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByLatest" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByLatest" GeneratorSourceName="FillByLatest" GetMethodModifier="Public" GetMethodName="GetDataByLatest" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByLatest" UserSourceName="FillByLatest">
|
|---|
| 743 | <SelectCommand>
|
|---|
| 744 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 745 | <CommandText>SELECT TOP 1 IDE, chorobowe, data, emerytalne, podatek, rentowe, zdrowotne1, zdrowotne2 FROM Wspolczynniki ORDER BY data DESC</CommandText>
|
|---|
| 746 | <Parameters>
|
|---|
| 747 | </Parameters>
|
|---|
| 748 | </DbCommand>
|
|---|
| 749 | </SelectCommand>
|
|---|
| 750 | </DbSource>
|
|---|
| 751 | </Sources>
|
|---|
| 752 | </TableAdapter>
|
|---|
| 753 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UsersTableAdapter" GeneratorDataComponentClassName="UsersTableAdapter" Name="Users" UserDataComponentName="UsersTableAdapter">
|
|---|
| 754 | <MainSource>
|
|---|
| 755 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Users" 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="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|---|
| 756 | <DeleteCommand>
|
|---|
| 757 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 758 | <CommandText>DELETE FROM [Users] WHERE (([IDE] = @Original_IDE))</CommandText>
|
|---|
| 759 | <Parameters>
|
|---|
| 760 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 761 | </Parameter>
|
|---|
| 762 | </Parameters>
|
|---|
| 763 | </DbCommand>
|
|---|
| 764 | </DeleteCommand>
|
|---|
| 765 | <InsertCommand>
|
|---|
| 766 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 767 | <CommandText>INSERT INTO [Users] ([Login], [IDEPracownik], [IDEGrupa]) VALUES (@Login, @IDEPracownik, @IDEGrupa);
|
|---|
| 768 | SELECT IDE, Login, IDEPracownik, IDEGrupa FROM Users WHERE (IDE = SCOPE_IDENTITY())</CommandText>
|
|---|
| 769 | <Parameters>
|
|---|
| 770 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Login" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Login" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 771 | </Parameter>
|
|---|
| 772 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEPracownik" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEPracownik" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 773 | </Parameter>
|
|---|
| 774 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEGrupa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 775 | </Parameter>
|
|---|
| 776 | </Parameters>
|
|---|
| 777 | </DbCommand>
|
|---|
| 778 | </InsertCommand>
|
|---|
| 779 | <SelectCommand>
|
|---|
| 780 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 781 | <CommandText>SELECT Users.*
|
|---|
| 782 | FROM Users</CommandText>
|
|---|
| 783 | <Parameters>
|
|---|
| 784 | </Parameters>
|
|---|
| 785 | </DbCommand>
|
|---|
| 786 | </SelectCommand>
|
|---|
| 787 | <UpdateCommand>
|
|---|
| 788 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 789 | <CommandText>UPDATE [Users] SET [Login] = @Login, [IDEPracownik] = @IDEPracownik, [IDEGrupa] = @IDEGrupa WHERE (([IDE] = @Original_IDE));
|
|---|
| 790 | SELECT IDE, Login, IDEPracownik, IDEGrupa FROM Users WHERE (IDE = @IDE)</CommandText>
|
|---|
| 791 | <Parameters>
|
|---|
| 792 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Login" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Login" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 793 | </Parameter>
|
|---|
| 794 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEPracownik" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEPracownik" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 795 | </Parameter>
|
|---|
| 796 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEGrupa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 797 | </Parameter>
|
|---|
| 798 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 799 | </Parameter>
|
|---|
| 800 | <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="PREMIE.dbo.Users" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 801 | </Parameter>
|
|---|
| 802 | </Parameters>
|
|---|
| 803 | </DbCommand>
|
|---|
| 804 | </UpdateCommand>
|
|---|
| 805 | </DbSource>
|
|---|
| 806 | </MainSource>
|
|---|
| 807 | <Mappings>
|
|---|
| 808 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 809 | <Mapping SourceColumn="Login" DataSetColumn="Login" />
|
|---|
| 810 | <Mapping SourceColumn="IDEPracownik" DataSetColumn="IDEPracownik" />
|
|---|
| 811 | <Mapping SourceColumn="IDEGrupa" DataSetColumn="IDEGrupa" />
|
|---|
| 812 | </Mappings>
|
|---|
| 813 | <Sources>
|
|---|
| 814 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDEPracownik" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDEPracownik" GeneratorSourceName="FillByIDEPracownik" GetMethodModifier="Public" GetMethodName="GetDataByIDEPracownik" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDEPracownik" UserSourceName="FillByIDEPracownik">
|
|---|
| 815 | <SelectCommand>
|
|---|
| 816 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 817 | <CommandText>SELECT Users.*
|
|---|
| 818 | FROM Users Where IDEPracownik=@param</CommandText>
|
|---|
| 819 | <Parameters>
|
|---|
| 820 | <Parameter AllowDbNull="True" AutogeneratedName="param" ColumnName="IDEPracownik" DataSourceName="PREMIE.dbo.Users" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDEPracownik" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 821 | </Parameter>
|
|---|
| 822 | </Parameters>
|
|---|
| 823 | </DbCommand>
|
|---|
| 824 | </SelectCommand>
|
|---|
| 825 | </DbSource>
|
|---|
| 826 | </Sources>
|
|---|
| 827 | </TableAdapter>
|
|---|
| 828 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GrupyTableAdapter" GeneratorDataComponentClassName="GrupyTableAdapter" Name="Grupy" UserDataComponentName="GrupyTableAdapter">
|
|---|
| 829 | <MainSource>
|
|---|
| 830 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Grupy" 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="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|---|
| 831 | <DeleteCommand>
|
|---|
| 832 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 833 | <CommandText>DELETE FROM [Grupy] WHERE (([IDE] = @Original_IDE))</CommandText>
|
|---|
| 834 | <Parameters>
|
|---|
| 835 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 836 | </Parameter>
|
|---|
| 837 | </Parameters>
|
|---|
| 838 | </DbCommand>
|
|---|
| 839 | </DeleteCommand>
|
|---|
| 840 | <InsertCommand>
|
|---|
| 841 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 842 | <CommandText>INSERT INTO [Grupy] ([NazwaGrupy]) VALUES (@NazwaGrupy);
|
|---|
| 843 | SELECT IDE, NazwaGrupy FROM Grupy WHERE (IDE = SCOPE_IDENTITY())</CommandText>
|
|---|
| 844 | <Parameters>
|
|---|
| 845 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NazwaGrupy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NazwaGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 846 | </Parameter>
|
|---|
| 847 | </Parameters>
|
|---|
| 848 | </DbCommand>
|
|---|
| 849 | </InsertCommand>
|
|---|
| 850 | <SelectCommand>
|
|---|
| 851 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 852 | <CommandText>SELECT Grupy.*
|
|---|
| 853 | FROM Grupy</CommandText>
|
|---|
| 854 | <Parameters>
|
|---|
| 855 | </Parameters>
|
|---|
| 856 | </DbCommand>
|
|---|
| 857 | </SelectCommand>
|
|---|
| 858 | <UpdateCommand>
|
|---|
| 859 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 860 | <CommandText>UPDATE [Grupy] SET [NazwaGrupy] = @NazwaGrupy WHERE (([IDE] = @Original_IDE));
|
|---|
| 861 | SELECT IDE, NazwaGrupy FROM Grupy WHERE (IDE = @IDE)</CommandText>
|
|---|
| 862 | <Parameters>
|
|---|
| 863 | <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NazwaGrupy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NazwaGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 864 | </Parameter>
|
|---|
| 865 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 866 | </Parameter>
|
|---|
| 867 | <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="PREMIE.dbo.Grupy" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 868 | </Parameter>
|
|---|
| 869 | </Parameters>
|
|---|
| 870 | </DbCommand>
|
|---|
| 871 | </UpdateCommand>
|
|---|
| 872 | </DbSource>
|
|---|
| 873 | </MainSource>
|
|---|
| 874 | <Mappings>
|
|---|
| 875 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 876 | <Mapping SourceColumn="NazwaGrupy" DataSetColumn="NazwaGrupy" />
|
|---|
| 877 | </Mappings>
|
|---|
| 878 | <Sources>
|
|---|
| 879 | </Sources>
|
|---|
| 880 | </TableAdapter>
|
|---|
| 881 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DzialyTableAdapter" GeneratorDataComponentClassName="DzialyTableAdapter" Name="Dzialy" UserDataComponentName="DzialyTableAdapter">
|
|---|
| 882 | <MainSource>
|
|---|
| 883 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Dzialy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" 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">
|
|---|
| 884 | <SelectCommand>
|
|---|
| 885 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 886 | <CommandText>SELECT IDE, Dzial, Opis, Roz, For_WWW
|
|---|
| 887 | FROM Dzialy
|
|---|
| 888 | ORDER BY Dzial</CommandText>
|
|---|
| 889 | <Parameters>
|
|---|
| 890 | </Parameters>
|
|---|
| 891 | </DbCommand>
|
|---|
| 892 | </SelectCommand>
|
|---|
| 893 | </DbSource>
|
|---|
| 894 | </MainSource>
|
|---|
| 895 | <Mappings>
|
|---|
| 896 | <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
|
|---|
| 897 | <Mapping SourceColumn="Dzial" DataSetColumn="Dzial" />
|
|---|
| 898 | <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
|
|---|
| 899 | <Mapping SourceColumn="Roz" DataSetColumn="Roz" />
|
|---|
| 900 | <Mapping SourceColumn="For_WWW" DataSetColumn="For_WWW" />
|
|---|
| 901 | </Mappings>
|
|---|
| 902 | <Sources>
|
|---|
| 903 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.Dzialy" DbObjectType="View" FillMethodModifier="Public" FillMethodName="FillByIDEGrupy" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDEGrupy" GeneratorSourceName="FillByIDEGrupy" GetMethodModifier="Public" GetMethodName="GetDataByIDEGrupy" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDEGrupy" UserSourceName="FillByIDEGrupy">
|
|---|
| 904 | <SelectCommand>
|
|---|
| 905 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 906 | <CommandText>SELECT Dzialy.Dzial, Dzialy.For_WWW, Dzialy.IDE, Dzialy.Opis, Dzialy.Roz FROM Dzialy LEFT OUTER JOIN GrupaDzial ON Dzialy.IDE = GrupaDzial.IDEDzial WHERE (GrupaDzial.IDEGrupy = @param) ORDER BY Dzialy.Dzial</CommandText>
|
|---|
| 907 | <Parameters>
|
|---|
| 908 | <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDEGrupy" DataSourceName="PREMIE.dbo.GrupaDzial" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 909 | </Parameter>
|
|---|
| 910 | </Parameters>
|
|---|
| 911 | </DbCommand>
|
|---|
| 912 | </SelectCommand>
|
|---|
| 913 | </DbSource>
|
|---|
| 914 | </Sources>
|
|---|
| 915 | </TableAdapter>
|
|---|
| 916 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GrupaDzialTableAdapter" GeneratorDataComponentClassName="GrupaDzialTableAdapter" Name="GrupaDzial" UserDataComponentName="GrupaDzialTableAdapter">
|
|---|
| 917 | <MainSource>
|
|---|
| 918 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.GrupaDzial" 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">
|
|---|
| 919 | <DeleteCommand>
|
|---|
| 920 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 921 | <CommandText>DELETE FROM [GrupaDzial] WHERE (([IDEGrupy] = @Original_IDEGrupy) AND ([IDEDzial] = @Original_IDEDzial))</CommandText>
|
|---|
| 922 | <Parameters>
|
|---|
| 923 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEGrupy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 924 | </Parameter>
|
|---|
| 925 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 926 | </Parameter>
|
|---|
| 927 | </Parameters>
|
|---|
| 928 | </DbCommand>
|
|---|
| 929 | </DeleteCommand>
|
|---|
| 930 | <InsertCommand>
|
|---|
| 931 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 932 | <CommandText>INSERT INTO [GrupaDzial] ([IDEGrupy], [IDEDzial]) VALUES (@IDEGrupy, @IDEDzial);
|
|---|
| 933 | SELECT IDEGrupy, IDEDzial FROM GrupaDzial WHERE (IDEDzial = @IDEDzial) AND (IDEGrupy = @IDEGrupy)</CommandText>
|
|---|
| 934 | <Parameters>
|
|---|
| 935 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEGrupy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 936 | </Parameter>
|
|---|
| 937 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 938 | </Parameter>
|
|---|
| 939 | </Parameters>
|
|---|
| 940 | </DbCommand>
|
|---|
| 941 | </InsertCommand>
|
|---|
| 942 | <SelectCommand>
|
|---|
| 943 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 944 | <CommandText>SELECT GrupaDzial.*
|
|---|
| 945 | FROM GrupaDzial</CommandText>
|
|---|
| 946 | <Parameters>
|
|---|
| 947 | </Parameters>
|
|---|
| 948 | </DbCommand>
|
|---|
| 949 | </SelectCommand>
|
|---|
| 950 | <UpdateCommand>
|
|---|
| 951 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 952 | <CommandText>UPDATE [GrupaDzial] SET [IDEGrupy] = @IDEGrupy, [IDEDzial] = @IDEDzial WHERE (([IDEGrupy] = @Original_IDEGrupy) AND ([IDEDzial] = @Original_IDEDzial));
|
|---|
| 953 | SELECT IDEGrupy, IDEDzial FROM GrupaDzial WHERE (IDEDzial = @IDEDzial) AND (IDEGrupy = @IDEGrupy)</CommandText>
|
|---|
| 954 | <Parameters>
|
|---|
| 955 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEGrupy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 956 | </Parameter>
|
|---|
| 957 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 958 | </Parameter>
|
|---|
| 959 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEGrupy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 960 | </Parameter>
|
|---|
| 961 | <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Original">
|
|---|
| 962 | </Parameter>
|
|---|
| 963 | </Parameters>
|
|---|
| 964 | </DbCommand>
|
|---|
| 965 | </UpdateCommand>
|
|---|
| 966 | </DbSource>
|
|---|
| 967 | </MainSource>
|
|---|
| 968 | <Mappings>
|
|---|
| 969 | <Mapping SourceColumn="IDEGrupy" DataSetColumn="IDEGrupy" />
|
|---|
| 970 | <Mapping SourceColumn="IDEDzial" DataSetColumn="IDEDzial" />
|
|---|
| 971 | </Mappings>
|
|---|
| 972 | <Sources>
|
|---|
| 973 | <DbSource ConnectionRef="PREMIEConnectionString (Settings)" DbObjectName="PREMIE.dbo.GrupaDzial" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDEGrupy" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDEGrupy" GeneratorSourceName="FillByIDEGrupy" GetMethodModifier="Public" GetMethodName="GetDataByIDEGrupy" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDEGrupy" UserSourceName="FillByIDEGrupy">
|
|---|
| 974 | <SelectCommand>
|
|---|
| 975 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 976 | <CommandText>SELECT GrupaDzial.*
|
|---|
| 977 | FROM GrupaDzial where IDEGrupy=@param</CommandText>
|
|---|
| 978 | <Parameters>
|
|---|
| 979 | <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDEGrupy" DataSourceName="PREMIE.dbo.GrupaDzial" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDEGrupy" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 980 | </Parameter>
|
|---|
| 981 | </Parameters>
|
|---|
| 982 | </DbCommand>
|
|---|
| 983 | </SelectCommand>
|
|---|
| 984 | </DbSource>
|
|---|
| 985 | </Sources>
|
|---|
| 986 | </TableAdapter>
|
|---|
| 987 | </Tables>
|
|---|
| 988 | <Sources>
|
|---|
| 989 | </Sources>
|
|---|
| 990 | </DataSource>
|
|---|
| 991 | </xs:appinfo>
|
|---|
| 992 | </xs:annotation>
|
|---|
| 993 | <xs:element name="PREMIEDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="PREMIEDataSet" msprop:Generator_DataSetName="PREMIEDataSet">
|
|---|
| 994 | <xs:complexType>
|
|---|
| 995 | <xs:choice minOccurs="0" maxOccurs="unbounded">
|
|---|
| 996 | <xs:element name="EMailsBody" msprop:Generator_UserTableName="EMailsBody" msprop:Generator_RowDeletedName="EMailsBodyRowDeleted" msprop:Generator_RowChangedName="EMailsBodyRowChanged" msprop:Generator_RowClassName="EMailsBodyRow" msprop:Generator_RowChangingName="EMailsBodyRowChanging" msprop:Generator_RowEvArgName="EMailsBodyRowChangeEvent" msprop:Generator_RowEvHandlerName="EMailsBodyRowChangeEventHandler" msprop:Generator_TableClassName="EMailsBodyDataTable" msprop:Generator_TableVarName="tableEMailsBody" msprop:Generator_RowDeletingName="EMailsBodyRowDeleting" msprop:Generator_TablePropName="EMailsBody">
|
|---|
| 997 | <xs:complexType>
|
|---|
| 998 | <xs:sequence>
|
|---|
| 999 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1000 | <xs:element name="Od" msprop:Generator_UserColumnName="Od" msprop:Generator_ColumnPropNameInRow="Od" msprop:Generator_ColumnVarNameInTable="columnOd" msprop:Generator_ColumnPropNameInTable="OdColumn" minOccurs="0">
|
|---|
| 1001 | <xs:simpleType>
|
|---|
| 1002 | <xs:restriction base="xs:string">
|
|---|
| 1003 | <xs:maxLength value="200" />
|
|---|
| 1004 | </xs:restriction>
|
|---|
| 1005 | </xs:simpleType>
|
|---|
| 1006 | </xs:element>
|
|---|
| 1007 | <xs:element name="Temat" msprop:Generator_UserColumnName="Temat" msprop:Generator_ColumnPropNameInRow="Temat" msprop:Generator_ColumnVarNameInTable="columnTemat" msprop:Generator_ColumnPropNameInTable="TematColumn" minOccurs="0">
|
|---|
| 1008 | <xs:simpleType>
|
|---|
| 1009 | <xs:restriction base="xs:string">
|
|---|
| 1010 | <xs:maxLength value="200" />
|
|---|
| 1011 | </xs:restriction>
|
|---|
| 1012 | </xs:simpleType>
|
|---|
| 1013 | </xs:element>
|
|---|
| 1014 | <xs:element name="Body" msprop:Generator_UserColumnName="Body" msprop:Generator_ColumnPropNameInRow="Body" msprop:Generator_ColumnVarNameInTable="columnBody" msprop:Generator_ColumnPropNameInTable="BodyColumn" minOccurs="0">
|
|---|
| 1015 | <xs:simpleType>
|
|---|
| 1016 | <xs:restriction base="xs:string">
|
|---|
| 1017 | <xs:maxLength value="1073741823" />
|
|---|
| 1018 | </xs:restriction>
|
|---|
| 1019 | </xs:simpleType>
|
|---|
| 1020 | </xs:element>
|
|---|
| 1021 | <xs:element name="TematBad" msprop:Generator_UserColumnName="TematBad" msprop:Generator_ColumnPropNameInRow="TematBad" msprop:Generator_ColumnVarNameInTable="columnTematBad" msprop:Generator_ColumnPropNameInTable="TematBadColumn" minOccurs="0">
|
|---|
| 1022 | <xs:simpleType>
|
|---|
| 1023 | <xs:restriction base="xs:string">
|
|---|
| 1024 | <xs:maxLength value="200" />
|
|---|
| 1025 | </xs:restriction>
|
|---|
| 1026 | </xs:simpleType>
|
|---|
| 1027 | </xs:element>
|
|---|
| 1028 | <xs:element name="BodyBad" msprop:Generator_UserColumnName="BodyBad" msprop:Generator_ColumnPropNameInRow="BodyBad" msprop:Generator_ColumnVarNameInTable="columnBodyBad" msprop:Generator_ColumnPropNameInTable="BodyBadColumn" minOccurs="0">
|
|---|
| 1029 | <xs:simpleType>
|
|---|
| 1030 | <xs:restriction base="xs:string">
|
|---|
| 1031 | <xs:maxLength value="1073741823" />
|
|---|
| 1032 | </xs:restriction>
|
|---|
| 1033 | </xs:simpleType>
|
|---|
| 1034 | </xs:element>
|
|---|
| 1035 | </xs:sequence>
|
|---|
| 1036 | </xs:complexType>
|
|---|
| 1037 | </xs:element>
|
|---|
| 1038 | <xs:element name="LOGOS" msprop:Generator_UserTableName="LOGOS" msprop:Generator_RowDeletedName="LOGOSRowDeleted" msprop:Generator_RowChangedName="LOGOSRowChanged" msprop:Generator_RowClassName="LOGOSRow" msprop:Generator_RowChangingName="LOGOSRowChanging" msprop:Generator_RowEvArgName="LOGOSRowChangeEvent" msprop:Generator_RowEvHandlerName="LOGOSRowChangeEventHandler" msprop:Generator_TableClassName="LOGOSDataTable" msprop:Generator_TableVarName="tableLOGOS" msprop:Generator_RowDeletingName="LOGOSRowDeleting" msprop:Generator_TablePropName="LOGOS">
|
|---|
| 1039 | <xs:complexType>
|
|---|
| 1040 | <xs:sequence>
|
|---|
| 1041 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1042 | <xs:element name="LogoGS" msprop:Generator_UserColumnName="LogoGS" msprop:Generator_ColumnPropNameInRow="LogoGS" msprop:Generator_ColumnVarNameInTable="columnLogoGS" msprop:Generator_ColumnPropNameInTable="LogoGSColumn" type="xs:base64Binary" minOccurs="0" />
|
|---|
| 1043 | <xs:element name="LogoAMT" msprop:Generator_UserColumnName="LogoAMT" msprop:Generator_ColumnPropNameInRow="LogoAMT" msprop:Generator_ColumnVarNameInTable="columnLogoAMT" msprop:Generator_ColumnPropNameInTable="LogoAMTColumn" type="xs:base64Binary" minOccurs="0" />
|
|---|
| 1044 | </xs:sequence>
|
|---|
| 1045 | </xs:complexType>
|
|---|
| 1046 | </xs:element>
|
|---|
| 1047 | <xs:element name="PREMIE2" msprop:Generator_UserTableName="PREMIE2" msprop:Generator_RowDeletedName="PREMIE2RowDeleted" msprop:Generator_RowChangedName="PREMIE2RowChanged" msprop:Generator_RowClassName="PREMIE2Row" msprop:Generator_RowChangingName="PREMIE2RowChanging" msprop:Generator_RowEvArgName="PREMIE2RowChangeEvent" msprop:Generator_RowEvHandlerName="PREMIE2RowChangeEventHandler" msprop:Generator_TableClassName="PREMIE2DataTable" msprop:Generator_TableVarName="tablePREMIE2" msprop:Generator_RowDeletingName="PREMIE2RowDeleting" msprop:Generator_TablePropName="PREMIE2">
|
|---|
| 1048 | <xs:complexType>
|
|---|
| 1049 | <xs:sequence>
|
|---|
| 1050 | <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
|
|---|
| 1051 | <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1052 | <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1053 | <xs:element name="NAME" msprop:Generator_UserColumnName="NAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" minOccurs="0">
|
|---|
| 1054 | <xs:simpleType>
|
|---|
| 1055 | <xs:restriction base="xs:string">
|
|---|
| 1056 | <xs:maxLength value="255" />
|
|---|
| 1057 | </xs:restriction>
|
|---|
| 1058 | </xs:simpleType>
|
|---|
| 1059 | </xs:element>
|
|---|
| 1060 | <xs:element name="DZIAL" msprop:Generator_UserColumnName="DZIAL" msprop:Generator_ColumnPropNameInRow="DZIAL" msprop:Generator_ColumnVarNameInTable="columnDZIAL" msprop:Generator_ColumnPropNameInTable="DZIALColumn" minOccurs="0">
|
|---|
| 1061 | <xs:simpleType>
|
|---|
| 1062 | <xs:restriction base="xs:string">
|
|---|
| 1063 | <xs:maxLength value="255" />
|
|---|
| 1064 | </xs:restriction>
|
|---|
| 1065 | </xs:simpleType>
|
|---|
| 1066 | </xs:element>
|
|---|
| 1067 | <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
|
|---|
| 1068 | <xs:simpleType>
|
|---|
| 1069 | <xs:restriction base="xs:string">
|
|---|
| 1070 | <xs:maxLength value="255" />
|
|---|
| 1071 | </xs:restriction>
|
|---|
| 1072 | </xs:simpleType>
|
|---|
| 1073 | </xs:element>
|
|---|
| 1074 | <xs:element name="IL" msprop:Generator_UserColumnName="IL" msprop:Generator_ColumnPropNameInRow="IL" msprop:Generator_ColumnVarNameInTable="columnIL" msprop:Generator_ColumnPropNameInTable="ILColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1075 | <xs:element name="WYCENA" msprop:Generator_UserColumnName="WYCENA" msprop:Generator_ColumnPropNameInRow="WYCENA" msprop:Generator_ColumnVarNameInTable="columnWYCENA" msprop:Generator_ColumnPropNameInTable="WYCENAColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1076 | <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1077 | <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1078 | <xs:element name="BB" msprop:Generator_UserColumnName="BB" msprop:Generator_ColumnPropNameInRow="BB" msprop:Generator_ColumnVarNameInTable="columnBB" msprop:Generator_ColumnPropNameInTable="BBColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1079 | <xs:element name="data_wprowadzenia" msprop:Generator_UserColumnName="data_wprowadzenia" msprop:Generator_ColumnPropNameInRow="data_wprowadzenia" msprop:Generator_ColumnVarNameInTable="columndata_wprowadzenia" msprop:Generator_ColumnPropNameInTable="data_wprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />
|
|---|
| 1080 | <xs:element name="wprowadzil" msprop:Generator_UserColumnName="wprowadzil" msprop:Generator_ColumnPropNameInRow="wprowadzil" msprop:Generator_ColumnVarNameInTable="columnwprowadzil" msprop:Generator_ColumnPropNameInTable="wprowadzilColumn" minOccurs="0">
|
|---|
| 1081 | <xs:simpleType>
|
|---|
| 1082 | <xs:restriction base="xs:string">
|
|---|
| 1083 | <xs:maxLength value="50" />
|
|---|
| 1084 | </xs:restriction>
|
|---|
| 1085 | </xs:simpleType>
|
|---|
| 1086 | </xs:element>
|
|---|
| 1087 | <xs:element name="data_modyfikacji" msprop:Generator_UserColumnName="data_modyfikacji" msprop:Generator_ColumnPropNameInRow="data_modyfikacji" msprop:Generator_ColumnVarNameInTable="columndata_modyfikacji" msprop:Generator_ColumnPropNameInTable="data_modyfikacjiColumn" type="xs:dateTime" minOccurs="0" />
|
|---|
| 1088 | <xs:element name="zmodyfikowal" msprop:Generator_UserColumnName="zmodyfikowal" msprop:Generator_ColumnPropNameInRow="zmodyfikowal" msprop:Generator_ColumnVarNameInTable="columnzmodyfikowal" msprop:Generator_ColumnPropNameInTable="zmodyfikowalColumn" minOccurs="0">
|
|---|
| 1089 | <xs:simpleType>
|
|---|
| 1090 | <xs:restriction base="xs:string">
|
|---|
| 1091 | <xs:maxLength value="50" />
|
|---|
| 1092 | </xs:restriction>
|
|---|
| 1093 | </xs:simpleType>
|
|---|
| 1094 | </xs:element>
|
|---|
| 1095 | <xs:element name="IDEPracownika" msprop:Generator_UserColumnName="IDEPracownika" msprop:Generator_ColumnPropNameInRow="IDEPracownika" msprop:Generator_ColumnVarNameInTable="columnIDEPracownika" msprop:Generator_ColumnPropNameInTable="IDEPracownikaColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1096 | </xs:sequence>
|
|---|
| 1097 | </xs:complexType>
|
|---|
| 1098 | </xs:element>
|
|---|
| 1099 | <xs:element name="CurrentEMailBody" msprop:Generator_UserTableName="CurrentEMailBody" msprop:Generator_RowDeletedName="CurrentEMailBodyRowDeleted" msprop:Generator_RowChangedName="CurrentEMailBodyRowChanged" msprop:Generator_RowClassName="CurrentEMailBodyRow" msprop:Generator_RowChangingName="CurrentEMailBodyRowChanging" msprop:Generator_RowEvArgName="CurrentEMailBodyRowChangeEvent" msprop:Generator_RowEvHandlerName="CurrentEMailBodyRowChangeEventHandler" msprop:Generator_TableClassName="CurrentEMailBodyDataTable" msprop:Generator_TableVarName="tableCurrentEMailBody" msprop:Generator_RowDeletingName="CurrentEMailBodyRowDeleting" msprop:Generator_TablePropName="CurrentEMailBody">
|
|---|
| 1100 | <xs:complexType>
|
|---|
| 1101 | <xs:sequence>
|
|---|
| 1102 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1103 | <xs:element name="Od" msprop:Generator_UserColumnName="Od" msprop:Generator_ColumnPropNameInRow="Od" msprop:Generator_ColumnVarNameInTable="columnOd" msprop:Generator_ColumnPropNameInTable="OdColumn" minOccurs="0">
|
|---|
| 1104 | <xs:simpleType>
|
|---|
| 1105 | <xs:restriction base="xs:string">
|
|---|
| 1106 | <xs:maxLength value="200" />
|
|---|
| 1107 | </xs:restriction>
|
|---|
| 1108 | </xs:simpleType>
|
|---|
| 1109 | </xs:element>
|
|---|
| 1110 | <xs:element name="Temat" msprop:Generator_UserColumnName="Temat" msprop:Generator_ColumnPropNameInRow="Temat" msprop:Generator_ColumnVarNameInTable="columnTemat" msprop:Generator_ColumnPropNameInTable="TematColumn" minOccurs="0">
|
|---|
| 1111 | <xs:simpleType>
|
|---|
| 1112 | <xs:restriction base="xs:string">
|
|---|
| 1113 | <xs:maxLength value="200" />
|
|---|
| 1114 | </xs:restriction>
|
|---|
| 1115 | </xs:simpleType>
|
|---|
| 1116 | </xs:element>
|
|---|
| 1117 | <xs:element name="Body" msprop:Generator_UserColumnName="Body" msprop:Generator_ColumnPropNameInRow="Body" msprop:Generator_ColumnVarNameInTable="columnBody" msprop:Generator_ColumnPropNameInTable="BodyColumn" minOccurs="0">
|
|---|
| 1118 | <xs:simpleType>
|
|---|
| 1119 | <xs:restriction base="xs:string">
|
|---|
| 1120 | <xs:maxLength value="1073741823" />
|
|---|
| 1121 | </xs:restriction>
|
|---|
| 1122 | </xs:simpleType>
|
|---|
| 1123 | </xs:element>
|
|---|
| 1124 | <xs:element name="TematBad" msprop:Generator_UserColumnName="TematBad" msprop:Generator_ColumnPropNameInRow="TematBad" msprop:Generator_ColumnVarNameInTable="columnTematBad" msprop:Generator_ColumnPropNameInTable="TematBadColumn" minOccurs="0">
|
|---|
| 1125 | <xs:simpleType>
|
|---|
| 1126 | <xs:restriction base="xs:string">
|
|---|
| 1127 | <xs:maxLength value="200" />
|
|---|
| 1128 | </xs:restriction>
|
|---|
| 1129 | </xs:simpleType>
|
|---|
| 1130 | </xs:element>
|
|---|
| 1131 | <xs:element name="BodyBad" msprop:Generator_UserColumnName="BodyBad" msprop:Generator_ColumnPropNameInRow="BodyBad" msprop:Generator_ColumnVarNameInTable="columnBodyBad" msprop:Generator_ColumnPropNameInTable="BodyBadColumn" minOccurs="0">
|
|---|
| 1132 | <xs:simpleType>
|
|---|
| 1133 | <xs:restriction base="xs:string">
|
|---|
| 1134 | <xs:maxLength value="1073741823" />
|
|---|
| 1135 | </xs:restriction>
|
|---|
| 1136 | </xs:simpleType>
|
|---|
| 1137 | </xs:element>
|
|---|
| 1138 | </xs:sequence>
|
|---|
| 1139 | </xs:complexType>
|
|---|
| 1140 | </xs:element>
|
|---|
| 1141 | <xs:element name="Interface_Pracownicy" msprop:Generator_UserTableName="Interface_Pracownicy" msprop:Generator_RowDeletedName="Interface_PracownicyRowDeleted" msprop:Generator_RowChangedName="Interface_PracownicyRowChanged" msprop:Generator_RowClassName="Interface_PracownicyRow" msprop:Generator_RowChangingName="Interface_PracownicyRowChanging" msprop:Generator_RowEvArgName="Interface_PracownicyRowChangeEvent" msprop:Generator_RowEvHandlerName="Interface_PracownicyRowChangeEventHandler" msprop:Generator_TableClassName="Interface_PracownicyDataTable" msprop:Generator_TableVarName="tableInterface_Pracownicy" msprop:Generator_RowDeletingName="Interface_PracownicyRowDeleting" msprop:Generator_TablePropName="Interface_Pracownicy">
|
|---|
| 1142 | <xs:complexType>
|
|---|
| 1143 | <xs:sequence>
|
|---|
| 1144 | <xs:element name="Imie" msprop:Generator_UserColumnName="Imie" msprop:Generator_ColumnPropNameInRow="Imie" msprop:Generator_ColumnVarNameInTable="columnImie" msprop:Generator_ColumnPropNameInTable="ImieColumn" minOccurs="0">
|
|---|
| 1145 | <xs:simpleType>
|
|---|
| 1146 | <xs:restriction base="xs:string">
|
|---|
| 1147 | <xs:maxLength value="50" />
|
|---|
| 1148 | </xs:restriction>
|
|---|
| 1149 | </xs:simpleType>
|
|---|
| 1150 | </xs:element>
|
|---|
| 1151 | <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
|
|---|
| 1152 | <xs:simpleType>
|
|---|
| 1153 | <xs:restriction base="xs:string">
|
|---|
| 1154 | <xs:maxLength value="50" />
|
|---|
| 1155 | </xs:restriction>
|
|---|
| 1156 | </xs:simpleType>
|
|---|
| 1157 | </xs:element>
|
|---|
| 1158 | <xs:element name="EMail" msprop:Generator_UserColumnName="EMail" msprop:Generator_ColumnPropNameInRow="EMail" msprop:Generator_ColumnVarNameInTable="columnEMail" msprop:Generator_ColumnPropNameInTable="EMailColumn" minOccurs="0">
|
|---|
| 1159 | <xs:simpleType>
|
|---|
| 1160 | <xs:restriction base="xs:string">
|
|---|
| 1161 | <xs:maxLength value="250" />
|
|---|
| 1162 | </xs:restriction>
|
|---|
| 1163 | </xs:simpleType>
|
|---|
| 1164 | </xs:element>
|
|---|
| 1165 | <xs:element name="SQLLogins" msprop:Generator_UserColumnName="SQLLogins" msprop:Generator_ColumnPropNameInRow="SQLLogins" msprop:Generator_ColumnVarNameInTable="columnSQLLogins" msprop:Generator_ColumnPropNameInTable="SQLLoginsColumn" minOccurs="0">
|
|---|
| 1166 | <xs:simpleType>
|
|---|
| 1167 | <xs:restriction base="xs:string">
|
|---|
| 1168 | <xs:maxLength value="250" />
|
|---|
| 1169 | </xs:restriction>
|
|---|
| 1170 | </xs:simpleType>
|
|---|
| 1171 | </xs:element>
|
|---|
| 1172 | <xs:element name="IDEPracownicy" msprop:Generator_UserColumnName="IDEPracownicy" msprop:Generator_ColumnPropNameInRow="IDEPracownicy" msprop:Generator_ColumnVarNameInTable="columnIDEPracownicy" msprop:Generator_ColumnPropNameInTable="IDEPracownicyColumn" type="xs:int" />
|
|---|
| 1173 | <xs:element name="Osoba" msprop:Generator_UserColumnName="Osoba" msprop:Generator_ColumnPropNameInRow="Osoba" msprop:Generator_ColumnVarNameInTable="columnOsoba" msprop:Generator_ColumnPropNameInTable="OsobaColumn" minOccurs="0">
|
|---|
| 1174 | <xs:simpleType>
|
|---|
| 1175 | <xs:restriction base="xs:string">
|
|---|
| 1176 | <xs:maxLength value="255" />
|
|---|
| 1177 | </xs:restriction>
|
|---|
| 1178 | </xs:simpleType>
|
|---|
| 1179 | </xs:element>
|
|---|
| 1180 | </xs:sequence>
|
|---|
| 1181 | </xs:complexType>
|
|---|
| 1182 | </xs:element>
|
|---|
| 1183 | <xs:element name="Interface_Tytuly" msprop:Generator_UserTableName="Interface_Tytuly" msprop:Generator_RowDeletedName="Interface_TytulyRowDeleted" msprop:Generator_RowChangedName="Interface_TytulyRowChanged" msprop:Generator_RowClassName="Interface_TytulyRow" msprop:Generator_RowChangingName="Interface_TytulyRowChanging" msprop:Generator_RowEvArgName="Interface_TytulyRowChangeEvent" msprop:Generator_RowEvHandlerName="Interface_TytulyRowChangeEventHandler" msprop:Generator_TableClassName="Interface_TytulyDataTable" msprop:Generator_TableVarName="tableInterface_Tytuly" msprop:Generator_RowDeletingName="Interface_TytulyRowDeleting" msprop:Generator_TablePropName="Interface_Tytuly">
|
|---|
| 1184 | <xs:complexType>
|
|---|
| 1185 | <xs:sequence>
|
|---|
| 1186 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1187 | <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
|
|---|
| 1188 | <xs:simpleType>
|
|---|
| 1189 | <xs:restriction base="xs:string">
|
|---|
| 1190 | <xs:maxLength value="64" />
|
|---|
| 1191 | </xs:restriction>
|
|---|
| 1192 | </xs:simpleType>
|
|---|
| 1193 | </xs:element>
|
|---|
| 1194 | <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
|
|---|
| 1195 | <xs:simpleType>
|
|---|
| 1196 | <xs:restriction base="xs:string">
|
|---|
| 1197 | <xs:maxLength value="64" />
|
|---|
| 1198 | </xs:restriction>
|
|---|
| 1199 | </xs:simpleType>
|
|---|
| 1200 | </xs:element>
|
|---|
| 1201 | <xs:element name="ISSN" msprop:Generator_UserColumnName="ISSN" msprop:Generator_ColumnPropNameInRow="ISSN" msprop:Generator_ColumnVarNameInTable="columnISSN" msprop:Generator_ColumnPropNameInTable="ISSNColumn" minOccurs="0">
|
|---|
| 1202 | <xs:simpleType>
|
|---|
| 1203 | <xs:restriction base="xs:string">
|
|---|
| 1204 | <xs:maxLength value="16" />
|
|---|
| 1205 | </xs:restriction>
|
|---|
| 1206 | </xs:simpleType>
|
|---|
| 1207 | </xs:element>
|
|---|
| 1208 | <xs:element name="NR_INDEX" msprop:Generator_UserColumnName="NR_INDEX" msprop:Generator_ColumnPropNameInRow="NR_INDEX" msprop:Generator_ColumnVarNameInTable="columnNR_INDEX" msprop:Generator_ColumnPropNameInTable="NR_INDEXColumn" minOccurs="0">
|
|---|
| 1209 | <xs:simpleType>
|
|---|
| 1210 | <xs:restriction base="xs:string">
|
|---|
| 1211 | <xs:maxLength value="16" />
|
|---|
| 1212 | </xs:restriction>
|
|---|
| 1213 | </xs:simpleType>
|
|---|
| 1214 | </xs:element>
|
|---|
| 1215 | <xs:element name="LOGO" msprop:Generator_UserColumnName="LOGO" msprop:Generator_ColumnPropNameInRow="LOGO" msprop:Generator_ColumnVarNameInTable="columnLOGO" msprop:Generator_ColumnPropNameInTable="LOGOColumn" type="xs:base64Binary" minOccurs="0" />
|
|---|
| 1216 | <xs:element name="SWW" msprop:Generator_UserColumnName="SWW" msprop:Generator_ColumnPropNameInRow="SWW" msprop:Generator_ColumnVarNameInTable="columnSWW" msprop:Generator_ColumnPropNameInTable="SWWColumn" minOccurs="0">
|
|---|
| 1217 | <xs:simpleType>
|
|---|
| 1218 | <xs:restriction base="xs:string">
|
|---|
| 1219 | <xs:maxLength value="16" />
|
|---|
| 1220 | </xs:restriction>
|
|---|
| 1221 | </xs:simpleType>
|
|---|
| 1222 | </xs:element>
|
|---|
| 1223 | <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
|
|---|
| 1224 | <xs:simpleType>
|
|---|
| 1225 | <xs:restriction base="xs:string">
|
|---|
| 1226 | <xs:maxLength value="16" />
|
|---|
| 1227 | </xs:restriction>
|
|---|
| 1228 | </xs:simpleType>
|
|---|
| 1229 | </xs:element>
|
|---|
| 1230 | <xs:element name="Vat" msprop:Generator_UserColumnName="Vat" msprop:Generator_ColumnPropNameInRow="Vat" msprop:Generator_ColumnVarNameInTable="columnVat" msprop:Generator_ColumnPropNameInTable="VatColumn" minOccurs="0">
|
|---|
| 1231 | <xs:simpleType>
|
|---|
| 1232 | <xs:restriction base="xs:string">
|
|---|
| 1233 | <xs:maxLength value="8" />
|
|---|
| 1234 | </xs:restriction>
|
|---|
| 1235 | </xs:simpleType>
|
|---|
| 1236 | </xs:element>
|
|---|
| 1237 | <xs:element name="Cena" msprop:Generator_UserColumnName="Cena" msprop:Generator_ColumnPropNameInRow="Cena" msprop:Generator_ColumnVarNameInTable="columnCena" msprop:Generator_ColumnPropNameInTable="CenaColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1238 | <xs:element name="PKWiU" msprop:Generator_UserColumnName="PKWiU" msprop:Generator_ColumnPropNameInRow="PKWiU" msprop:Generator_ColumnVarNameInTable="columnPKWiU" msprop:Generator_ColumnPropNameInTable="PKWiUColumn" minOccurs="0">
|
|---|
| 1239 | <xs:simpleType>
|
|---|
| 1240 | <xs:restriction base="xs:string">
|
|---|
| 1241 | <xs:maxLength value="32" />
|
|---|
| 1242 | </xs:restriction>
|
|---|
| 1243 | </xs:simpleType>
|
|---|
| 1244 | </xs:element>
|
|---|
| 1245 | <xs:element name="Grzbiety" msprop:Generator_UserColumnName="Grzbiety" msprop:Generator_ColumnPropNameInRow="Grzbiety" msprop:Generator_ColumnVarNameInTable="columnGrzbiety" msprop:Generator_ColumnPropNameInTable="GrzbietyColumn" type="xs:short" minOccurs="0" />
|
|---|
| 1246 | <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:short" minOccurs="0" />
|
|---|
| 1247 | </xs:sequence>
|
|---|
| 1248 | </xs:complexType>
|
|---|
| 1249 | </xs:element>
|
|---|
| 1250 | <xs:element name="Kierownicy" msprop:Generator_UserTableName="Kierownicy" msprop:Generator_RowDeletedName="KierownicyRowDeleted" msprop:Generator_RowChangedName="KierownicyRowChanged" msprop:Generator_RowClassName="KierownicyRow" msprop:Generator_RowChangingName="KierownicyRowChanging" msprop:Generator_RowEvArgName="KierownicyRowChangeEvent" msprop:Generator_RowEvHandlerName="KierownicyRowChangeEventHandler" msprop:Generator_TableClassName="KierownicyDataTable" msprop:Generator_TableVarName="tableKierownicy" msprop:Generator_RowDeletingName="KierownicyRowDeleting" msprop:Generator_TablePropName="Kierownicy">
|
|---|
| 1251 | <xs:complexType>
|
|---|
| 1252 | <xs:sequence>
|
|---|
| 1253 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1254 | <xs:element name="IDEPracownik" msprop:Generator_UserColumnName="IDEPracownik" msprop:Generator_ColumnPropNameInRow="IDEPracownik" msprop:Generator_ColumnVarNameInTable="columnIDEPracownik" msprop:Generator_ColumnPropNameInTable="IDEPracownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1255 | <xs:element name="IDEDzial" msprop:Generator_UserColumnName="IDEDzial" msprop:Generator_ColumnPropNameInRow="IDEDzial" msprop:Generator_ColumnVarNameInTable="columnIDEDzial" msprop:Generator_ColumnPropNameInTable="IDEDzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1256 | <xs:element name="IDEOddzial" msprop:Generator_UserColumnName="IDEOddzial" msprop:Generator_ColumnPropNameInRow="IDEOddzial" msprop:Generator_ColumnVarNameInTable="columnIDEOddzial" msprop:Generator_ColumnPropNameInTable="IDEOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1257 | <xs:element name="Tytul" msprop:Generator_UserColumnName="Tytul" msprop:Generator_ColumnPropNameInRow="Tytul" msprop:Generator_ColumnVarNameInTable="columnTytul" msprop:Generator_ColumnPropNameInTable="TytulColumn" minOccurs="0">
|
|---|
| 1258 | <xs:simpleType>
|
|---|
| 1259 | <xs:restriction base="xs:string">
|
|---|
| 1260 | <xs:maxLength value="50" />
|
|---|
| 1261 | </xs:restriction>
|
|---|
| 1262 | </xs:simpleType>
|
|---|
| 1263 | </xs:element>
|
|---|
| 1264 | <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:short" minOccurs="0" />
|
|---|
| 1265 | </xs:sequence>
|
|---|
| 1266 | </xs:complexType>
|
|---|
| 1267 | </xs:element>
|
|---|
| 1268 | <xs:element name="Premie_EMailData" msprop:Generator_UserTableName="Premie_EMailData" msprop:Generator_RowDeletedName="Premie_EMailDataRowDeleted" msprop:Generator_RowChangedName="Premie_EMailDataRowChanged" msprop:Generator_RowClassName="Premie_EMailDataRow" msprop:Generator_RowChangingName="Premie_EMailDataRowChanging" msprop:Generator_RowEvArgName="Premie_EMailDataRowChangeEvent" msprop:Generator_RowEvHandlerName="Premie_EMailDataRowChangeEventHandler" msprop:Generator_TableClassName="Premie_EMailDataDataTable" msprop:Generator_TableVarName="tablePremie_EMailData" msprop:Generator_RowDeletingName="Premie_EMailDataRowDeleting" msprop:Generator_TablePropName="Premie_EMailData">
|
|---|
| 1269 | <xs:complexType>
|
|---|
| 1270 | <xs:sequence>
|
|---|
| 1271 | <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
|
|---|
| 1272 | <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1273 | <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1274 | <xs:element name="NAME" msprop:Generator_UserColumnName="NAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" minOccurs="0">
|
|---|
| 1275 | <xs:simpleType>
|
|---|
| 1276 | <xs:restriction base="xs:string">
|
|---|
| 1277 | <xs:maxLength value="255" />
|
|---|
| 1278 | </xs:restriction>
|
|---|
| 1279 | </xs:simpleType>
|
|---|
| 1280 | </xs:element>
|
|---|
| 1281 | <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
|
|---|
| 1282 | <xs:simpleType>
|
|---|
| 1283 | <xs:restriction base="xs:string">
|
|---|
| 1284 | <xs:maxLength value="255" />
|
|---|
| 1285 | </xs:restriction>
|
|---|
| 1286 | </xs:simpleType>
|
|---|
| 1287 | </xs:element>
|
|---|
| 1288 | <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1289 | <xs:element name="Brutto" msprop:Generator_UserColumnName="Brutto" msprop:Generator_ColumnPropNameInRow="Brutto" msprop:Generator_ColumnVarNameInTable="columnBrutto" msprop:Generator_ColumnPropNameInTable="BruttoColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1290 | <xs:element name="EMail" msprop:Generator_UserColumnName="EMail" msprop:Generator_ColumnPropNameInRow="EMail" msprop:Generator_ColumnVarNameInTable="columnEMail" msprop:Generator_ColumnPropNameInTable="EMailColumn" minOccurs="0">
|
|---|
| 1291 | <xs:simpleType>
|
|---|
| 1292 | <xs:restriction base="xs:string">
|
|---|
| 1293 | <xs:maxLength value="250" />
|
|---|
| 1294 | </xs:restriction>
|
|---|
| 1295 | </xs:simpleType>
|
|---|
| 1296 | </xs:element>
|
|---|
| 1297 | </xs:sequence>
|
|---|
| 1298 | </xs:complexType>
|
|---|
| 1299 | </xs:element>
|
|---|
| 1300 | <xs:element name="Premie_LastMonthBezEMaili" msprop:Generator_UserTableName="Premie_LastMonthBezEMaili" msprop:Generator_RowDeletedName="Premie_LastMonthBezEMailiRowDeleted" msprop:Generator_RowChangedName="Premie_LastMonthBezEMailiRowChanged" msprop:Generator_RowClassName="Premie_LastMonthBezEMailiRow" msprop:Generator_RowChangingName="Premie_LastMonthBezEMailiRowChanging" msprop:Generator_RowEvArgName="Premie_LastMonthBezEMailiRowChangeEvent" msprop:Generator_RowEvHandlerName="Premie_LastMonthBezEMailiRowChangeEventHandler" msprop:Generator_TableClassName="Premie_LastMonthBezEMailiDataTable" msprop:Generator_TableVarName="tablePremie_LastMonthBezEMaili" msprop:Generator_RowDeletingName="Premie_LastMonthBezEMailiRowDeleting" msprop:Generator_TablePropName="Premie_LastMonthBezEMaili">
|
|---|
| 1301 | <xs:complexType>
|
|---|
| 1302 | <xs:sequence>
|
|---|
| 1303 | <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1304 | <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1305 | <xs:element name="NAME" msprop:Generator_UserColumnName="NAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" minOccurs="0">
|
|---|
| 1306 | <xs:simpleType>
|
|---|
| 1307 | <xs:restriction base="xs:string">
|
|---|
| 1308 | <xs:maxLength value="255" />
|
|---|
| 1309 | </xs:restriction>
|
|---|
| 1310 | </xs:simpleType>
|
|---|
| 1311 | </xs:element>
|
|---|
| 1312 | <xs:element name="EMail" msprop:Generator_UserColumnName="EMail" msprop:Generator_ColumnPropNameInRow="EMail" msprop:Generator_ColumnVarNameInTable="columnEMail" msprop:Generator_ColumnPropNameInTable="EMailColumn" minOccurs="0">
|
|---|
| 1313 | <xs:simpleType>
|
|---|
| 1314 | <xs:restriction base="xs:string">
|
|---|
| 1315 | <xs:maxLength value="250" />
|
|---|
| 1316 | </xs:restriction>
|
|---|
| 1317 | </xs:simpleType>
|
|---|
| 1318 | </xs:element>
|
|---|
| 1319 | </xs:sequence>
|
|---|
| 1320 | </xs:complexType>
|
|---|
| 1321 | </xs:element>
|
|---|
| 1322 | <xs:element name="PREMIE_MIESIECZNIE" msprop:Generator_UserTableName="PREMIE_MIESIECZNIE" msprop:Generator_RowDeletedName="PREMIE_MIESIECZNIERowDeleted" msprop:Generator_RowChangedName="PREMIE_MIESIECZNIERowChanged" msprop:Generator_RowClassName="PREMIE_MIESIECZNIERow" msprop:Generator_RowChangingName="PREMIE_MIESIECZNIERowChanging" msprop:Generator_RowEvArgName="PREMIE_MIESIECZNIERowChangeEvent" msprop:Generator_RowEvHandlerName="PREMIE_MIESIECZNIERowChangeEventHandler" msprop:Generator_TableClassName="PREMIE_MIESIECZNIEDataTable" msprop:Generator_TableVarName="tablePREMIE_MIESIECZNIE" msprop:Generator_RowDeletingName="PREMIE_MIESIECZNIERowDeleting" msprop:Generator_TablePropName="PREMIE_MIESIECZNIE">
|
|---|
| 1323 | <xs:complexType>
|
|---|
| 1324 | <xs:sequence>
|
|---|
| 1325 | <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1326 | <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1327 | <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1328 | <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1329 | </xs:sequence>
|
|---|
| 1330 | </xs:complexType>
|
|---|
| 1331 | </xs:element>
|
|---|
| 1332 | <xs:element name="PREMIE_PRACOWNIK" msprop:Generator_UserTableName="PREMIE_PRACOWNIK" msprop:Generator_RowDeletedName="PREMIE_PRACOWNIKRowDeleted" msprop:Generator_RowChangedName="PREMIE_PRACOWNIKRowChanged" msprop:Generator_RowClassName="PREMIE_PRACOWNIKRow" msprop:Generator_RowChangingName="PREMIE_PRACOWNIKRowChanging" msprop:Generator_RowEvArgName="PREMIE_PRACOWNIKRowChangeEvent" msprop:Generator_RowEvHandlerName="PREMIE_PRACOWNIKRowChangeEventHandler" msprop:Generator_TableClassName="PREMIE_PRACOWNIKDataTable" msprop:Generator_TableVarName="tablePREMIE_PRACOWNIK" msprop:Generator_RowDeletingName="PREMIE_PRACOWNIKRowDeleting" msprop:Generator_TablePropName="PREMIE_PRACOWNIK">
|
|---|
| 1333 | <xs:complexType>
|
|---|
| 1334 | <xs:sequence>
|
|---|
| 1335 | <xs:element name="NAME" msprop:Generator_UserColumnName="NAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" minOccurs="0">
|
|---|
| 1336 | <xs:simpleType>
|
|---|
| 1337 | <xs:restriction base="xs:string">
|
|---|
| 1338 | <xs:maxLength value="255" />
|
|---|
| 1339 | </xs:restriction>
|
|---|
| 1340 | </xs:simpleType>
|
|---|
| 1341 | </xs:element>
|
|---|
| 1342 | <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1343 | <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1344 | </xs:sequence>
|
|---|
| 1345 | </xs:complexType>
|
|---|
| 1346 | </xs:element>
|
|---|
| 1347 | <xs:element name="PREMIE_ROCZNIE" msprop:Generator_UserTableName="PREMIE_ROCZNIE" msprop:Generator_RowDeletedName="PREMIE_ROCZNIERowDeleted" msprop:Generator_RowChangedName="PREMIE_ROCZNIERowChanged" msprop:Generator_RowClassName="PREMIE_ROCZNIERow" msprop:Generator_RowChangingName="PREMIE_ROCZNIERowChanging" msprop:Generator_RowEvArgName="PREMIE_ROCZNIERowChangeEvent" msprop:Generator_RowEvHandlerName="PREMIE_ROCZNIERowChangeEventHandler" msprop:Generator_TableClassName="PREMIE_ROCZNIEDataTable" msprop:Generator_TableVarName="tablePREMIE_ROCZNIE" msprop:Generator_RowDeletingName="PREMIE_ROCZNIERowDeleting" msprop:Generator_TablePropName="PREMIE_ROCZNIE">
|
|---|
| 1348 | <xs:complexType>
|
|---|
| 1349 | <xs:sequence>
|
|---|
| 1350 | <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1351 | <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1352 | <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 1353 | </xs:sequence>
|
|---|
| 1354 | </xs:complexType>
|
|---|
| 1355 | </xs:element>
|
|---|
| 1356 | <xs:element name="view_CT_Pracownicy" msprop:Generator_UserTableName="view_CT_Pracownicy" msprop:Generator_RowDeletedName="view_CT_PracownicyRowDeleted" msprop:Generator_RowChangedName="view_CT_PracownicyRowChanged" msprop:Generator_RowClassName="view_CT_PracownicyRow" msprop:Generator_RowChangingName="view_CT_PracownicyRowChanging" msprop:Generator_RowEvArgName="view_CT_PracownicyRowChangeEvent" msprop:Generator_RowEvHandlerName="view_CT_PracownicyRowChangeEventHandler" msprop:Generator_TableClassName="view_CT_PracownicyDataTable" msprop:Generator_TableVarName="tableview_CT_Pracownicy" msprop:Generator_RowDeletingName="view_CT_PracownicyRowDeleting" msprop:Generator_TablePropName="view_CT_Pracownicy">
|
|---|
| 1357 | <xs:complexType>
|
|---|
| 1358 | <xs:sequence>
|
|---|
| 1359 | <xs:element name="idePracownik" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idePracownik" msprop:Generator_ColumnPropNameInRow="idePracownik" msprop:Generator_ColumnVarNameInTable="columnidePracownik" msprop:Generator_ColumnPropNameInTable="idePracownikColumn" type="xs:int" />
|
|---|
| 1360 | <xs:element name="ideKierownik" msprop:Generator_UserColumnName="ideKierownik" msprop:Generator_ColumnPropNameInRow="ideKierownik" msprop:Generator_ColumnVarNameInTable="columnideKierownik" msprop:Generator_ColumnPropNameInTable="ideKierownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1361 | <xs:element name="Idedzial" msprop:Generator_UserColumnName="Idedzial" msprop:Generator_ColumnPropNameInRow="Idedzial" msprop:Generator_ColumnVarNameInTable="columnIdedzial" msprop:Generator_ColumnPropNameInTable="IdedzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1362 | <xs:element name="IdeOddzial" msprop:Generator_UserColumnName="IdeOddzial" msprop:Generator_ColumnPropNameInRow="IdeOddzial" msprop:Generator_ColumnVarNameInTable="columnIdeOddzial" msprop:Generator_ColumnPropNameInTable="IdeOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1363 | <xs:element name="Dzial" msprop:Generator_UserColumnName="Dzial" msprop:Generator_ColumnPropNameInRow="Dzial" msprop:Generator_ColumnVarNameInTable="columnDzial" msprop:Generator_ColumnPropNameInTable="DzialColumn" minOccurs="0">
|
|---|
| 1364 | <xs:simpleType>
|
|---|
| 1365 | <xs:restriction base="xs:string">
|
|---|
| 1366 | <xs:maxLength value="50" />
|
|---|
| 1367 | </xs:restriction>
|
|---|
| 1368 | </xs:simpleType>
|
|---|
| 1369 | </xs:element>
|
|---|
| 1370 | <xs:element name="Oddzial" msprop:Generator_UserColumnName="Oddzial" msprop:Generator_ColumnPropNameInRow="Oddzial" msprop:Generator_ColumnVarNameInTable="columnOddzial" msprop:Generator_ColumnPropNameInTable="OddzialColumn" minOccurs="0">
|
|---|
| 1371 | <xs:simpleType>
|
|---|
| 1372 | <xs:restriction base="xs:string">
|
|---|
| 1373 | <xs:maxLength value="32" />
|
|---|
| 1374 | </xs:restriction>
|
|---|
| 1375 | </xs:simpleType>
|
|---|
| 1376 | </xs:element>
|
|---|
| 1377 | <xs:element name="SQLLogins" msprop:Generator_UserColumnName="SQLLogins" msprop:Generator_ColumnPropNameInRow="SQLLogins" msprop:Generator_ColumnVarNameInTable="columnSQLLogins" msprop:Generator_ColumnPropNameInTable="SQLLoginsColumn" minOccurs="0">
|
|---|
| 1378 | <xs:simpleType>
|
|---|
| 1379 | <xs:restriction base="xs:string">
|
|---|
| 1380 | <xs:maxLength value="250" />
|
|---|
| 1381 | </xs:restriction>
|
|---|
| 1382 | </xs:simpleType>
|
|---|
| 1383 | </xs:element>
|
|---|
| 1384 | <xs:element name="Imie" msprop:Generator_UserColumnName="Imie" msprop:Generator_ColumnPropNameInRow="Imie" msprop:Generator_ColumnVarNameInTable="columnImie" msprop:Generator_ColumnPropNameInTable="ImieColumn" minOccurs="0">
|
|---|
| 1385 | <xs:simpleType>
|
|---|
| 1386 | <xs:restriction base="xs:string">
|
|---|
| 1387 | <xs:maxLength value="50" />
|
|---|
| 1388 | </xs:restriction>
|
|---|
| 1389 | </xs:simpleType>
|
|---|
| 1390 | </xs:element>
|
|---|
| 1391 | <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
|
|---|
| 1392 | <xs:simpleType>
|
|---|
| 1393 | <xs:restriction base="xs:string">
|
|---|
| 1394 | <xs:maxLength value="50" />
|
|---|
| 1395 | </xs:restriction>
|
|---|
| 1396 | </xs:simpleType>
|
|---|
| 1397 | </xs:element>
|
|---|
| 1398 | <xs:element name="KierownikImie" msprop:Generator_UserColumnName="KierownikImie" msprop:Generator_ColumnPropNameInRow="KierownikImie" msprop:Generator_ColumnVarNameInTable="columnKierownikImie" msprop:Generator_ColumnPropNameInTable="KierownikImieColumn" minOccurs="0">
|
|---|
| 1399 | <xs:simpleType>
|
|---|
| 1400 | <xs:restriction base="xs:string">
|
|---|
| 1401 | <xs:maxLength value="50" />
|
|---|
| 1402 | </xs:restriction>
|
|---|
| 1403 | </xs:simpleType>
|
|---|
| 1404 | </xs:element>
|
|---|
| 1405 | <xs:element name="KierownikNazwisko" msprop:Generator_UserColumnName="KierownikNazwisko" msprop:Generator_ColumnPropNameInRow="KierownikNazwisko" msprop:Generator_ColumnVarNameInTable="columnKierownikNazwisko" msprop:Generator_ColumnPropNameInTable="KierownikNazwiskoColumn" minOccurs="0">
|
|---|
| 1406 | <xs:simpleType>
|
|---|
| 1407 | <xs:restriction base="xs:string">
|
|---|
| 1408 | <xs:maxLength value="50" />
|
|---|
| 1409 | </xs:restriction>
|
|---|
| 1410 | </xs:simpleType>
|
|---|
| 1411 | </xs:element>
|
|---|
| 1412 | </xs:sequence>
|
|---|
| 1413 | </xs:complexType>
|
|---|
| 1414 | </xs:element>
|
|---|
| 1415 | <xs:element name="view_Pracownicy_Dzial" msprop:Generator_UserTableName="view_Pracownicy_Dzial" msprop:Generator_RowDeletedName="view_Pracownicy_DzialRowDeleted" msprop:Generator_RowChangedName="view_Pracownicy_DzialRowChanged" msprop:Generator_RowClassName="view_Pracownicy_DzialRow" msprop:Generator_RowChangingName="view_Pracownicy_DzialRowChanging" msprop:Generator_RowEvArgName="view_Pracownicy_DzialRowChangeEvent" msprop:Generator_RowEvHandlerName="view_Pracownicy_DzialRowChangeEventHandler" msprop:Generator_TableClassName="view_Pracownicy_DzialDataTable" msprop:Generator_TableVarName="tableview_Pracownicy_Dzial" msprop:Generator_RowDeletingName="view_Pracownicy_DzialRowDeleting" msprop:Generator_TablePropName="view_Pracownicy_Dzial">
|
|---|
| 1416 | <xs:complexType>
|
|---|
| 1417 | <xs:sequence>
|
|---|
| 1418 | <xs:element name="idePracownik" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idePracownik" msprop:Generator_ColumnPropNameInRow="idePracownik" msprop:Generator_ColumnVarNameInTable="columnidePracownik" msprop:Generator_ColumnPropNameInTable="idePracownikColumn" type="xs:int" />
|
|---|
| 1419 | <xs:element name="ideKierownik" msprop:Generator_UserColumnName="ideKierownik" msprop:Generator_ColumnPropNameInRow="ideKierownik" msprop:Generator_ColumnVarNameInTable="columnideKierownik" msprop:Generator_ColumnPropNameInTable="ideKierownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1420 | <xs:element name="Idedzial" msprop:Generator_UserColumnName="Idedzial" msprop:Generator_ColumnPropNameInRow="Idedzial" msprop:Generator_ColumnVarNameInTable="columnIdedzial" msprop:Generator_ColumnPropNameInTable="IdedzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1421 | <xs:element name="IdeOddzial" msprop:Generator_UserColumnName="IdeOddzial" msprop:Generator_ColumnPropNameInRow="IdeOddzial" msprop:Generator_ColumnVarNameInTable="columnIdeOddzial" msprop:Generator_ColumnPropNameInTable="IdeOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1422 | </xs:sequence>
|
|---|
| 1423 | </xs:complexType>
|
|---|
| 1424 | </xs:element>
|
|---|
| 1425 | <xs:element name="view_Pracownicy_Podwladni" msprop:Generator_UserTableName="view_Pracownicy_Podwladni" msprop:Generator_RowDeletedName="view_Pracownicy_PodwladniRowDeleted" msprop:Generator_RowChangedName="view_Pracownicy_PodwladniRowChanged" msprop:Generator_RowClassName="view_Pracownicy_PodwladniRow" msprop:Generator_RowChangingName="view_Pracownicy_PodwladniRowChanging" msprop:Generator_RowEvArgName="view_Pracownicy_PodwladniRowChangeEvent" msprop:Generator_RowEvHandlerName="view_Pracownicy_PodwladniRowChangeEventHandler" msprop:Generator_TableClassName="view_Pracownicy_PodwladniDataTable" msprop:Generator_TableVarName="tableview_Pracownicy_Podwladni" msprop:Generator_RowDeletingName="view_Pracownicy_PodwladniRowDeleting" msprop:Generator_TablePropName="view_Pracownicy_Podwladni">
|
|---|
| 1426 | <xs:complexType>
|
|---|
| 1427 | <xs:sequence>
|
|---|
| 1428 | <xs:element name="IdePracownik" msprop:Generator_UserColumnName="IdePracownik" msprop:Generator_ColumnPropNameInRow="IdePracownik" msprop:Generator_ColumnVarNameInTable="columnIdePracownik" msprop:Generator_ColumnPropNameInTable="IdePracownikColumn" type="xs:int" />
|
|---|
| 1429 | <xs:element name="IdeKierownik" msprop:Generator_UserColumnName="IdeKierownik" msprop:Generator_ColumnPropNameInRow="IdeKierownik" msprop:Generator_ColumnVarNameInTable="columnIdeKierownik" msprop:Generator_ColumnPropNameInTable="IdeKierownikColumn" type="xs:int" />
|
|---|
| 1430 | <xs:element name="ideDzial" msprop:Generator_UserColumnName="ideDzial" msprop:Generator_ColumnPropNameInRow="ideDzial" msprop:Generator_ColumnVarNameInTable="columnideDzial" msprop:Generator_ColumnPropNameInTable="ideDzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1431 | <xs:element name="ideOddzial" msprop:Generator_UserColumnName="ideOddzial" msprop:Generator_ColumnPropNameInRow="ideOddzial" msprop:Generator_ColumnVarNameInTable="columnideOddzial" msprop:Generator_ColumnPropNameInTable="ideOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1432 | </xs:sequence>
|
|---|
| 1433 | </xs:complexType>
|
|---|
| 1434 | </xs:element>
|
|---|
| 1435 | <xs:element name="view_Pracownicy_Wpisani" msprop:Generator_UserTableName="view_Pracownicy_Wpisani" msprop:Generator_RowDeletedName="view_Pracownicy_WpisaniRowDeleted" msprop:Generator_RowChangedName="view_Pracownicy_WpisaniRowChanged" msprop:Generator_RowClassName="view_Pracownicy_WpisaniRow" msprop:Generator_RowChangingName="view_Pracownicy_WpisaniRowChanging" msprop:Generator_RowEvArgName="view_Pracownicy_WpisaniRowChangeEvent" msprop:Generator_RowEvHandlerName="view_Pracownicy_WpisaniRowChangeEventHandler" msprop:Generator_TableClassName="view_Pracownicy_WpisaniDataTable" msprop:Generator_TableVarName="tableview_Pracownicy_Wpisani" msprop:Generator_RowDeletingName="view_Pracownicy_WpisaniRowDeleting" msprop:Generator_TablePropName="view_Pracownicy_Wpisani">
|
|---|
| 1436 | <xs:complexType>
|
|---|
| 1437 | <xs:sequence>
|
|---|
| 1438 | <xs:element name="idePracownik" msprop:Generator_UserColumnName="idePracownik" msprop:Generator_ColumnPropNameInRow="idePracownik" msprop:Generator_ColumnVarNameInTable="columnidePracownik" msprop:Generator_ColumnPropNameInTable="idePracownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1439 | <xs:element name="ideKierownik" msprop:Generator_UserColumnName="ideKierownik" msprop:Generator_ColumnPropNameInRow="ideKierownik" msprop:Generator_ColumnVarNameInTable="columnideKierownik" msprop:Generator_ColumnPropNameInTable="ideKierownikColumn" type="xs:int" />
|
|---|
| 1440 | <xs:element name="ideDzial" msprop:Generator_UserColumnName="ideDzial" msprop:Generator_ColumnPropNameInRow="ideDzial" msprop:Generator_ColumnVarNameInTable="columnideDzial" msprop:Generator_ColumnPropNameInTable="ideDzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1441 | <xs:element name="ideOddzial" msprop:Generator_UserColumnName="ideOddzial" msprop:Generator_ColumnPropNameInRow="ideOddzial" msprop:Generator_ColumnVarNameInTable="columnideOddzial" msprop:Generator_ColumnPropNameInTable="ideOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1442 | </xs:sequence>
|
|---|
| 1443 | </xs:complexType>
|
|---|
| 1444 | </xs:element>
|
|---|
| 1445 | <xs:element name="view_Pracownicy_Wszyscy" msprop:Generator_UserTableName="view_Pracownicy_Wszyscy" msprop:Generator_RowDeletedName="view_Pracownicy_WszyscyRowDeleted" msprop:Generator_RowChangedName="view_Pracownicy_WszyscyRowChanged" msprop:Generator_RowClassName="view_Pracownicy_WszyscyRow" msprop:Generator_RowChangingName="view_Pracownicy_WszyscyRowChanging" msprop:Generator_RowEvArgName="view_Pracownicy_WszyscyRowChangeEvent" msprop:Generator_RowEvHandlerName="view_Pracownicy_WszyscyRowChangeEventHandler" msprop:Generator_TableClassName="view_Pracownicy_WszyscyDataTable" msprop:Generator_TableVarName="tableview_Pracownicy_Wszyscy" msprop:Generator_RowDeletingName="view_Pracownicy_WszyscyRowDeleting" msprop:Generator_TablePropName="view_Pracownicy_Wszyscy">
|
|---|
| 1446 | <xs:complexType>
|
|---|
| 1447 | <xs:sequence>
|
|---|
| 1448 | <xs:element name="idePracownik" msprop:Generator_UserColumnName="idePracownik" msprop:Generator_ColumnPropNameInRow="idePracownik" msprop:Generator_ColumnVarNameInTable="columnidePracownik" msprop:Generator_ColumnPropNameInTable="idePracownikColumn" type="xs:int" />
|
|---|
| 1449 | <xs:element name="ideKierownik" msprop:Generator_UserColumnName="ideKierownik" msprop:Generator_ColumnPropNameInRow="ideKierownik" msprop:Generator_ColumnVarNameInTable="columnideKierownik" msprop:Generator_ColumnPropNameInTable="ideKierownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1450 | <xs:element name="Idedzial" msprop:Generator_UserColumnName="Idedzial" msprop:Generator_ColumnPropNameInRow="Idedzial" msprop:Generator_ColumnVarNameInTable="columnIdedzial" msprop:Generator_ColumnPropNameInTable="IdedzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1451 | <xs:element name="IdeOddzial" msprop:Generator_UserColumnName="IdeOddzial" msprop:Generator_ColumnPropNameInRow="IdeOddzial" msprop:Generator_ColumnVarNameInTable="columnIdeOddzial" msprop:Generator_ColumnPropNameInTable="IdeOddzialColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1452 | </xs:sequence>
|
|---|
| 1453 | </xs:complexType>
|
|---|
| 1454 | </xs:element>
|
|---|
| 1455 | <xs:element name="view_Pracownicy_Wszyscy_With_Name" msprop:Generator_UserTableName="view_Pracownicy_Wszyscy_With_Name" msprop:Generator_RowDeletedName="view_Pracownicy_Wszyscy_With_NameRowDeleted" msprop:Generator_RowChangedName="view_Pracownicy_Wszyscy_With_NameRowChanged" msprop:Generator_RowClassName="view_Pracownicy_Wszyscy_With_NameRow" msprop:Generator_RowChangingName="view_Pracownicy_Wszyscy_With_NameRowChanging" msprop:Generator_RowEvArgName="view_Pracownicy_Wszyscy_With_NameRowChangeEvent" msprop:Generator_RowEvHandlerName="view_Pracownicy_Wszyscy_With_NameRowChangeEventHandler" msprop:Generator_TableClassName="view_Pracownicy_Wszyscy_With_NameDataTable" msprop:Generator_TableVarName="tableview_Pracownicy_Wszyscy_With_Name" msprop:Generator_RowDeletingName="view_Pracownicy_Wszyscy_With_NameRowDeleting" msprop:Generator_TablePropName="view_Pracownicy_Wszyscy_With_Name">
|
|---|
| 1456 | <xs:complexType>
|
|---|
| 1457 | <xs:sequence>
|
|---|
| 1458 | <xs:element name="idePracownik" msprop:Generator_UserColumnName="idePracownik" msprop:Generator_ColumnPropNameInRow="idePracownik" msprop:Generator_ColumnVarNameInTable="columnidePracownik" msprop:Generator_ColumnPropNameInTable="idePracownikColumn" type="xs:int" />
|
|---|
| 1459 | <xs:element name="ideKierownik" msprop:Generator_UserColumnName="ideKierownik" msprop:Generator_ColumnPropNameInRow="ideKierownik" msprop:Generator_ColumnVarNameInTable="columnideKierownik" msprop:Generator_ColumnPropNameInTable="ideKierownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1460 | <xs:element name="name" msdata:ReadOnly="true" msprop:Generator_UserColumnName="name" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_ColumnVarNameInTable="columnname" msprop:Generator_ColumnPropNameInTable="nameColumn" minOccurs="0">
|
|---|
| 1461 | <xs:simpleType>
|
|---|
| 1462 | <xs:restriction base="xs:string">
|
|---|
| 1463 | <xs:maxLength value="101" />
|
|---|
| 1464 | </xs:restriction>
|
|---|
| 1465 | </xs:simpleType>
|
|---|
| 1466 | </xs:element>
|
|---|
| 1467 | </xs:sequence>
|
|---|
| 1468 | </xs:complexType>
|
|---|
| 1469 | </xs:element>
|
|---|
| 1470 | <xs:element name="Interface_Pracownicy2" msprop:Generator_UserTableName="Interface_Pracownicy2" msprop:Generator_RowDeletedName="Interface_Pracownicy2RowDeleted" msprop:Generator_RowChangedName="Interface_Pracownicy2RowChanged" msprop:Generator_RowClassName="Interface_Pracownicy2Row" msprop:Generator_RowChangingName="Interface_Pracownicy2RowChanging" msprop:Generator_RowEvArgName="Interface_Pracownicy2RowChangeEvent" msprop:Generator_RowEvHandlerName="Interface_Pracownicy2RowChangeEventHandler" msprop:Generator_TableClassName="Interface_Pracownicy2DataTable" msprop:Generator_TableVarName="tableInterface_Pracownicy2" msprop:Generator_RowDeletingName="Interface_Pracownicy2RowDeleting" msprop:Generator_TablePropName="Interface_Pracownicy2">
|
|---|
| 1471 | <xs:complexType>
|
|---|
| 1472 | <xs:sequence>
|
|---|
| 1473 | <xs:element name="IDEPracownika" msprop:Generator_UserColumnName="IDEPracownika" msprop:Generator_ColumnPropNameInRow="IDEPracownika" msprop:Generator_ColumnVarNameInTable="columnIDEPracownika" msprop:Generator_ColumnPropNameInTable="IDEPracownikaColumn" type="xs:int" />
|
|---|
| 1474 | <xs:element name="NAME" msprop:Generator_UserColumnName="NAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" minOccurs="0">
|
|---|
| 1475 | <xs:simpleType>
|
|---|
| 1476 | <xs:restriction base="xs:string">
|
|---|
| 1477 | <xs:maxLength value="255" />
|
|---|
| 1478 | </xs:restriction>
|
|---|
| 1479 | </xs:simpleType>
|
|---|
| 1480 | </xs:element>
|
|---|
| 1481 | </xs:sequence>
|
|---|
| 1482 | </xs:complexType>
|
|---|
| 1483 | </xs:element>
|
|---|
| 1484 | <xs:element name="Wspolczynniki" msprop:Generator_UserTableName="Wspolczynniki" msprop:Generator_RowDeletedName="WspolczynnikiRowDeleted" msprop:Generator_RowChangedName="WspolczynnikiRowChanged" msprop:Generator_RowClassName="WspolczynnikiRow" msprop:Generator_RowChangingName="WspolczynnikiRowChanging" msprop:Generator_RowEvArgName="WspolczynnikiRowChangeEvent" msprop:Generator_RowEvHandlerName="WspolczynnikiRowChangeEventHandler" msprop:Generator_TableClassName="WspolczynnikiDataTable" msprop:Generator_TableVarName="tableWspolczynniki" msprop:Generator_RowDeletingName="WspolczynnikiRowDeleting" msprop:Generator_TablePropName="Wspolczynniki">
|
|---|
| 1485 | <xs:complexType>
|
|---|
| 1486 | <xs:sequence>
|
|---|
| 1487 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1488 | <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" />
|
|---|
| 1489 | <xs:element name="emerytalne" msprop:Generator_UserColumnName="emerytalne" msprop:Generator_ColumnVarNameInTable="columnemerytalne" msprop:Generator_ColumnPropNameInRow="emerytalne" msprop:Generator_ColumnPropNameInTable="emerytalneColumn" type="xs:double" default="0" />
|
|---|
| 1490 | <xs:element name="rentowe" msprop:Generator_UserColumnName="rentowe" msprop:Generator_ColumnVarNameInTable="columnrentowe" msprop:Generator_ColumnPropNameInRow="rentowe" msprop:Generator_ColumnPropNameInTable="rentoweColumn" type="xs:double" default="0" />
|
|---|
| 1491 | <xs:element name="chorobowe" msprop:Generator_UserColumnName="chorobowe" msprop:Generator_ColumnVarNameInTable="columnchorobowe" msprop:Generator_ColumnPropNameInRow="chorobowe" msprop:Generator_ColumnPropNameInTable="choroboweColumn" type="xs:double" default="0" />
|
|---|
| 1492 | <xs:element name="zdrowotne1" msprop:Generator_UserColumnName="zdrowotne1" msprop:Generator_ColumnVarNameInTable="columnzdrowotne1" msprop:Generator_ColumnPropNameInRow="zdrowotne1" msprop:Generator_ColumnPropNameInTable="zdrowotne1Column" type="xs:double" default="0" />
|
|---|
| 1493 | <xs:element name="zdrowotne2" msprop:Generator_UserColumnName="zdrowotne2" msprop:Generator_ColumnVarNameInTable="columnzdrowotne2" msprop:Generator_ColumnPropNameInRow="zdrowotne2" msprop:Generator_ColumnPropNameInTable="zdrowotne2Column" type="xs:double" default="0" />
|
|---|
| 1494 | <xs:element name="podatek" msprop:Generator_UserColumnName="podatek" msprop:Generator_ColumnVarNameInTable="columnpodatek" msprop:Generator_ColumnPropNameInRow="podatek" msprop:Generator_ColumnPropNameInTable="podatekColumn" type="xs:double" default="0" />
|
|---|
| 1495 | </xs:sequence>
|
|---|
| 1496 | </xs:complexType>
|
|---|
| 1497 | </xs:element>
|
|---|
| 1498 | <xs:element name="Grupy" msprop:Generator_UserTableName="Grupy" msprop:Generator_RowDeletedName="GrupyRowDeleted" msprop:Generator_RowChangedName="GrupyRowChanged" msprop:Generator_RowClassName="GrupyRow" msprop:Generator_RowChangingName="GrupyRowChanging" msprop:Generator_RowEvArgName="GrupyRowChangeEvent" msprop:Generator_RowEvHandlerName="GrupyRowChangeEventHandler" msprop:Generator_TableClassName="GrupyDataTable" msprop:Generator_TableVarName="tableGrupy" msprop:Generator_RowDeletingName="GrupyRowDeleting" msprop:Generator_TablePropName="Grupy">
|
|---|
| 1499 | <xs:complexType>
|
|---|
| 1500 | <xs:sequence>
|
|---|
| 1501 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1502 | <xs:element name="NazwaGrupy" msprop:Generator_UserColumnName="NazwaGrupy" msprop:Generator_ColumnVarNameInTable="columnNazwaGrupy" msprop:Generator_ColumnPropNameInRow="NazwaGrupy" msprop:Generator_ColumnPropNameInTable="NazwaGrupyColumn" minOccurs="0">
|
|---|
| 1503 | <xs:simpleType>
|
|---|
| 1504 | <xs:restriction base="xs:string">
|
|---|
| 1505 | <xs:maxLength value="50" />
|
|---|
| 1506 | </xs:restriction>
|
|---|
| 1507 | </xs:simpleType>
|
|---|
| 1508 | </xs:element>
|
|---|
| 1509 | </xs:sequence>
|
|---|
| 1510 | </xs:complexType>
|
|---|
| 1511 | </xs:element>
|
|---|
| 1512 | <xs:element name="Users" msprop:Generator_UserTableName="Users" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowClassName="UsersRow" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_TablePropName="Users">
|
|---|
| 1513 | <xs:complexType>
|
|---|
| 1514 | <xs:sequence>
|
|---|
| 1515 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1516 | <xs:element name="Login" msprop:Generator_UserColumnName="Login" msprop:Generator_ColumnVarNameInTable="columnLogin" msprop:Generator_ColumnPropNameInRow="Login" msprop:Generator_ColumnPropNameInTable="LoginColumn">
|
|---|
| 1517 | <xs:simpleType>
|
|---|
| 1518 | <xs:restriction base="xs:string">
|
|---|
| 1519 | <xs:maxLength value="50" />
|
|---|
| 1520 | </xs:restriction>
|
|---|
| 1521 | </xs:simpleType>
|
|---|
| 1522 | </xs:element>
|
|---|
| 1523 | <xs:element name="IDEPracownik" msprop:Generator_UserColumnName="IDEPracownik" msprop:Generator_ColumnVarNameInTable="columnIDEPracownik" msprop:Generator_ColumnPropNameInRow="IDEPracownik" msprop:Generator_ColumnPropNameInTable="IDEPracownikColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1524 | <xs:element name="IDEGrupa" msprop:Generator_UserColumnName="IDEGrupa" msprop:Generator_ColumnVarNameInTable="columnIDEGrupa" msprop:Generator_ColumnPropNameInRow="IDEGrupa" msprop:Generator_ColumnPropNameInTable="IDEGrupaColumn" type="xs:int" minOccurs="0" />
|
|---|
| 1525 | </xs:sequence>
|
|---|
| 1526 | </xs:complexType>
|
|---|
| 1527 | </xs:element>
|
|---|
| 1528 | <xs:element name="Dzialy" msprop:Generator_UserTableName="Dzialy" msprop:Generator_RowDeletedName="DzialyRowDeleted" msprop:Generator_RowChangedName="DzialyRowChanged" msprop:Generator_RowClassName="DzialyRow" msprop:Generator_RowChangingName="DzialyRowChanging" msprop:Generator_RowEvArgName="DzialyRowChangeEvent" msprop:Generator_RowEvHandlerName="DzialyRowChangeEventHandler" msprop:Generator_TableClassName="DzialyDataTable" msprop:Generator_TableVarName="tableDzialy" msprop:Generator_RowDeletingName="DzialyRowDeleting" msprop:Generator_TablePropName="Dzialy">
|
|---|
| 1529 | <xs:complexType>
|
|---|
| 1530 | <xs:sequence>
|
|---|
| 1531 | <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
|
|---|
| 1532 | <xs:element name="Dzial" msprop:Generator_UserColumnName="Dzial" msprop:Generator_ColumnVarNameInTable="columnDzial" msprop:Generator_ColumnPropNameInRow="Dzial" msprop:Generator_ColumnPropNameInTable="DzialColumn" minOccurs="0">
|
|---|
| 1533 | <xs:simpleType>
|
|---|
| 1534 | <xs:restriction base="xs:string">
|
|---|
| 1535 | <xs:maxLength value="50" />
|
|---|
| 1536 | </xs:restriction>
|
|---|
| 1537 | </xs:simpleType>
|
|---|
| 1538 | </xs:element>
|
|---|
| 1539 | <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
|
|---|
| 1540 | <xs:simpleType>
|
|---|
| 1541 | <xs:restriction base="xs:string">
|
|---|
| 1542 | <xs:maxLength value="250" />
|
|---|
| 1543 | </xs:restriction>
|
|---|
| 1544 | </xs:simpleType>
|
|---|
| 1545 | </xs:element>
|
|---|
| 1546 | <xs:element name="Roz" msprop:Generator_UserColumnName="Roz" msprop:Generator_ColumnVarNameInTable="columnRoz" msprop:Generator_ColumnPropNameInRow="Roz" msprop:Generator_ColumnPropNameInTable="RozColumn" minOccurs="0">
|
|---|
| 1547 | <xs:simpleType>
|
|---|
| 1548 | <xs:restriction base="xs:string">
|
|---|
| 1549 | <xs:maxLength value="8" />
|
|---|
| 1550 | </xs:restriction>
|
|---|
| 1551 | </xs:simpleType>
|
|---|
| 1552 | </xs:element>
|
|---|
| 1553 | <xs:element name="For_WWW" msprop:Generator_UserColumnName="For_WWW" msprop:Generator_ColumnVarNameInTable="columnFor_WWW" msprop:Generator_ColumnPropNameInRow="For_WWW" msprop:Generator_ColumnPropNameInTable="For_WWWColumn" type="xs:short" minOccurs="0" />
|
|---|
| 1554 | </xs:sequence>
|
|---|
| 1555 | </xs:complexType>
|
|---|
| 1556 | </xs:element>
|
|---|
| 1557 | <xs:element name="GrupaDzial" msprop:Generator_UserTableName="GrupaDzial" msprop:Generator_RowDeletedName="GrupaDzialRowDeleted" msprop:Generator_TableClassName="GrupaDzialDataTable" msprop:Generator_RowChangedName="GrupaDzialRowChanged" msprop:Generator_RowClassName="GrupaDzialRow" msprop:Generator_RowChangingName="GrupaDzialRowChanging" msprop:Generator_RowEvArgName="GrupaDzialRowChangeEvent" msprop:Generator_RowEvHandlerName="GrupaDzialRowChangeEventHandler" msprop:Generator_TablePropName="GrupaDzial" msprop:Generator_TableVarName="tableGrupaDzial" msprop:Generator_RowDeletingName="GrupaDzialRowDeleting">
|
|---|
| 1558 | <xs:complexType>
|
|---|
| 1559 | <xs:sequence>
|
|---|
| 1560 | <xs:element name="IDEGrupy" msprop:Generator_UserColumnName="IDEGrupy" msprop:Generator_ColumnPropNameInRow="IDEGrupy" msprop:Generator_ColumnVarNameInTable="columnIDEGrupy" msprop:Generator_ColumnPropNameInTable="IDEGrupyColumn" type="xs:int" />
|
|---|
| 1561 | <xs:element name="IDEDzial" msprop:Generator_UserColumnName="IDEDzial" msprop:Generator_ColumnPropNameInRow="IDEDzial" msprop:Generator_ColumnVarNameInTable="columnIDEDzial" msprop:Generator_ColumnPropNameInTable="IDEDzialColumn" type="xs:int" />
|
|---|
| 1562 | </xs:sequence>
|
|---|
| 1563 | </xs:complexType>
|
|---|
| 1564 | </xs:element>
|
|---|
| 1565 | </xs:choice>
|
|---|
| 1566 | </xs:complexType>
|
|---|
| 1567 | <xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1568 | <xs:selector xpath=".//mstns:EMailsBody" />
|
|---|
| 1569 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1570 | </xs:unique>
|
|---|
| 1571 | <xs:unique name="LOGOS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1572 | <xs:selector xpath=".//mstns:LOGOS" />
|
|---|
| 1573 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1574 | </xs:unique>
|
|---|
| 1575 | <xs:unique name="PREMIE2_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1576 | <xs:selector xpath=".//mstns:PREMIE2" />
|
|---|
| 1577 | <xs:field xpath="mstns:ID" />
|
|---|
| 1578 | </xs:unique>
|
|---|
| 1579 | <xs:unique name="CurrentEMailBody_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1580 | <xs:selector xpath=".//mstns:CurrentEMailBody" />
|
|---|
| 1581 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1582 | </xs:unique>
|
|---|
| 1583 | <xs:unique name="Interface_Tytuly_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1584 | <xs:selector xpath=".//mstns:Interface_Tytuly" />
|
|---|
| 1585 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1586 | </xs:unique>
|
|---|
| 1587 | <xs:unique name="Kierownicy_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1588 | <xs:selector xpath=".//mstns:Kierownicy" />
|
|---|
| 1589 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1590 | </xs:unique>
|
|---|
| 1591 | <xs:unique name="view_Pracownicy_Podwladni_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1592 | <xs:selector xpath=".//mstns:view_Pracownicy_Podwladni" />
|
|---|
| 1593 | <xs:field xpath="mstns:IdePracownik" />
|
|---|
| 1594 | <xs:field xpath="mstns:IdeKierownik" />
|
|---|
| 1595 | </xs:unique>
|
|---|
| 1596 | <xs:unique name="Wspolczynniki_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1597 | <xs:selector xpath=".//mstns:Wspolczynniki" />
|
|---|
| 1598 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1599 | </xs:unique>
|
|---|
| 1600 | <xs:unique name="Grupy_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1601 | <xs:selector xpath=".//mstns:Grupy" />
|
|---|
| 1602 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1603 | </xs:unique>
|
|---|
| 1604 | <xs:unique name="Users_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1605 | <xs:selector xpath=".//mstns:Users" />
|
|---|
| 1606 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1607 | </xs:unique>
|
|---|
| 1608 | <xs:unique name="Dzialy_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1609 | <xs:selector xpath=".//mstns:Dzialy" />
|
|---|
| 1610 | <xs:field xpath="mstns:IDE" />
|
|---|
| 1611 | </xs:unique>
|
|---|
| 1612 | <xs:unique name="GrupaDzial_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1613 | <xs:selector xpath=".//mstns:GrupaDzial" />
|
|---|
| 1614 | <xs:field xpath="mstns:IDEGrupy" />
|
|---|
| 1615 | <xs:field xpath="mstns:IDEDzial" />
|
|---|
| 1616 | </xs:unique>
|
|---|
| 1617 | </xs:element>
|
|---|
| 1618 | </xs:schema> |
|---|