DataUpdateRequest Class
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
DataRequestUpdate is used by Data Abstract to update data on 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 DataUpdateRequest : RemoteDataAdapterRequest;
Hierarchy
- DynamicRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
- RemObjects.DataAbstract.DataUpdateRequest
- RemObjects.DataAbstract.RemoteDataAdapterRequest
Properties
| | | |
|---|---|---|
| IncomingDeltaParameter | String | The Name of the parameter in which the resulting delta will be returned from the server.
This must be a Binary parameter. |
| OutgoingDeltaParameter | String | The Name of the parameter in which the delta will be passed to the remote server.
This must be a Binary parameter. |
Methods
| | |
|---|---|
| DataUpdateRequest | Default constructor for DataUpdateRequest. |
| SetupDefaultRequest | Sets or resets all parameters to the default settings needed when talking to 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
