Click or drag to resize
CodeGenerationMetaDataStore.GetAllFrameworksForModelType Method
Gets all frameworks which can be used with the specified frameworkusing model type

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<Framework> GetAllFrameworksForModelType(
	FrameworkUsingModelType modelType
)

Parameters

modelType
Type: SD.LLBLGen.Pro.ApplicationCore.FrameworkUsingModelType
type of the model using the frameworks to retrieve.

Return Value

Type: List<Framework>
See Also