Click or drag to resize

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; }

Property Value

Type: HashSetIEntityFieldCore
See Also