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

📄 createschema.aspx

📁 利用nhibernate简单实现的一个程序
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPageTest.master" AutoEventWireup="true" CodeFile="CreateSchema.aspx.cs" Inherits="CreateSchema" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="m_contentBody" Runat="Server">
    <br />
    <ol>
        <li>Create a database in SQL2005</li><li>Open "hibernate.cfg.xml" and make sure that the "connection.connection_string" value
            is set properly.&nbsp; Make sure that the "Initial Catalog" is set to the name of
            the database you created in step #1.</li>
        <li>Copy "hibernate.cfg.xml" to the "bin" directory of the web site project.</li>
        <li>Press create schema.</li></ol>
    <br />
    &nbsp;&nbsp;
    <asp:Button ID="m_btnCreateSchema" runat="server" OnClick="m_btnCreateSchema_Click"
        Text="Create Schema" />
</asp:Content>

⌨️ 快捷键说明

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