Click or drag to resize

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
Syntax
public bool ReadObjectsFromDB(
	MPInterface oInterface,
	string sDimension,
	string sSQL,
	string sExportInfo
)

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