SystemsImportSQLSystems Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable ImportSQLSystems(
DataTable inputDataTable,
ref DPALogging DPALogging,
ref bool Success,
ref string ErrorMessage
)
Public Function ImportSQLSystems (
inputDataTable As DataTable,
ByRef DPALogging As DPALogging,
ByRef Success As Boolean,
ByRef ErrorMessage As String
) As DataTable
public:
virtual DataTable^ ImportSQLSystems(
DataTable^ inputDataTable,
DPALogging^% DPALogging,
bool% Success,
String^% ErrorMessage
) sealed
function ImportSQLSystems(inputDataTable, DPALogging, Success, ErrorMessage);
Parameters
- inputDataTable
- Type: System.DataDataTable
- DPALogging
- Type: DPALogging
- Success
- Type: SystemBoolean
- ErrorMessage
- Type: SystemString
Return Value
Type:
DataTableSee Also