IncludeFieldsList Constructor (IEnumerableIEntityFieldCore) |
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 IncludeFieldsList(
IEnumerable<IEntityFieldCore> fields
)
Public Sub New (
fields As IEnumerable(Of IEntityFieldCore)
)
Parameters
- fields
- Type: System.Collections.GenericIEnumerableIEntityFieldCore
The fields to include.
See Also