clsImportClassNotificationTextbSaveRSToMDB Method
|
Writes content to MS Access table
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic override bool bSaveRSToMDB(
MPInterface oInterface,
DataRow Row,
DataTable oDataSchema
)
Public Overrides Function bSaveRSToMDB (
oInterface As MPInterface,
Row As DataRow,
oDataSchema As DataTable
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
- Row
- Type: System.DataDataRow
- oDataSchema
- Type: System.DataDataTable
Return Value
Type:
Boolean
See Also