Click or drag to resize

DatabaseMetaData Constructor

Initializes a new instance of the DatabaseMetaData class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public DatabaseMetaData(
	Dictionary<ConnectionElement, string> connectionElements,
	IEnumerable<DBCatalog> populatedCatalogs,
	List<DBSequence> systemSequences,
	string driverID,
	Project containingProject
)

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