clsImportBasebSaveRSToMDB Method
|
This function will save the content of the class in to the MS Access mdb database table
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic virtual bool bSaveRSToMDB(
MPInterface oInterface,
DataRow Row,
DataTable oDataSchema
)
Public Overridable Function bSaveRSToMDB (
oInterface As MPInterface,
Row As DataRow,
oDataSchema As DataTable
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
Link to the Interface Instance - Row
- Type: System.DataDataRow
a newly created row object - oDataSchema
- Type: System.DataDataTable
Description of the table, to verify the existing column definition with the expected definition.
Return Value
Type:
Boolean
Remarks
See Also