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.6.0.0 (5.6.19.0117)
Syntax public 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