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
Syntaxpublic bool ReadObjectFromDB(
MPInterface oInterface,
string sDimension,
string sKey,
string sExportInfo
)
Public Function ReadObjectFromDB (
oInterface As MPInterface,
sDimension As String,
sKey As String,
sExportInfo As String
) As Boolean
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