CTor
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax protected DBDriverBase(
int numberOfDbtypes,
string driverType,
string driverVendor,
string driverVersion,
string driverCopyright,
string driverID,
string catalogFragmentName
)
Protected Sub New (
numberOfDbtypes As Integer,
driverType As String,
driverVendor As String,
driverVersion As String,
driverCopyright As String,
driverID As String,
catalogFragmentName As String
)
Parameters
- numberOfDbtypes
- Type: SystemInt32
The number of dbtypes. - driverType
- Type: SystemString
Type of the driver. - driverVendor
- Type: SystemString
The driver vendor. - driverVersion
- Type: SystemString
The driver version. - driverCopyright
- Type: SystemString
The driver copyright. - driverID
- Type: SystemString
The driver ID. - catalogFragmentName
- Type: SystemString
Name of the catalog fragment.
See Also