IDataAdapterMOM.QueryOrSubmitWithInputOutput method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Function QueryOrSubmitWithInputOutput ( _
fInputIsNull As Boolean, _
bstrInputXML As String, _
fOutputIsNull As Boolean _
) As String
'Usage
Dim instance As IDataAdapterMOM
Dim fInputIsNull As Boolean
Dim bstrInputXML As String
Dim fOutputIsNull As Boolean
Dim returnValue As String
returnValue = instance.QueryOrSubmitWithInputOutput(fInputIsNull, _
bstrInputXML, fOutputIsNull)
string QueryOrSubmitWithInputOutput(
bool fInputIsNull,
string bstrInputXML,
bool fOutputIsNull
)
Parameters
- fInputIsNull
Type: System.Boolean
- bstrInputXML
Type: System.String
- fOutputIsNull
Type: System.Boolean
Return value
Type: System.String