GetDS Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetDS() method retrieves a DataSet based on the XML containing a call to the Middleware.
'Declaration
Public Function GetDS( _
ByVal xmlRequest As String _
) As DataSet
public DataSet GetDS(
string xmlRequest
)
Parameters
- xmlRequest
- Required. Holds an XML string containing a middleware request.
Return Value
A DataSet based on the middleware command.