Selects all the Activity for the specified Data Command Query ID.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool SelectByDataCommand(
int DataCommandQueryID,
DataRowSortOrder SortOrder = DataRowSortOrder.Sort_Row_Desc
)
public bool SelectByDataCommand(
int DataCommandQueryID,
DataRowSortOrder SortOrder = DataRowSortOrder.Sort_Row_Desc
)
Public Function SelectByDataCommand (
DataCommandQueryID As Integer,
Optional SortOrder As DataRowSortOrder = DataRowSortOrder.Sort_Row_Desc
) As Boolean
Public Function SelectByDataCommand (
DataCommandQueryID As Integer,
Optional SortOrder As DataRowSortOrder = DataRowSortOrder.Sort_Row_Desc
) As Boolean
public:
bool SelectByDataCommand(
int DataCommandQueryID,
DataRowSortOrder SortOrder = DataRowSortOrder::Sort_Row_Desc
)
public:
bool SelectByDataCommand(
int DataCommandQueryID,
DataRowSortOrder SortOrder = DataRowSortOrder::Sort_Row_Desc
)
Parameters
- DataCommandQueryID
- Type:
System Int32
- SortOrder (Optional)
- Type: DataRowSortOrder
Return Value
Type:
Boolean