Click or drag to resize
SetContentsKind Enumeration
the set destination kind, what kind of contents is inside the set. this is used to define the projection

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum SetContentsKind
Members
  Member nameValueDescription
Unknown0 Not determined
Entity1 The contents of the set are entities
NormalObject2 The contents of the set are normal objects: be it anonymous typed objects or not.
See Also