Database Documentation Generation in CodeSmith
page 3 of 7
by Jason Alexander
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 31715/ 43

Assembly References & Importing - P3

Templates are no different then any other ASP.NET page. They require references and imports of any needed assemblies, too.

Since we're using the DatabaseSchema object (remember our previous property), we need to add a reference to the SchemaExplorer assembly, like so:

 


<%@ Assembly Name="SchemaExplorer" %>


 

And, finally, we'll be referencing the instance of DatabaseSchema throughout our template, so we'll need to import the SchemaExplorer namespace so that we have context to the object:

 


<%@ Import Namespace="SchemaExplorer" %>


 


View Entire Article

User Comments

Title: Links problem   
Name: Ahmed Ammar
Date: 2009-08-02 10:20:41 AM
Comment:
Link for download full sample is broken
Title: SE   
Name: Kunal Shah
Date: 2005-08-04 6:50:59 AM
Comment:
Excellent






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-18 2:23:35 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search