WebServiceAdapterObjectClass.QueryOrSubmitWithInputOutput(Boolean, String, Boolean) Method

Definition

public:
 virtual System::String ^ QueryOrSubmitWithInputOutput(bool fInputIsNull, System::String ^ bstrInputXML, bool fOutputIsNull) = Microsoft::Office::Interop::InfoPath::IDataAdapterMOM::QueryOrSubmitWithInputOutput;
public virtual string QueryOrSubmitWithInputOutput (bool fInputIsNull, string bstrInputXML, bool fOutputIsNull);
Public Overridable Function QueryOrSubmitWithInputOutput (fInputIsNull As Boolean, bstrInputXML As String, fOutputIsNull As Boolean) As String

Parameters

fInputIsNull
Boolean
bstrInputXML
String
fOutputIsNull
Boolean

Returns

String

Implements

Applies to