public Stream GetScript(string schemaName, string tableName) { var response = new ScriptResponse(schemaName, tableName); response.Flush(); return(response.Stream); }
public Stream GetScripts() { var response = new ScriptResponse(); response.Flush(); return(response.Stream); }