Click or drag to resize

MPInterfacebLoadImportObjectFromRow Method

function to read from MS Access. Internally used by DTW Wizard

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bLoadImportObjectFromRow(
	clsImportBase oImportObject,
	DataRow oRow
)

Parameters

oImportObject
Type: MARIInterfaceclsImportBase
oRow
Type: System.DataDataRow

Return Value

Type: Boolean
See Also