Deletes all the Activity for the specified Data Command ID.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool DeleteByDataCommand(
int DataCommandQueryID = 0,
ref int RowsDeleted = 0
)
public bool DeleteByDataCommand(
int DataCommandQueryID = 0,
ref int RowsDeleted = 0
)
Public Function DeleteByDataCommand (
Optional DataCommandQueryID As Integer = 0,
Optional ByRef RowsDeleted As Integer = 0
) As Boolean
Public Function DeleteByDataCommand (
Optional DataCommandQueryID As Integer = 0,
Optional ByRef RowsDeleted As Integer = 0
) As Boolean
public:
bool DeleteByDataCommand(
int DataCommandQueryID = 0,
int% RowsDeleted = 0
)
public:
bool DeleteByDataCommand(
int DataCommandQueryID = 0,
int% RowsDeleted = 0
)
Return Value
Type:
Boolean