TemplateBindingIncludeOnly Property |
Gets or sets a value for the includeOnly flag, which signals if the template is used as include template only or also as
normal template. Normal templates when not a TDL template, are compiled in separate classes, includeOnly templates are not. Default is false.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public bool IncludeOnly { get; set; }
Public Property IncludeOnly As Boolean
Get
Set
Property Value
Type:
BooleanSee Also