Share via


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

Return value

Type: System.String

See also

Reference

IDataAdapterMOM interface

IDataAdapterMOM members

Microsoft.Office.Interop.InfoPath namespace