温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ASP.NET宿舍管理系统源码
当前文件:
AspDotNetDormitory/App_Code/DataSet1.xsd[4K,2009-6-12 11:31:44],打开代码结构图
AspDotNetDormitory/App_Code/DataSet1.xsd[4K,2009-6-12 11:31:44],打开代码结构图1<?xml version="1.0" encoding="utf-8"?> 2
<xs:schema id="DataSet1" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.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="Web.config" AppSettingsPropertyName="ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.ConnectionString.ConnectionString" Provider="System.Data.SqlClient" /> 8
</Connections> 9
<Tables> 10
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="nameTableAdapter" GeneratorDataComponentClassName="nameTableAdapter" Name="name" UserDataComponentName="nameTableAdapter"> 11
<MainSource> 12
<DbSource ConnectionRef="ConnectionString (Web.config)" DbObjectName="[D:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\MY DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\WEBSITE1\APP_DATA\WEBCASHS.MDF].dbo.InsName" DbObjectType="StoredProcedure" 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="false" UserGetMethodName="GetData" UserSourceName="Fill"> 13
<SelectCommand> 14
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false"> 15
<CommandText>dbo.InsName</CommandText> 16
<Parameters> 17
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Object" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" Scale="0" Size="0" SourceColumnNullMapping="false" SourceVersion="Current" /> 18
<Parameter AllowDbNull="false" AutogeneratedName="ID" ColumnName="ID" DataSourceName="[D:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\MY DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\WEBSITE1\APP_DATA\WEBCASHS.MDF].dbo.name" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" /> 19
<Parameter AllowDbNull="false" AutogeneratedName="MyName" ColumnName="MyName" DataSourceName="[D:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\MY DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\WEBSITE1\APP_DATA\WEBCASHS.MDF].dbo.name" DataTypeServer="nchar(10)" DbType="String" Direction="Input" ParameterName="@MyName" Precision="0" ProviderType="NChar" Scale="0" Size="10" SourceColumn="MyName" SourceColumnNullMapping="false" SourceVersion="Current" /> 20
</Parameters> 21
</DbCommand> 22
</SelectCommand> 23
</DbSource> 24
</MainSource> 25
<Mappings /> 26
<Sources /> 27
</TableAdapter> 28
</Tables> 29
<Sources /> 30
</DataSource> 31
</xs:appinfo> 32
</xs:annotation> 33
<xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DataSet1" msprop:Generator_DataSetName="DataSet1"> 34
<xs:complexType> 35
<xs:choice minOccurs="0" maxOccurs="unbounded"> 36
<xs:element name="name" msprop:Generator_UserTableName="name" msprop:Generator_RowDeletedName="nameRowDeleted" msprop:Generator_TableClassName="nameDataTable" msprop:Generator_RowChangedName="nameRowChanged" msprop:Generator_RowClassName="nameRow" msprop:Generator_RowChangingName="nameRowChanging" msprop:Generator_RowEvArgName="nameRowChangeEvent" msprop:Generator_RowEvHandlerName="nameRowChangeEventHandler" msprop:Generator_TablePropName="name" msprop:Generator_TableVarName="tablename" msprop:Generator_RowDeletingName="nameRowDeleting"> 37
<xs:complexType> 38
</xs:complexType> 39
</xs:element> 40
</xs:choice> 41
</xs:complexType> 42
</xs:element> 43
</xs:schema>



