clsBatchImportReadObjectsFromDB Method
|
Reads small portions of the Database and creats clsImportBase Objects (initially for export)
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool ReadObjectsFromDB(
MPInterface oInterface,
string sDimension,
string sSQL,
string sExportInfo
)
Public Function ReadObjectsFromDB (
oInterface As MPInterface,
sDimension As String,
sSQL As String,
sExportInfo As String
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
- sDimension
- Type: SystemString
Import class "clsImportProject"... - sSQL
- Type: SystemString
Select to filter the sources. Use SELECT * FROM SourceTable. All columns will be loaded. - sExportInfo
- Type: SystemString
Return Value
Type:
Boolean
See Also