GeneratorGetTemplateBindingsName Method  | 
 
            Gets the name of the template bindings the templateID has been defined in, taking into account the templateBindingsName specified and the language set)
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic string GetTemplateBindingsName(
	string templateID,
	string templateBindingsName
)
Public Function GetTemplateBindingsName ( 
	templateID As String,
	templateBindingsName As String
) As String
Parameters
- templateID
 - Type: SystemString
The template ID. - templateBindingsName
 - Type: SystemString
Name of the template bindings. 
Return Value
Type: 
Stringthe name of the templatebindings object the templateid is first bound to, or string.empty if not found
Implements
IGeneratorGetTemplateBindingsName(String, String)
See Also