GetAllDBStatus Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAllDBStatus() method retrieves one or more database status records from the Db_Status table, as specified by the filter parameters.
'Declaration
Public Shared Function GetAllDBStatus( _
ByVal dbVersion As String, _
ByVal middlewareDBUser As String _
) As DataSet
public static DataSet GetAllDBStatus(
string dbVersion,
string middlewareDBUser
)
Parameters
- dbVersion
Required. Holds the database version.
- middlewareDBUser
Required. Holds the ID of the Middleware database user.
Return Value
Returns a DataSet that contains the records in the Db_Status table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
db_version |
A string that is the database version, from the Db_Status table. |
|
mw_db_user |
A string that is the database user ID used by the Middleware, from the Db_Status table. |