clsImportBasebReadFromDB Method
|
Reading from the MARIProject Database into the clsImport...Class. (Used to save the data into the Access database)
Only for internal use !! For reading data please use your own SQL !
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic virtual bool bReadFromDB(
MPInterface oInterface,
string sKey
)
Public Overridable Function bReadFromDB (
oInterface As MPInterface,
sKey As String
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
- sKey
- Type: SystemString
Logical Key, like project numnber, employee number...
Return Value
Type:
Boolean
Remarks
See Also