ADOAdapter2.Submit method
Executes the submit operation on the associated data adapter.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub Submit
'Usage
Dim instance As ADOAdapter2
instance.Submit()
void Submit()
Remarks
The submit fails if the SubmitAllowed property is false.