Click or drag to resize
CoreStateRefreshCodeGenerationMetaData 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.0.0.0 (5.0.0)
Syntax
public void RefreshCodeGenerationMetaData(
	UserConfiguration preferences,
	Project project
)

Parameters

preferences
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationUserConfiguration
The preferences.
project
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The project.
See Also