TemplateBindings Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic TemplateBindings(
	bool createdFromAdHocTemplateSet = false
)
Public Sub New ( 
	Optional createdFromAdHocTemplateSet As Boolean = false
)
Parameters
- createdFromAdHocTemplateSet (Optional)
 - Type: SystemBoolean
if true, it will use special code paths to return template contents. False by default 
See Also