clsImportTravelCategoryAccountbReadFromDB Method
|
reads the travelcategory account from the projectmanangement database
Only for internal use! To load data use your own SQL.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
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
TravelCat:=Value;TravelCostType:=Value;AccountCompany:=Value;
Return Value
Type:
Booleanreturns true if success, false if not
Remarks
See Also