CodeGenerationMetaDataStoreGetAllFrameworksForModelType Method |
Gets all frameworks which can be used with the specified frameworkusing model type
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<Framework> GetAllFrameworksForModelType(
FrameworkUsingModelType modelType
)
Public Function GetAllFrameworksForModelType (
modelType As FrameworkUsingModelType
) As List(Of Framework)
Parameters
- modelType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkUsingModelType
type of the model using the frameworks to retrieve.
Return Value
Type:
ListFrameworkSee Also