QueryParametersFieldsToSkipForQuery Property |
Set fields which have to be skipped entirely when generating a query. These fields aren't e.g. excluded fields as excluded fields are generated with NULL
values in the projection. Used mainly for INSERT INTO table (...) SELECT ... queries.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic HashSet<IEntityFieldCore> FieldsToSkipForQuery { get; }
Public ReadOnly Property FieldsToSkipForQuery As HashSet(Of IEntityFieldCore)
Get
Property Value
Type:
HashSetIEntityFieldCore
See Also