SubmitToHostAdapterObject members
Include protected members
Include inherited members
Represents a connection for submitting data to a hosting environment.
The SubmitToHostAdapterObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data adapter that the SubmitToHostAdapter object represents. (Inherited from SubmitToHostAdapter.) | |
QueryAllowed | The QueryAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns false. (Inherited from SubmitToHostAdapter.) | |
SubmitAllowed | The SubmitAllowed property is available for the SubmitToHostAdapterr object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true. (Inherited from SubmitToHostAdapter.) |
Top
Methods
Name | Description | |
---|---|---|
Query | The Query method is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object. (Inherited from SubmitToHostAdapter.) | |
Submit | Executes the submit operation on the SubmitToHostAdapter object. (Inherited from SubmitToHostAdapter.) |
Top