Imports the database connection.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool importDBConnection(
string sImportXML
)
Public Function importDBConnection ( _
sImportXML As String _
) As Boolean
public:
bool^ importDBConnection(
String^ sImportXML
)
Parameters
- sImportXML
- Type: String
The s import XML.
Return Value
true if XXXX,
false otherwise.