IGeneratorGetTemplateBindingsName 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.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxstring GetTemplateBindingsName(
	string templateID,
	string templateBindingsName
)
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
See Also