| ExcludeIncludeFieldsList Constructor (Boolean, IEnumerableIEntityFieldCore) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic ExcludeIncludeFieldsList(
	bool excludeContainedFields,
	IEnumerable<IEntityFieldCore> fields
)
Public Sub New ( 
	excludeContainedFields As Boolean,
	fields As IEnumerable(Of IEntityFieldCore)
)
Parameters
- excludeContainedFields
 - Type: SystemBoolean
if set to true [exclude contained fields]. - fields
 - Type: System.Collections.GenericIEnumerableIEntityFieldCore
The fields. 
See Also