Mercurial > pub > bltoolkit
view Tools/Templates/PostgreSQLDataModel.tt @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
line wrap: on
line source
<#@ template language="C#" debug="True" hostspecific="True" #> <#@ output extension=".generated.cs" #> <#@ assembly name="$(SolutionDir)\packages\Npgsql.2.0.12.1\lib\Net40\Npgsql.dll" #> <#@ include file="$(SolutionDir)\Source\Templates\BLToolkit.ttinclude" #> <#@ include file="$(SolutionDir)\Source\Templates\PostgreSql.ttinclude" #> <#@ include file="$(SolutionDir)\Source\Templates\ValidationAttributes.ttinclude" #> <# GetConnectionObject = () => new Npgsql.NpgsqlConnection(); ConnectionString = "Server=DBHost;Port=5432;Database=TestData;User Id=postgres;Password=TestPassword;"; DataContextName = "PostgreSqlDataContext"; Namespace = "PostgreSqlDataModel"; GenerateModel(); #>