SystemsImportSQLSubjects 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 ImportSQLSubjects(
DataTable inputDataTable,
ref DPALogging DPALogging,
ref bool Success,
ref string ErrorMessage
)
Public Function ImportSQLSubjects (
inputDataTable As DataTable,
ByRef DPALogging As DPALogging,
ByRef Success As Boolean,
ByRef ErrorMessage As String
) As DataTable
public:
virtual DataTable^ ImportSQLSubjects(
DataTable^ inputDataTable,
DPALogging^% DPALogging,
bool% Success,
String^% ErrorMessage
) sealed
function ImportSQLSubjects(inputDataTable, DPALogging, Success, ErrorMessage);
Parameters
- inputDataTable
- Type: System.DataDataTable
- DPALogging
- Type: DPALogging
- Success
- Type: SystemBoolean
- ErrorMessage
- Type: SystemString
Return Value
Type:
DataTableSee Also