Click or drag to resize

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.11.0.0 (5.11.23.1114)
Syntax
[FlagsAttribute]
public enum ElementsToExcludeType
Members
  Member nameValueDescription
None0 Nothing is excluded
SubTypes1 Subtypes are to be excluded
PrimaryKey2 Primary key is to be excluded
NullableFields4 Nullable types are to be excluded
See Also