Icon GetDataSetAdapter Method

function GetDataSetAdapter(const DataSetName: String):
      TEWBDataSetAdapter

Usage

Use this method to trigger the OnGetDataSetAdapter event and retrieve the dataset adapter instance for the specified dataset name.

Information This method will be automatically called when the TEWBDatabaseAdapter HandleRequest method is called for automatic database access API request handling, so you normally will not need to call this method directly.
Image