You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
2.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="zhanghuDataSet2" targetNamespace="http://tempuri.org/zhanghuDataSet2.xsd" xmlns:mstns="http://tempuri.org/zhanghuDataSet2.xsd" xmlns="http://tempuri.org/zhanghuDataSet2.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="zhanghuConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="zhanghuConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.LoginFrame.Properties.Settings.GlobalReference.Default.zhanghuConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stuinfoTableAdapter" GeneratorDataComponentClassName="stuinfoTableAdapter" Name="stuinfo" UserDataComponentName="stuinfoTableAdapter">
<MainSource>
<DbSource ConnectionRef="zhanghuConnectionString (Settings)" DbObjectName="zhanghu.dbo.stuinfo" 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].[stuinfo] ([name], [myclass], [数学], [语文], [英语], [物理], [化学], [生物]) VALUES (@name, @myclass, @数学, @语文, @英语, @物理, @化学, @生物)</CommandText>