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