1AbstractProvider.cst 生成数据提供者基类<%-- 
  2AbstractProvider.cst 生成数据提供者基类Name:
  3AbstractProvider.cst 生成数据提供者基类Author: 
  4AbstractProvider.cst 生成数据提供者基类Description: 
  5AbstractProvider.cst 生成数据提供者基类--%>
  6AbstractProvider.cst 生成数据提供者基类<%@ CodeTemplate Language="C#" ResponseEncoding="UTF-8" TargetLanguage="Text" Src="Helper.cs" Inherits="Helper" Debug="False" Description="Template description here." %>
  7AbstractProvider.cst 生成数据提供者基类
  8AbstractProvider.cst 生成数据提供者基类<%@ Assembly Name="System.Data" %>
  9AbstractProvider.cst 生成数据提供者基类<%@ Assembly Name="SchemaExplorer" %>
 10AbstractProvider.cst 生成数据提供者基类<%@ Import Namespace="System.Data" %>
 11AbstractProvider.cst 生成数据提供者基类<%@ Import Namespace="SchemaExplorer" %>
 12AbstractProvider.cst 生成数据提供者基类<%@ Property Name="DataBase" Type="SchemaExplorer.DatabaseSchema" Category="2.数据库对象" Description="当前生成的数据库对象" %>
 13AbstractProvider.cst 生成数据提供者基类<%@ Property Name="NameSpace" Type="System.String" Default="" Optional="false" Category="1.命名空间" Description="当前生成命名空间" %>
 14AbstractProvider.cst 生成数据提供者基类<%@ Property Name="AutoExecuteScript" Type="System.Boolean" Default="False" Category="1. 是否自动执行生成后的脚本"
 15AbstractProvider.cst 生成数据提供者基类    Description="是否自动执行生成后的脚本" %>
 16AbstractProvider.cst 生成数据提供者基类<%@ Property Name="ModuleName" Type="System.String" Default="" Optional="false" Category="" Description="项目名称" %>
 17AbstractProvider.cst 生成数据提供者基类
 18AbstractProvider.cst 生成数据提供者基类
 19AbstractProvider.cst 生成数据提供者基类
 20AbstractProvider.cst 生成数据提供者基类
 21AbstractProvider.cst 生成数据提供者基类using System;
 22AbstractProvider.cst 生成数据提供者基类using System.Collections.Generic;
 23AbstractProvider.cst 生成数据提供者基类using System.Text;
 24AbstractProvider.cst 生成数据提供者基类using System.Configuration.Provider;
 25AbstractProvider.cst 生成数据提供者基类using System.Data;
 26AbstractProvider.cst 生成数据提供者基类using System.Web.Configuration;
 27AbstractProvider.cst 生成数据提供者基类using System.IO;
 28AbstractProvider.cst 生成数据提供者基类using System.Configuration;
 29AbstractProvider.cst 生成数据提供者基类
 30AbstractProvider.cst 生成数据提供者基类namespace <%= NameSpace%>.Framework
 31>

相关文章: