IDataAdapterMOM.QueryOrSubmitWithInputOutput Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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