FullProjectionPlaceHolderElementsToExcludeType Enumeration | 
 
            Flags to signal which element(s) to exclude
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax[FlagsAttribute]
public enum ElementsToExcludeType
<FlagsAttribute>
Public Enumeration ElementsToExcludeType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            Nothing is excluded
             | 
 | SubTypes | 1 | 
            Subtypes are to be excluded
             | 
 | PrimaryKey | 2 | 
            Primary key is to be excluded
             | 
 | NullableFields | 4 | 
            Nullable types are to be excluded
             | 
See Also