Click or drag to resize
DataValueProjectorSetUsingCTorHint Property
Flag which hints the projector engine how to set the destination element: via the constructor (true) or on another way (false). This flag can be ignored by the projector engine if values can better be set otherwise.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool SetUsingCTorHint { get; set; }

Property Value

Type: Boolean

Implements

IProjectorSetUsingCTorHint
Remarks
Projectors for CTors have to appear in the same order as their destination parameters appear in the CTor to use.
See Also