14151617181920
_sqlScriptPlugin = sqlScriptPlugin; } public void scriptTablesToSQLEntryArea(ISession sess, ITableInfo[] tis) { new CreateTableScriptCommand(sess, _sqlScriptPlugin).scriptTablesToSQLEntryArea(tis); }