ExcludeIncludeFieldsList Constructor (Boolean, IEnumerableIEntityFieldCore) |
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 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