Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public 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

Implements

IGeneratorGetTemplateBindingsName(String, String)
See Also