Method | Description | |
---|---|---|
ExecuteScript ( ScriptCollection scripts, |
Executes the script. Use script.Execute(transaction) to do the work. We will also pull the status of our script exection from here. |
|
ExecuteScript ( ScriptCollection scripts, |
Executes the script. Use script.Execute(transaction) to do the work. We will also pull the status of our script exection from here. |
|
ExecuteScript ( string scriptName, |
Executes the script. Use script.Execute(transaction) to do the work. We will also pull the status of our script exection from here. |
|
ExecuteScript ( string scriptName, |
Executes the script. Use script.Execute(transaction) to do the work. We will also pull the status of our script exection from here. |
|
UnpackEmbeddedScript ( string scriptName ) : |
Unpacks an embedded script into a Stream.
|
|
UnpackEmbeddedScriptAsString ( string scriptName ) : string |
Unpacks an embedded script into a string.
|
public static ExecuteScript ( ScriptCollection scripts, |
||
scripts | ScriptCollection | The collection of scripts to execute. |
transaction | The current transaction. | |
return | void |
public static ExecuteScript ( ScriptCollection scripts, |
||
scripts | ScriptCollection | The collection of scripts to execute. |
transaction | The current transaction. | |
dbUserName | string | Name of the DB owner. |
return | void |
public static ExecuteScript ( string scriptName, |
||
scriptName | string | Name of the script. |
transaction | The current transaction. | |
return | void |
public static ExecuteScript ( string scriptName, |
||
scriptName | string | Name of the script. |
transaction | The current transaction. | |
dbUserName | string | Name of the DB owner. |
return | void |
public static UnpackEmbeddedScript ( string scriptName ) : |
||
scriptName | string | Name of the script. |
return |
public static UnpackEmbeddedScriptAsString ( string scriptName ) : string | ||
scriptName | string | The file name of the script to run. |
return | string |