| IProjectorSetUsingCTorHint 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.1.0.0 (5.1.0)
Syntaxbool SetUsingCTorHint { get; set; }Property SetUsingCTorHint As Boolean
	Get
	Set
Property Value
Type: 
Boolean
RemarksProjectors for CTors have to appear in the same order as their destination parameters appear in the CTor to use.
See Also