ExcludeIncludeFieldsListExcludeContainedFields Property |
Gets / sets the flag ExcludeContainedFields, which should be set to true if the fields in this list should be excluded
and which should be false if the fields should be used as the fields to fetch and exclude the rest.
Default is true.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public bool ExcludeContainedFields { get; set; }
Public Property ExcludeContainedFields As Boolean
Get
Set
Property Value
Type:
BooleanSee Also