Create a new OleDbStorage based in the record type and in the connection string.
[Visual Basic]
Public Sub New( _
ByVal
recordType As
Type, _
ByVal
oleDbConnString As
String _
)
[C#]
public OleDbStorage(
Type recordType,
string oleDbConnString);
Parameters
-
recordType
- The Type of the records.
-
oleDbConnString
- The conection string used to create the OleDbConnection.
See Also
OleDbStorage Class | FileHelpers.DataLink Namespace
Powered by: