Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
string GetTemplateBindingsName(
	string templateID,
	string templateBindingsName
)

Parameters

templateID
Type: SystemString
The template ID.
templateBindingsName
Type: SystemString
Name of the template bindings.

Return Value

Type: String
the name of the templatebindings object the templateid is first bound to, or string.empty if not found
See Also