Mercurial > pub > bltoolkit
annotate Demo/Silverlight/Client.Web/DataModel.tt @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
rev | line source |
---|---|
0 | 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 #> |