Click or drag to resize
IGeneratorTemplateBindingsToUse Property
Gets the templatebindings to use, in the order in which they have to take precedence, starting with the top precedence taking templatebindings object.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
List<TemplateBindings> TemplateBindingsToUse { get; }

Property Value

Type: ListTemplateBindings
The template bindings to use.
See Also