<%@ CodeTemplate Language="C#" ClassName="Project_Dal" TargetLanguage="C#" Debug="False" Description="" %> <%@ Property Name="databaseProjectName" Type="System.String" Default="SpSampleDb" Optional="True" Category="Context" Description="" %> <% DbEntity db = Template.GetDataBase(databaseProjectName); OpenResponse(databaseProjectName+"\\Dal\\Dal.csproj"); %> Debug AnyCPU 8.0.50727 2.0 {2DC30195-858C-4237-B439-0C4E33D7B21D} Library Properties Dal Dal true full false bin\Debug\ DEBUG;TRACE prompt 4 pdbonly true bin\Release\ TRACE prompt 4 <% foreach(Table tb in db.Tables) { Response.WriteLine(""); } %> {0B17BB8B-DF72-486F-BD22-9A8942F25FE1} Model {EC357989-25CA-4D96-AE37-099E1810F1FF} WebBase <%CloseResponse();%>