Click or drag to resize
Project.AddMetaData Method
Adds a new database meta data store for the driver specified in the meta-data store

Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void AddMetaData(
	DBDriverBase driverUsed,
	IEnumerable<DBCatalog> populatedCatalogs
)

Parameters

driverUsed
Type: SD.LLBLGen.Pro.DBDriverCore.DBDriverBase
The driver used.
populatedCatalogs
Type: System.Collections.Generic.IEnumerable<DBCatalog>
The populated catalogs.
Remarks
No-op if there's already a mapping/metadata store for the driver specified
See Also