CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxprotected 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