⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accessblog.xsd

📁 ajax 三层软件开发实例,三层软件开发实例
💻 XSD
📖 第 1 页 / 共 2 页
字号:
                <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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -