Selects all the Activity for the specified Data Server Name.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool SelectByServerName(
string DataServerName,
DataRowSortOrder SortOrder = DataRowSortOrder.Sort_Row_Desc
)
public bool SelectByServerName(
string DataServerName,
DataRowSortOrder SortOrder = DataRowSortOrder.Sort_Row_Desc
)
Public Function SelectByServerName (
DataServerName As String,
Optional SortOrder As DataRowSortOrder = DataRowSortOrder.Sort_Row_Desc
) As Boolean
Public Function SelectByServerName (
DataServerName As String,
Optional SortOrder As DataRowSortOrder = DataRowSortOrder.Sort_Row_Desc
) As Boolean
public:
bool SelectByServerName(
String^ DataServerName,
DataRowSortOrder SortOrder = DataRowSortOrder::Sort_Row_Desc
)
public:
bool SelectByServerName(
String^ DataServerName,
DataRowSortOrder SortOrder = DataRowSortOrder::Sort_Row_Desc
)
Parameters
- DataServerName
- Type:
System String
- SortOrder (Optional)
- Type: DataRowSortOrder
Return Value
Type:
Boolean