Quick Start Template
The QuickStart.cst temlplate is used to create a basic project using Linq to Sql. The template will create a visual studio solution with up to three included projects: A Data Project, an Interface Project, and a Test Project.
Properties on the QuickStart.cst template:
Property |
Description |
---|---|
1.Database |
|
SourceDatabase |
The Database that will be accessed by the website. |
2.Solution |
|
Language |
The language that thee project will be generated in. |
LaunchVisualStudio |
Should visual studio launch when the project finishes generating. |
Location |
The root directory of the generated solution. |
SolutionName |
The name of the Visual Studio Solution. |
VisualStudioVersion |
The version of Visual Studio you will be using. |
3.Data Project |
|
CopyTemplatesToFolder |
Create a copy of the Linq to Sql Directory and its contents to the data project directory. |
DataProjectName |
The name of the data project directory and project. |
QueryPattern |
The type of pattern to use for automatically generated queries. |
4.Interface Project |
|
IncludeDataServices |
Include Data Service Files and References in the interface project. |
InterfaceProjectName |
The name of the interface project directory and project. |
ProjectType |
The type of interface project to be created. Can be none. |
5.TestProject |
|
IncludeTestProject |
Include a test project in the solution. |
TestProjectName |
The name of the test project directory and project. |