Mercurial > pub > bltoolkit
comparison Demo/Silverlight/Client.Web/DataModel.tt @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <#@ template debug="True" hostspecific="True" #> | |
2 <#@ output extension=".generated.cs" #> | |
3 <#@ include file="$(SolutionDir)\Source\Templates\BLToolkit.ttinclude" #> | |
4 <#@ include file="$(SolutionDir)\Source\Templates\MSSQL.ttinclude" #> | |
5 <# | |
6 ConnectionString = "Server=.;Database=Northwind;Integrated Security=SSPI"; | |
7 | |
8 Namespace = "Client"; | |
9 DataContextName = "DataModel"; | |
10 | |
11 Usings.Add("BLToolkit.ServiceModel"); | |
12 Usings.Add("System.ServiceModel"); | |
13 | |
14 GenerateModel(); | |
15 #> |