12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="РП31ДьячковНикитинСтудентыDataSet" targetNamespace="http://tempuri.org/РП31ДьячковНикитинСтудентыDataSet.xsd" xmlns:mstns="http://tempuri.org/РП31ДьячковНикитинСтудентыDataSet.xsd" xmlns="http://tempuri.org/РП31ДьячковНикитинСтудентыDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xs:annotation>
- <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
- <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <Connections>
- <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="РП31ДьячковНикитинСтудентыConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="РП31ДьячковНикитинСтудентыConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.DiachkovStudents.Properties.Settings.GlobalReference.Default.РП31ДьячковНикитинСтудентыConnectionString" Provider="System.Data.SqlClient" />
- </Connections>
- <Tables>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="СпециальностиTableAdapter" GeneratorDataComponentClassName="СпециальностиTableAdapter" Name="Специальности" UserDataComponentName="СпециальностиTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="РП31ДьячковНикитинСтудентыConnectionString (Settings)" DbObjectName="РП31ДьячковНикитинСтуденты.dbo.Специальности" 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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Специальности] ([НаименованиеСпециальности]) VALUES (@НаименованиеСпециальности)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@НаименованиеСпециальности" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="НаименованиеСпециальности" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT НаименованиеСпециальности FROM dbo.Специальности</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="НаименованиеСпециальности" DataSetColumn="НаименованиеСпециальности" />
- </Mappings>
- <Sources />
- </TableAdapter>
- </Tables>
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="РП31ДьячковНикитинСтудентыDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="РП31ДьячковНикитинСтудентыDataSet" msprop:Generator_UserDSName="РП31ДьячковНикитинСтудентыDataSet">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="Специальности" msprop:Generator_TableClassName="СпециальностиDataTable" msprop:Generator_TableVarName="tableСпециальности" msprop:Generator_TablePropName="Специальности" msprop:Generator_RowDeletingName="СпециальностиRowDeleting" msprop:Generator_RowChangingName="СпециальностиRowChanging" msprop:Generator_RowEvHandlerName="СпециальностиRowChangeEventHandler" msprop:Generator_RowDeletedName="СпециальностиRowDeleted" msprop:Generator_UserTableName="Специальности" msprop:Generator_RowChangedName="СпециальностиRowChanged" msprop:Generator_RowEvArgName="СпециальностиRowChangeEvent" msprop:Generator_RowClassName="СпециальностиRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="НаименованиеСпециальности" msprop:Generator_ColumnVarNameInTable="columnНаименованиеСпециальности" msprop:Generator_ColumnPropNameInRow="НаименованиеСпециальности" msprop:Generator_ColumnPropNameInTable="НаименованиеСпециальностиColumn" msprop:Generator_UserColumnName="НаименованиеСпециальности" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|