ExcludeIncludeFieldsList Constructor (IEnumerable<IEntityFieldCore>) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic ExcludeIncludeFieldsList(
IEnumerable<IEntityFieldCore> fields
)
Public Sub New (
fields As IEnumerable(Of IEntityFieldCore)
)
Parameters
- fields
- Type: System.Collections.Generic.IEnumerable<IEntityFieldCore>
The fields to be added to this list.
See Also