Click or drag to resize

TemplateBindings Constructor

Initializes a new instance of the TemplateBindings class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public TemplateBindings(
	bool createdFromAdHocTemplateSet = false
)

Parameters

createdFromAdHocTemplateSet (Optional)
Type: SystemBoolean
if true, it will use special code paths to return template contents. False by default
See Also