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.4.0.0 (5.4.0)
Syntax
RemarksProjectors for CTors have to appear in the same order as their destination parameters appear in the CTor to use.
See Also