TemplateBindings Constructor |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public 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