Click or drag to resize

clsBatchImportReadObjectFromDB Method

Read one element of a dimension. (Check the key, reads it only once)

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool ReadObjectFromDB(
	MPInterface oInterface,
	string sDimension,
	string sKey,
	string sExportInfo
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
sDimension
Type: SystemString
for example "clsImportClassNotificationText"
sKey
Type: SystemString
100003
sExportInfo
Type: SystemString
Extra text for logging

Return Value

Type: Boolean
See Also