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.10.0.0 (5.10.0)
Syntax public HashSet<IEntityFieldCore> FieldsToSkipForQuery { get; }
Public ReadOnly Property FieldsToSkipForQuery As HashSet(Of IEntityFieldCore)
Get
Property Value
Type:
HashSetIEntityFieldCoreSee Also