SchemaRequest Class
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
SchemaRequest is used by Data Abstract to request the schema for a Data Abstract service 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 SchemaRequest : RemoteDataAdapterRequest;
Hierarchy
- DynamicRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
- RemObjects.DataAbstract.SchemaRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
Properties
| | | |
|---|---|---|
| IncomingSchemaParameter | String | The Name of the parameter in which the server will return the schema XML for the Data Abstract service.
This must be a String parameter. |
Methods
| | |
|---|---|
| SchemaRequest | Default constructor for SchemaRequest. |
| 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
