TDAGetSchemaRequest
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Configures the server request that will be executed by the TDARemoteDataAdapter to retrieve schema information from the server.
File
uDARemoteDataAdapterRequests
Declaration
TDAGetSchemaRequest = class(TDARemoteDataAdapterRequest);
Hierarchy
- TRODynamicRequest
- TDARemoteDataAdapterRequest
- TDAGetSchemaRequest
- TDARemoteDataAdapterRequest
Properties
| | | |
|---|---|---|
| IncomingSchemaParameter | String | Specifies the parameter that will contain the data received from the server. This parameter must be configured for all schema request calls as it will be used to obtain the actual schema information sent form the server. Depending on the used Data Streamer and server interface, this can be a Binary or String type; the legacy v3.0 server interface uses the data streamer to encode schema information, while the v4.0 interface will return the original XML schema. |
| OutgoingFilterParameter | String | Defines a string parameter that can be used to transmit an optional filter string to the server, to limit the scope of the retrieved schema. This filter value is not used by the default service implementations, but can be evaluated by custom code (for example in the OnGetSchemaAsXMLEvent event) to restrict or modify the returned schema. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | Delphi
