DatabaseMetaData Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic DatabaseMetaData(
	Dictionary<ConnectionElement, string> connectionElements,
	IEnumerable<DBCatalog> populatedCatalogs,
	List<DBSequence> systemSequences,
	string driverID,
	Project containingProject
)
Public Sub New ( 
	connectionElements As Dictionary(Of ConnectionElement, String),
	populatedCatalogs As IEnumerable(Of DBCatalog),
	systemSequences As List(Of DBSequence),
	driverID As String,
	containingProject As Project
)
Parameters
- connectionElements
 - Type: System.Collections.GenericDictionaryConnectionElement, String
The connection elements. - populatedCatalogs
 - Type: System.Collections.GenericIEnumerableDBCatalog
The populated catalogs. - systemSequences
 - Type: System.Collections.GenericListDBSequence
The system sequences. - driverID
 - Type: SystemString
The driver ID. - containingProject
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. 
See Also