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.1.0.0 (5.1.0)
Syntax List<TemplateBindings> TemplateBindingsToUse { get; }
ReadOnly Property TemplateBindingsToUse As List(Of TemplateBindings)
Get
Property Value
Type:
ListTemplateBindingsThe template bindings to use.
See Also