RemoteCommandRequest Class
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
RemoteCommandRequest is used by Data Abstract to invoke a Delta Command on the server without requiring an _Intf file to invoke it. This class makes use of the RemObjects SDK DynamicRequest support.
Namespace
Declaration (C#)
[DesignerSerializer("RemObjects.DataAbstract.Designtime.RemoteCommandRequestSerializer, RemObjects.DataAbstract.DesignTime, Version=4.0.0.414, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), ToolboxItem(false)] public class RemoteCommandRequest : DynamicRequest;
Hierarchy
- DynamicRequest
- RemObjects.DataAbstract.RemoteCommandRequest
Properties
| | | |
|---|---|---|
| IncomingAffectedRowsParameter | String | The name of the parameter that will return the affected rows to the client.
When you change the names of the parameters of this dynamic request, you have to update this field to reflect your changes. This must be a Int32 parameter. |
| IncomingParametersParameter | String | |
| OutgoingCommandNameParameter | String | Name of the parameter that will contain the name of the command to execute.
When you change the names of the parameters of this dynamic request, you have to update this field to reflect your changes. This must be a String parameter. |
| OutgoingParametersParameter | String | Name of the parameter that will contain all the parameters for the command.
When you change the names of the parameters of this dynamic request, you have to update this field to reflect your changes. This must be an "array of DataParameter" parameter. |
Methods
| | |
|---|---|
| RemoteCommandRequest | Default constructor for RemoteCommandRequest. |
| SetupDefaultRequest | Sets or resets all parameters to the default settings needed when accessing a standard Data Abstract server implementing the IDataAbstractService Interface.
Note: This method automatically called when this class is initialized. Unless you are using Dynamic Method Binding or manually modifying the request's Parameters, the request will by default be set up correctly to talk to IDataAbstractService. |
| 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
