Template Files

Template file Description

Template root directory
Database_Solution_BDS.atcs Generates the C# Builder solution file.
Database_Solution_VSNET.atcs Generates the VS.NET solution file.
 SharedUtils.atcs Contains shared methods that are used by other templates.
Template.config Contains information about the template group.

DB Subdirectory
Database_Base.atcs Generates the base class that represents a database connection.
Database_PackageBody_Oracle.atcs Generates the package body for Oracle stored procedures.
Database_PackageDeclaration_Oracle.atcs Generates the package declaration for Oracle stored procedures.
Database_Project_DB_BDS.atcs Generates the C# Builder DB-tier project file.
Database_Project_DB_VSNET.atcs Generates the VS.NET DB-tier project file.
Database_SPWrapper_Base.atcs Generates the StoredProcedures_Base class.
Database_SPWrapper_User.atcs Generates the StoredProcedures class.
Database_StoredProcedures_MSSQL_SybaseAse.atcs Generates MS SQL and Sybase Ase stored procedures.
Database_User.atcs Generates the user class that represents a database connection.
Table_Collection_Base.atcs Generates the <TableCodeName>Collection_Base classes.
Table_Collection_User.atcs Generates the <TableCodeName>Collection classes.
Table_Row_Base.atcs Generates the <TableCodeName>Row_Base classes.
Table_Row_User.atcs Generates the <TableCodeName>Row classes.

WebUI Subdirectory
Database_About.atcs Generates the About.htm file.
Database_Default.atcs Generates the Default.htm file.
Database_Global.atcs Generates the Global.asax file.
Database_Global_Code.atcs Generates the Global.asax.cs file.
Database_Header.atcs Generates the Header.htm file.
Database_Project_WebInfo_VSNET.atcs Generates the WebUI.csproj.webinfo/WebUI.vbproj.webinfo files.
Database_Project_WebUI_VSNET.atcs Generates the VS.NET WebUI project file.
DirectoryInfo.atcs Specifies whether the WinForm UI project should be generated.

WebUI\Editors Subdirectory
Table_TableEditor_Aspx.atcs Generates the <TableCodeName>.aspx files.
Table_TableEditor_CodeBehind.atcs Generates the code-behind classes for the <TableCodeName>.aspx files.
Table_TableEditor_Resources.atcs Generates the resource files for the <TableCodeName>.aspx.

WinUI Subdirectory
Database_AboutControl.atcs Generates the AboutControl class.
Database_BaseTableEditor.atcs Generates the BaseTableEditor class that is a base class for all the TableEditor user controls.
Database_DbNavigator.atcs Generates the DbNavigator class.
Database_MainForm.atcs Generates the main form of the WinForm application.
Database_Project_WinUI_BDS.atcs Generates the the C# Builder WinUI project file.
Database_Project_WinUI_VSNET.atcs Generates the the VS.NET WinUI project file.
DirectoryInfo.atcs Specifies whether the WinForm UI project should be generated.

WinUI\Editors Subdirectory
Table_RowEditor.atcs Generates the row editor user control for every table/view in the project.
Table_RowEditorResources.atcs Generates the resource files for the row editor user controls.
Table_TableEditor.atcs Generates the table editor user control for every table/view in the project.
Table_TableEditorResources.atcs Generates the resource files for the table editor user controls.