CodeGenerationMetaDataStoreGetAllFrameworksForModelType 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.6.0.0 (5.6.19.0117)
Syntax public List<Framework> GetAllFrameworksForModelType(
FrameworkUsingModelType modelType,
bool includeLegacyFrameworks = true
)
Public Function GetAllFrameworksForModelType (
modelType As FrameworkUsingModelType,
Optional includeLegacyFrameworks As Boolean = true
) As List(Of Framework)
Parameters
- modelType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkUsingModelType
type of the model using the frameworks to retrieve. - includeLegacyFrameworks (Optional)
- Type: SystemBoolean
Optional flag to filter out legacy frameworks
Return Value
Type:
ListFrameworkSee Also