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.3.0.0 (5.3.0)
Syntax
[FlagsAttribute]
public enum FrameworkUsingModelType
Members
  Member nameValueDescription
Unknown0
EntityModel1
RelationalModel2
DerivedModel4
All7
See Also