Executes the Data Execution Plan updating Log and Execution Parameters.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool Execute(
bool Silent = false,
bool Scheduled = false,
DataCommandQueries DataCommands = null
)
public bool Execute(
bool Silent = false,
bool Scheduled = false,
DataCommandQueries DataCommands = null
)
Public Function Execute (
Optional Silent As Boolean = false,
Optional Scheduled As Boolean = false,
Optional DataCommands As DataCommandQueries = Nothing
) As Boolean
Public Function Execute (
Optional Silent As Boolean = false,
Optional Scheduled As Boolean = false,
Optional DataCommands As DataCommandQueries = Nothing
) As Boolean
public:
bool Execute(
bool Silent = false,
bool Scheduled = false,
DataCommandQueries^ DataCommands = nullptr
)
public:
bool Execute(
bool Silent = false,
bool Scheduled = false,
DataCommandQueries^ DataCommands = nullptr
)
Return Value
Type:
Boolean