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.5.0.0 (5.5.18.1019)
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