The Import directive adds a ‘using’ statement in C#, or an ‘Import’ statement in Visual Basic .NET, to the template code.
For example:
<%@ Import Namespace="System.Data" %>
The parameter is:
Namespace: The name of the namespace to be imported.
GeneXus Template Language