| This technique is useful for generating multiple identical copies of the same file. When you need to generate multiple different files as part of a single code-generation process, you should use one sub-template for each file. Call the sub-templates from a master template and use the RenderToFile method to output each sub-template. |
1
public void RenderMyAspxCs(TableSchema table,string strTableName,string nameSpaceStr)
2
2