clsImportEmployeePoolLinkbReadFromDB Method
|
Reads the resource pool link data from the database and copies the values to the class
Only for internal use! To load data use your own SQL.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntaxpublic override bool bReadFromDB(
MPInterface oInterface,
string sKey
)
Public Overrides Function bReadFromDB (
oInterface As MPInterface,
sKey As String
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
- sKey
- Type: SystemString
Personalnumber:=Value;RessourcenNumber:=Value;ValidFrom:=Value;
Return Value
Type:
Boolean
Remarks
See Also