Click or drag to resize

ProjectRefreshMetaData Method

Refreshes the meta data of database with driver specified with the catalogs specified.

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 LogNode RefreshMetaData(
	string driverID,
	List<DBCatalog> populatedCatalogs,
	UserConfiguration preferences,
	Dictionary<ProgressCallBack, Object> callBacks
)

Parameters

driverID
Type: SystemString
The driver ID.
populatedCatalogs
Type: System.Collections.GenericListDBCatalog
The populated catalogs.
preferences
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationUserConfiguration
The preferences.
callBacks
Type: System.Collections.GenericDictionaryProgressCallBack, Object
The callbacks to use for the on-screen notification.

Return Value

Type: LogNode
the lognode with the log of the refresh/migration operation.
See Also