Click or drag to resize

clsImportProjectContractbReadFromDB Method

Reads the contract 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.0.0.100
Syntax
public override bool bReadFromDB(
	MPInterface oInterface,
	string sKey
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
sKey
Type: SystemString
ContractID

Return Value

Type: Boolean
Remarks
Side means the contractype order(1) / purchase(2)
See Also