Click or drag to resize
CoreState.RefreshCodeGenerationMetaData Method (UserConfiguration, Project)
Refreshes the code generation meta data.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void RefreshCodeGenerationMetaData(
	UserConfiguration preferences,
	Project project
)

Parameters

preferences
Type: SD.LLBLGen.Pro.ApplicationCore.Configuration.UserConfiguration
The preferences.
project
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The project.
See Also