Method | Description | |
---|---|---|
Execute ( string scriptFileName ) : void | ||
SqlCmdScriptExecutor ( string serverName, string databaseName, string login, string password, ILogger logger ) : System |
Method | Description | |
---|---|---|
GetArgs ( string scriptFileName ) : string[] | ||
LogIfHasSomething ( string text ) : void |
public Execute ( string scriptFileName ) : void | ||
scriptFileName | string | |
return | void |
public SqlCmdScriptExecutor ( string serverName, string databaseName, string login, string password, ILogger logger ) : System | ||
serverName | string | |
databaseName | string | |
login | string | |
password | string | |
logger | ILogger | |
return | System |