DataRequestRequest Class
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
DataRequestRequest is used by Data Abstract to request data from the server without requiring an _Intf file to invoke it. This class makes use of the RemObjects SDK DynamicRequest support.
Namespace
Declaration (C#)
[ToolboxItem(false)] public class DataRequestRequest : RemoteDataAdapterRequest;
Hierarchy
- DynamicRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
- RemObjects.DataAbstract.DataRequestRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
Properties
| | | |
|---|---|---|
| IncomingDataParameter | String | The Name of the parameter in which the server will return the table data from the server.
This must be a Binary parameter. |
| OutgoingTableNamesParameter | String | The Name of the parameter in which the requested table names are stored.
This must be an "array of string" parameter. |
Methods
| | |
|---|---|
| DataRequestRequest | Default constructor for DataRequestRequest. |
| SetupDefaultRequest | Sets or resets all parameters to the default settings needed when referencing a standard Data Abstract server implementing the IDataAbstractService interface.
Note: This method is called automatically when this class is initialized. Unless you are using Dynamic Method Binding or manually modifying the request's Parameters, the request will default correctly for IDataAbstractService. |
| UpdateParamsFromRodlOperation | |
| Validate |
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 | .NET
