当前路径:DALDataSet/AccessBlog.xsd <?xml version="1.0" encoding="utf-8"?> <xs:schema id="AccessBlog" targetNamespace="http://tempuri.org/AccessBlog.xsd" xmlns:mstns="http://tempuri.org/AccessBlog.xsd" xmlns="http://tempuri.org/AccessBlog.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="2" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <Connections> <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="myPageConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="myPageConnectionString (Settings)" PropertyReference="ApplicationSettings.DALDataSet.Properties.Settings.GlobalReference.Default.myPageConnectionString" Provider="System.Data.OleDb"> </Connection> <Connection ConnectionStringObject="Data Source=.\SQLEXPRESS;AttachDbFilename="G:\wz tool\vs2005\AjaxMyPage\App_Data\ASPNETDB.MDF";Integrated Security=True;User Instance=True" IsAppSettingsProperty="False" Modifier="Assembly" Name="ASPNETDB.MDF" ParameterPrefix="@" Provider="System.Data.SqlClient"> </Connection> <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="myPageConnectionString1" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="myPageConnectionString1 (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.DALDataSet.Properties.Settings.GlobalReference.Default.myPageConnectionString1" Provider="System.Data.SqlClient"> </Connection> </Connections> <Tables> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="blogNoteTableAdapter" GeneratorDataComponentClassName="blogNoteTableAdapter" Name="blogNote" UserDataComponentName="blogNoteTableAdapter"> <MainSource> <DbSource ConnectionRef="myPageConnectionString (Settings)" DbObjectName="blogNote" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SetData" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="SetData" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="SetData"> <DeleteCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>DELETE FROM `blogNote` WHERE ((`id` = ?) AND ((? = 1 AND `pic` IS NULL) OR (`pic` = ?)) AND ((? = 1 AND `picText` IS NULL) OR (`picText` = ?)))</CommandText> <Parameters> <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_id" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_pic" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_pic" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_picText" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_picText" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> </Parameters> </DbCommand> </DeleteCommand> <InsertCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>INSERT INTO `blogNote` (`pic`, `picText`, `content`) VALUES (?, ?, ?)</CommandText> <Parameters> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="pic" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="picText" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="content" Precision="0" ProviderType="LongVarWChar" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> </Parameters> </DbCommand> </InsertCommand> <SelectCommand> <DbCommand CommandType="Text" ModifiedByUser="True"> <CommandText>SELECT id, pic, picText, content FROM blogNote ORDER BY id DESC</CommandText> <Parameters> </Parameters> </DbCommand> </SelectCommand> <UpdateCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>UPDATE `blogNote` SET `pic` = ?, `picText` = ?, `content` = ? WHERE ((`id` = ?) AND ((? = 1 AND `pic` IS NULL) OR (`pic` = ?)) AND ((? = 1 AND `picText` IS NULL) OR (`picText` = ?)))</CommandText> <Parameters> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="pic" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="picText" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="content" Precision="0" ProviderType="LongVarWChar" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_id" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_pic" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_pic" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_picText" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_picText" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> </Parameters> </DbCommand> </UpdateCommand> </DbSource> </MainSource> <Mappings> <Mapping SourceColumn="id" DataSetColumn="id" /> <Mapping SourceColumn="pic" DataSetColumn="pic" /> <Mapping SourceColumn="picText" DataSetColumn="picText" /> <Mapping SourceColumn="content" DataSetColumn="content" /> </Mappings> <Sources> </Sources> </TableAdapter> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="blogNote1TableAdapter" GeneratorDataComponentClassName="blogNote1TableAdapter" Name="blogNote1" UserDataComponentName="blogNote1TableAdapter"> <MainSource> <DbSource ConnectionRef="myPageConnectionString1 (Settings)" DbObjectName="dbo.blogNote" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SetData" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="SetData" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="SetData"> <DeleteCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>DELETE FROM [blogNote] WHERE (([id] = @Original_id) AND ((@IsNull_picText = 1 AND [picText] IS NULL) OR ([picText] = @Original_picText)))</CommandText> <Parameters> <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_picText" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_picText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> </Parameters> </DbCommand> </DeleteCommand> <InsertCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>INSERT INTO [blogNote] ([pic], [picText], [content]) VALUES (@pic, @picText, @content); SELECT id, pic, picText, [content] FROM blogNote WHERE (id = SCOPE_IDENTITY()) ORDER BY id DESC</CommandText> <Parameters> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pic" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@picText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@content" Precision="0" ProviderType="Text" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> </Parameters> </DbCommand> </InsertCommand> <SelectCommand> <DbCommand CommandType="Text" ModifiedByUser="True"> <CommandText>SELECT id, pic, picText, [content] FROM blogNote ORDER BY id DESC</CommandText> <Parameters> </Parameters> </DbCommand> </SelectCommand> <UpdateCommand> <DbCommand CommandType="Text" ModifiedByUser="False"> <CommandText>UPDATE [blogNote] SET [pic] = @pic, [picText] = @picText, [content] = @content WHERE (([id] = @Original_id) AND ((@IsNull_picText = 1 AND [picText] IS NULL) OR ([picText] = @Original_picText))); SELECT id, pic, picText, [content] FROM blogNote WHERE (id = @id) ORDER BY id DESC</CommandText> <Parameters> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pic" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pic" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@picText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@content" Precision="0" ProviderType="Text" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_picText" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="True" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_picText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="picText" SourceColumnNullMapping="False" SourceVersion="Original"> </Parameter> <Parameter AllowDbNull="False" AutogeneratedName="id" ColumnName="id" DataSourceName="[G:\WZ TOOL\VS2005\AJAXMYPAGE\APP_DATA\MYPAGE.MDF].dbo.blogNote" DataTypeServer="bigint" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="id" SourceColumnNullMapping="False" SourceVersion="Current"> </Parameter> </Parameters> </DbCommand> </UpdateCommand> </DbSource> </MainSource> <Mappings> <Mapping SourceColumn="id" DataSetColumn="id" /> <Mapping SourceColumn="pic" DataSetColumn="pic" /> <Mapping SourceColumn="picText" DataSetColumn="picText" /> <Mapping SourceColumn="content" DataSetColumn="content" /> </Mappings> <Sources> </Sources> </TableAdapter> </Tables> <Sources> </Sources> </DataSource> </xs:appinfo> </xs:annotation> <xs:element name="AccessBlog" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="AccessBlog" msprop:Generator_DataSetName="AccessBlog"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="blogNote" msprop:Generator_UserTableName="blogNote" msprop:Generator_RowDeletedName="blogNoteRowDeleted" msprop:Generator_RowChangedName="blogNoteRowChanged" msprop:Generator_RowClassName="blogNoteRow" msprop:Generator_RowChangingName="blogNoteRowChanging" msprop:Generator_RowEvArgName="blogNoteRowChangeEvent" msprop:Generator_RowEvHandlerName="blogNoteRowChangeEventHandler" msprop:Generator_TableClassName="blogNoteDataTable" msprop:Generator_TableVarName="tableblogNote" msprop:Generator_RowDeletingName="blogNoteRowDeleting" msprop:Generator_TablePropName="blogNote"> <xs:complexType> <xs:sequence> <xs:element name="id" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> <xs:element name="pic" msprop:Generator_UserColumnName="pic" msprop:Generator_ColumnVarNameInTable="columnpic" msprop:Generator_ColumnPropNameInRow="pic" msprop:Generator_ColumnPropNameInTable="picColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="picText" msprop:Generator_UserColumnName="picText" msprop:Generator_ColumnVarNameInTable="columnpicText" msprop:Generator_ColumnPropNameInRow="picText" msprop:Generator_ColumnPropNameInTable="picTextColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="content" msprop:Generator_UserColumnName="content" msprop:Generator_ColumnVarNameInTable="columncontent" msprop:Generator_ColumnPropNameInRow="content" msprop:Generator_ColumnPropNameInTable="contentColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="536870910" /> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="blogNote1" msprop:Generator_UserTableName="blogNote1" msprop:Generator_RowDeletedName="blogNote1RowDeleted" msprop:Generator_RowChangedName="blogNote1RowChanged" msprop:Generator_RowClassName="blogNote1Row" msprop:Generator_RowChangingName="blogNote1RowChanging" msprop:Generator_RowEvArgName="blogNote1RowChangeEvent" msprop:Generator_RowEvHandlerName="blogNote1RowChangeEventHandler" msprop:Generator_TableClassName="blogNote1DataTable" msprop:Generator_TableVarName="tableblogNote1" msprop:Generator_RowDeletingName="blogNote1RowDeleting" msprop:Generator_TablePropName="blogNote1"> <xs:complexType> <xs:sequence> <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:long" /> <xs:element name="pic" msprop:Generator_UserColumnName="pic" msprop:Generator_ColumnVarNameInTable="columnpic" msprop:Generator_ColumnPropNameInRow="pic" msprop:Generator_ColumnPropNameInTable="picColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="2147483647" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="picText" msprop:Generator_UserColumnName="picText" msprop:Generator_ColumnVarNameInTable="columnpicText" msprop:Generator_ColumnPropNameInRow="picText" msprop:Generator_ColumnPropNameInTable="picTextColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="content" msprop:Generator_UserColumnName="content" msprop:Generator_ColumnVarNameInTable="columncontent" msprop:Generator_ColumnPropNameInRow="content" msprop:Generator_ColumnPropNameInTable="contentColumn" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="2147483647" /> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> <xs:unique name="Constraint1" msdata:PrimaryKey="true"> <xs:selector xpath=".//mstns:blogNote" /> <xs:field xpath="mstns:id" /> </xs:unique> <xs:unique name="blogNote1_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true"> <xs:selector xpath=".//mstns:blogNote1" /> <xs:field xpath="mstns:id" /> </xs:unique> </xs:element> </xs:schema>
相关源码
- HTML5响应式在线教育培训类企业商学院整站系统2020-10-21
- 图书管理系统2020-10-17
- 开单大师学习版2020-09-02
- 花语花店销售网站源码2020-08-03
- LONE网上购书源码2020-08-01
- 开单大师学习版源码2020-07-21
关于我们 | 顾问团队 | 发展历程 | 联系我们 | 源码上传
联系电话(Tel):4008-010-151(免长途) 企业QQ:2852517674
地址:北京市海淀区中关村鼎好大厦A座二层 邮编:100080
Room A-801,Dinghao Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2015. 京ICP备09089570号 | 京公网安备11010702000869号
联系电话(Tel):4008-010-151(免长途) 企业QQ:2852517674
地址:北京市海淀区中关村鼎好大厦A座二层 邮编:100080
Room A-801,Dinghao Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2015. 京ICP备09089570号 | 京公网安备11010702000869号