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.4.0.0 (5.4.0)
Syntaxpublic enum SetContentsKind
Public Enumeration SetContentsKind
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unknown | 0 | 
            Not determined
             | 
 | Entity | 1 | 
            The contents of the set are entities
             | 
 | NormalObject | 2 | 
            The contents of the set are normal objects: be it anonymous typed objects or not.
             | 
See Also