Click or drag to resize
FrameworkUsingModelType Enumeration
Enum which specifies the types of models which can use frameworks. Used in .framework files as usedByFramework.

Namespace: SD.LLBLGen.Pro.ApplicationCore
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
[FlagsAttribute]
public enum FrameworkUsingModelType
Members
  Member nameValueDescription
Unknown0
EntityModel1
RelationalModel2
DerivedModel4
All7
See Also