Ðåôåðàòû. Àíàëèç òåêñòîâ íà çàèìñòâîâàíèå ìåòîäîì ïîñòðîåíèÿ ñåìàíòè÷åñêèõ ìîäåëåé

                </SelectCommand>

              </DbSource>

            </MainSource>

            <Mappings>

              <Mapping SourceColumn="identity_id" DataSetColumn="identity_id" />

              <Mapping SourceColumn="identity_name" DataSetColumn="identity_name" />

              <Mapping SourceColumn="identity_weight" DataSetColumn="identity_weight" />

            </Mappings>

            <Sources>

            </Sources>

          </TableAdapter>

          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="link_typesTableAdapter" GeneratorDataComponentClassName="link_typesTableAdapter" Name="link_types" UserDataComponentName="link_typesTableAdapter">

            <MainSource>

              <DbSource ConnectionRef="adbConnectionString (Settings)" DbObjectName="adb.dbo.link_types" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">

                <InsertCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>INSERT INTO [dbo].[link_types] ([link_name]) VALUES (@link_name)</CommandText>

                    <Parameters>

                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@link_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="link_name" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                    </Parameters>

                  </DbCommand>

                </InsertCommand>

                <SelectCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>SELECT link_id, link_name FROM dbo.link_types</CommandText>

                    <Parameters>

                    </Parameters>

                  </DbCommand>

                </SelectCommand>

              </DbSource>

            </MainSource>

            <Mappings>

              <Mapping SourceColumn="link_id" DataSetColumn="link_id" />

              <Mapping SourceColumn="link_name" DataSetColumn="link_name" />

            </Mappings>

            <Sources>

            </Sources>

          </TableAdapter>

          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="linksTableAdapter" GeneratorDataComponentClassName="linksTableAdapter" Name="links" UserDataComponentName="linksTableAdapter">

            <MainSource>

              <DbSource ConnectionRef="adbConnectionString (Settings)" DbObjectName="adb.dbo.links" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">

                <InsertCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>INSERT INTO [dbo].[links] ([link_from], [link_to], [link_weight]) VALUES (@link_from, @link_to, @link_weight)</CommandText>

                    <Parameters>

                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@link_from" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="link_from" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@link_to" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="link_to" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@link_weight" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="link_weight" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                    </Parameters>

                  </DbCommand>

                </InsertCommand>

                <SelectCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>SELECT link_from, link_to, link_weight FROM dbo.links</CommandText>

                    <Parameters>

                    </Parameters>

                  </DbCommand>

                </SelectCommand>

              </DbSource>

            </MainSource>

            <Mappings>

              <Mapping SourceColumn="link_from" DataSetColumn="link_from" />

              <Mapping SourceColumn="link_to" DataSetColumn="link_to" />

              <Mapping SourceColumn="link_weight" DataSetColumn="link_weight" />

            </Mappings>

            <Sources>

            </Sources>

          </TableAdapter>

          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="text_identitiesTableAdapter" GeneratorDataComponentClassName="text_identitiesTableAdapter" Name="text_identities" UserDataComponentName="text_identitiesTableAdapter">

            <MainSource>

              <DbSource ConnectionRef="adbConnectionString (Settings)" DbObjectName="adb.dbo.text_identities" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">

                <InsertCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>INSERT INTO [dbo].[text_identities] ([text_id], [identity_id]) VALUES (@text_id, @identity_id)</CommandText>

                    <Parameters>

                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@text_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="text_id" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@identity_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="identity_id" SourceColumnNullMapping="False" SourceVersion="Current">

                      </Parameter>

                    </Parameters>

                  </DbCommand>

                </InsertCommand>

                <SelectCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>SELECT text_id, identity_id FROM dbo.text_identities</CommandText>

                    <Parameters>

                    </Parameters>

                  </DbCommand>

                </SelectCommand>

              </DbSource>

            </MainSource>

            <Mappings>

              <Mapping SourceColumn="text_id" DataSetColumn="text_id" />

              <Mapping SourceColumn="identity_id" DataSetColumn="identity_id" />

            </Mappings>

            <Sources>

            </Sources>

          </TableAdapter>

          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="textsTableAdapter" GeneratorDataComponentClassName="textsTableAdapter" Name="texts" UserDataComponentName="textsTableAdapter">

            <MainSource>

              <DbSource ConnectionRef="adbConnectionString (Settings)" DbObjectName="adb.dbo.texts" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">

                <InsertCommand>

                  <DbCommand CommandType="Text" ModifiedByUser="False">

                    <CommandText>INSERT INTO [dbo].[texts] ([text], [text_caption]) VALUES (@text, @text_caption)</CommandText>

                    <Parameters>

                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@text" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="text" SourceColumnNullMapping="False" SourceVersion="Current">

Ñòðàíèöû: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42



2012 © Âñå ïðàâà çàùèùåíû
Ïðè èñïîëüçîâàíèè ìàòåðèàëîâ àêòèâíàÿ ññûëêà íà èñòî÷íèê îáÿçàòåëüíà.