Click or drag to resize

IGenerator.TemplateBindingsToUse 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.5.0.0 (5.5.18.1019)
Syntax
List<TemplateBindings> TemplateBindingsToUse { get; }

Property Value

Type: List<TemplateBindings>
The template bindings to use.
See Also