| IPrefetchPathElementCoreExcludedIncludedFields Property  | 
 Gets / sets the list of IEntityFieldCore objects which have to be excluded or included for the fetch. 
            If null or empty, all fields are fetched (default). If an instance of ExcludeIncludeFieldsList is passed in and its ExcludeContainedFields property
            is set to false, the fields contained in excludedIncludedFields are kept in the query, the rest of the fields in the query are excluded.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
 Syntax
SyntaxExcludeIncludeFieldsList ExcludedIncludedFields { get; set; }Property ExcludedIncludedFields As ExcludeIncludeFieldsList
	Get
	Set
Property Value
Type: 
ExcludeIncludeFieldsList See Also
See Also