Click or drag to resize

ProjectAddMetaData 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.8.0.0 (5.8.21.0208)
Syntax
public void AddMetaData(
	DBDriverBase driverUsed,
	IEnumerable<DBCatalog> populatedCatalogs
)

Parameters

driverUsed
Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The driver used.
populatedCatalogs
Type: System.Collections.GenericIEnumerableDBCatalog
The populated catalogs.
Remarks
No-op if there's already a mapping/metadata store for the driver specified
See Also