Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use the functions in the ScriptUtil class, you should set a reference to the CodeSmith.Engine assembly and import its namespace:

<%@ Assembly Name="CodeSmith.Engine" %>
<%@ Import Namespace="CodeSmith.Engine" %>

The ScriptUtil class includes a single static method to execute a SQL script against a supplied connection. You'll find this method useful when you want to execute generated SQL scripts.

  • No labels