SubmitToHostAdapter members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSubmitToHostAdapterObject.
The SubmitToHostAdapter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data adapter that the SubmitToHostAdapter object represents. | |
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. | |
SubmitAllowed | The SubmitAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true. |
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. | |
Submit | Executes the submit operation on the SubmitToHostAdapter object. |
Top